Files
cms/ansible.cfg
ytshih c014a0b76e
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 14s
Fix: aws
2024-12-20 22:34:05 +08:00

10 lines
151 B
INI

[defaults]
roles_path=./roles/
inventory=./hosts
remote_user=arch
remote_tmp=/tmp/ansible-$USER
[privilege_escalation]
become=True
become_method=sudo