You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
473 B
14 lines
473 B
7 years ago
|
# Ansible connection configuration
|
||
|
# It is suggested that this file be encrypted with ansible-vault
|
||
|
ansible_port: 22
|
||
|
ansible_user: ssh_user
|
||
|
ansible_ssh_private_key_file: /path/to/pem
|
||
|
|
||
|
# Uncomment to use SSH password instead of pem key
|
||
|
# If you uncomment this, comment out the key_file line above
|
||
|
#ansible_ssh_pass: mypassword
|
||
|
|
||
|
# Domain variables required for the playbook
|
||
|
var_domain: forksand.io
|
||
|
var_mail_domain: mail.forksand.io
|
||
|
var_relay_domain: forksand.com
|