mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55: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
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
|
||||
---
|
||||
- hosts: dev
|
||||
become: True
|
||||
|
|
Loading…
Reference in a new issue