Fix: aws
All checks were successful
Ansible Playbook lint / ansible-lint (push) Successful in 14s

This commit is contained in:
2024-12-20 22:34:05 +08:00
parent c5e237b9ff
commit c014a0b76e
17 changed files with 199 additions and 68 deletions

View File

@@ -1,4 +1,9 @@
[defaults]
roles_path=./roles/
inventory=./hosts
remote_user=root
remote_user=arch
remote_tmp=/tmp/ansible-$USER
[privilege_escalation]
become=True
become_method=sudo