WIP
This commit is contained in:
parent
3b509c45d1
commit
d6bb7ae726
11 changed files with 179 additions and 51 deletions
16
Ansible/ansible.cfg
Normal file
16
Ansible/ansible.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[defaults]
|
||||
bin_ansible_callbacks = True
|
||||
callbacks_enabled = ansible.posix.profile_tasks, ansible.posix.timer
|
||||
remote_user = eryn
|
||||
roles_path = roles
|
||||
stdout_callback = community.general.yaml
|
||||
|
||||
[connection]
|
||||
pipelining = true
|
||||
|
||||
[ssh_connection]
|
||||
ssh_args = -o ControlMaster=auto -o ControlPersist=60s
|
||||
|
||||
[vault]
|
||||
username = ansible-infrastructure-vault
|
||||
keyname = default
|
Loading…
Add table
Add a link
Reference in a new issue