Re: [ansible-project] Authorize nginx reload without providing become-pass and full sudo privileges

2017-01-27 Thread Jonathan Bouzekri
restricted. > > The only other option would be to not use the purpose built Ansible > modules, but instead use raw or such to execute those commands directly. > > On Thu, Jan 26, 2017 at 3:13 PM Jonathan Bouzekri <jonathan...@gmail.com > > wrote: > >> Hi, >&

Re: [ansible-project] Authorize nginx reload without providing become-pass and full sudo privileges

2017-01-27 Thread Jonathan Bouzekri
r pointing that module to me. On Friday, January 27, 2017 at 8:59:17 AM UTC+1, Johannes Kastl wrote: > > On 26.01.17 17:04 Jonathan Bouzekri wrote: > > > I want to be able to reload nginx when the configuration change > > without having to : > > > > * give sud

Re: [ansible-project] Allowed specific commands with NOPASSWD in sudoers file, Ansible complains...

2017-01-27 Thread Jonathan Bouzekri
:41:34 PM UTC+1, Johannes Kastl wrote: > > On 26.01.17 19:11 Jonathan Bouzekri wrote: > > > Is there any progress on this feature? is it available in the > > latest version of ansible? More specifically on the service module > > (for example to allow reloading of spe

Re: [ansible-project] Allowed specific commands with NOPASSWD in sudoers file, Ansible complains...

2017-01-26 Thread Jonathan Bouzekri
Hi Is there any progress on this feature? is it available in the latest version of ansible? More specifically on the service module (for example to allow reloading of specific services) Thanks -- You received this message because you are subscribed to the Google Groups "Ansible Project"

[ansible-project] Authorize nginx reload without providing become-pass and full sudo privileges

2017-01-26 Thread Jonathan Bouzekri
Hi, I am migrating to a new architecture and I have provisioned my servers with an ansible playbook. I am also using ansible to deploy my source code. I want to be able to reload nginx when the configuration change without having to : * give sudo rights on ALL commands to the deploy user *