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