mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 08:35:49 +00:00
ansible.cfg added
This commit is contained in:
parent
2483b24664
commit
a4e76763ad
2 changed files with 10 additions and 1 deletions
9
ansible.cfg
Normal file
9
ansible.cfg
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[defaults]
|
||||||
|
inventory = ./inventory
|
||||||
|
remote_user = ec2-user
|
||||||
|
ask_pass = false
|
||||||
|
[privilege_escalation]
|
||||||
|
become = true
|
||||||
|
become_method = sudo
|
||||||
|
become_user = root
|
||||||
|
become_ask_pass = false
|
Loading…
Reference in a new issue