Pretty format ansible.cfg
This commit is contained in:
parent
99a77aa0b7
commit
cb834d6ee3
1 changed files with 7 additions and 8 deletions
|
@ -1,14 +1,13 @@
|
||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./inventory
|
inventory = ./inventory
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
#vault_password_file = ~/.ansible/vault-password-file
|
|
||||||
remote_tmp = $HOME/ansible_tmp
|
remote_tmp = $HOME/ansible_tmp
|
||||||
remote_user = admin
|
remote_user = admin
|
||||||
ansible_managed = Ansible managed - don't edit this file!
|
ansible_managed = Ansible managed - don't edit this file!
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become=True
|
become = True
|
||||||
|
|
||||||
#[ssh_connection]
|
#[ssh_connection]
|
||||||
#pipelining = True
|
#pipelining = True
|
||||||
|
|
Loading…
Reference in a new issue