parent
7b651ddbab
commit
100dff9047
@ -1,5 +1,5 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
hostfile = hosts
|
hostfile = hosts.private
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
retry_files_save_path = /dev/null
|
retry_files_save_path = /dev/null
|
||||||
# ask_sudo_pass = True
|
# ask_sudo_pass = True
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
[local]
|
[local]
|
||||||
localhost ansible_connection=local
|
localhost ansible_connection=local
|
||||||
|
|
||||||
|
[remote]
|
||||||
|
|
||||||
[test]
|
[test]
|
||||||
# vagrant ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=/Users/alpha/.vagrant.d/insecure_private_key
|
# vagrant ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=/Users/alpha/.vagrant.d/insecure_private_key
|
||||||
|
Loading…
Reference in new issue