This commit is contained in:
Eryn Wells 2024-11-08 08:24:06 -08:00
parent 3b509c45d1
commit d6bb7ae726
11 changed files with 179 additions and 51 deletions

16
Ansible/ansible.cfg Normal file
View 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