ansible / ansible-modules-core

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

Commit the yum_secure module restricted to certain commands #5885

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

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.