feat(ansible): Add ansible configuration
This commit is contained in:
14
ansible/webserver-automation/ansible.cfg
Normal file
14
ansible/webserver-automation/ansible.cfg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
[defaults]
|
||||||
|
inventory = inventory/production
|
||||||
|
remote_user = ubuntu
|
||||||
|
host_key_checking = False
|
||||||
|
private_key_file = ~/.ssh/id_rsa
|
||||||
|
retry_files_enabled = False
|
||||||
|
roles_path = roles
|
||||||
|
gathering = smart
|
||||||
|
stdout_callback = yaml
|
||||||
|
become = True
|
||||||
|
become_method = sudo
|
||||||
|
|
||||||
|
[ssh_connection]
|
||||||
|
pipelining = True
|
||||||
Reference in New Issue
Block a user