ansible_ipmi_lan_manage | Ansible role for managing IPMI LAN settings | Networking library
kandi X-RAY | ansible_ipmi_lan_manage Summary
kandi X-RAY | ansible_ipmi_lan_manage Summary
Ansible role for managing IPMI LAN settings with ipmitool.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ansible_ipmi_lan_manage
ansible_ipmi_lan_manage Key Features
ansible_ipmi_lan_manage Examples and Code Snippets
Community Discussions
Trending Discussions on ansible_ipmi_lan_manage
QUESTION
I have a small open-source ansible role(selivan/ansible_ipmi_lan_manage) and recently I got a pull request that adds become: true
to all tasks that require root permissions, that are almost all tasks in that role.
Should I accept it or should I keep the code concise and expect user to import this role with become: yes
, because it obviously can not work without root permissions?
ANSWER
Answered 2019-Dec-05 at 22:09If any tasks should NOT be run with become: true
, the PR could be necessary; ie. if certain tasks should be run as ansible_user
when ansible_user != root
, you would not want become: true
to be applied to those tasks.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ansible_ipmi_lan_manage
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page