Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for privilege_escalation/become to ansible.cfg #10881

Closed
nickhammond opened this issue Apr 29, 2015 · 1 comment
Closed

Add documentation for privilege_escalation/become to ansible.cfg #10881

nickhammond opened this issue Apr 29, 2015 · 1 comment
Labels
docs This issue/PR relates to or includes documentation.

Comments

@nickhammond
Copy link
Contributor

By looking at the example file here it looks as though the new group would look similar to this:

[privilege_escalation]
become=True
become_method='sudo'
become_user='root'
become_ask_pass=False

I can create a pull request to add that section to the docs, just wanted to confirm that will be the correct setup moving forward.

Docs:

bcoca added a commit that referenced this issue May 5, 2015
Add become docs to the intro configuration for #10881
@jimi-c jimi-c removed the P3 label Dec 7, 2015
@jctanner
Copy link
Contributor

Resolved by d7fb917

@ansibot ansibot added docs This issue/PR relates to or includes documentation. and removed docs_report labels Mar 1, 2018
@ansible ansible locked and limited conversation to collaborators Apr 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs This issue/PR relates to or includes documentation.
Projects
None yet
Development

No branches or pull requests

5 participants