[meta] Privatize hosts

pull/28/head
Alpha Chen 10 years ago
parent 7b651ddbab
commit 100dff9047

@ -1,5 +1,5 @@
[defaults]
hostfile = hosts
hostfile = hosts.private
retry_files_enabled = False
retry_files_save_path = /dev/null
# ask_sudo_pass = True

@ -1,5 +1,7 @@
[local]
localhost ansible_connection=local
[remote]
[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

Loading…
Cancel
Save