parent
a096cd08c5
commit
ebdb581e63
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
# finds first
|
||||
|
||||
# For a full list of available options, run ansible-config list or see the
|
||||
# documentanion: https://docs.ansible.com/ansible/latest/reference_appendices/config.html.
|
||||
# documentation: https://docs.ansible.com/ansible/latest/reference_appendices/config.html.
|
||||
|
||||
[defaults]
|
||||
#inventory = /etc/ansible/hosts
|
||||
|
@ -343,7 +343,7 @@
|
|||
|
||||
# Settings for each connection plugin go under a section titled '[[plugin_name]_connection]'
|
||||
# To view available connection plugins, run ansible-doc -t connection -l
|
||||
# To view available options for a connection plugin, run ansibble-doc -t connection [plugin_name]
|
||||
# To view available options for a connection plugin, run ansible-doc -t connection [plugin_name]
|
||||
# https://docs.ansible.com/ansible/latest/plugins/connection.html
|
||||
|
||||
[paramiko_connection]
|
||||
|
@ -449,7 +449,7 @@
|
|||
|
||||
# Settings for become plugins go under a section named '[[plugin_name]_become_plugin]'
|
||||
# To view available become plugins, run ansible-doc -t become -l
|
||||
# Te view available options for a specific plugin, run ansible-doc -t become [plugin_name]
|
||||
# To view available options for a specific plugin, run ansible-doc -t become [plugin_name]
|
||||
# https://docs.ansible.com/ansible/latest/plugins/become.html
|
||||
|
||||
[sudo_become_plugin]
|
||||
|
|
Loading…
Reference in a new issue