ansible / ansible-modules-core

Ansible modules - these modules ship with ansible
1.3k stars 1.95k forks source link

Yum module with restricted sudo (from stable 2.1.0) #5886

Closed sbernier closed 7 years ago

sbernier commented 7 years ago

Hi, Ansible supports sudo at the framework level, but it assumes unrestricted sudo permissions. We have to operate environments where sudo is restricted to certain commands only, hence Ansible at the framework level doesn’t help us. We have introduced sudo capabilities directly into a new yum module, in order to support restricted sudo and manage to deploy our solution.

What do you think of the solution, is there any other alternatives?

Thanks, Best Regards

sbernier commented 7 years ago

Leave a comment