aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/all/vars.yml
blob: c8834f23208464b9b4c259b727ca7953cf1ef01b (plain)
1
2
3
4
5
6
7
8
9
10
---
# NOTE:
# Ansible Best Practices - Variables and Vaults
# https://docs.ansible.com/ansible/latest/playbooks_best_practices.html#best-practices-for-variables-and-vaults


deploy_user: ansible
ansible_ssh_private_key_file: ./private/ssh/ansible.key

# vim: set ft=yaml sw=2: #