# 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