install.fairie/home/dot_local/share/ansible/environments/prod/inventories/pfsense.yml
2023-07-16 01:40:26 -04:00

12 lines
393 B
YAML

---
all:
children:
pfsense:
hosts:
brock:
ansible_host: '{{ domains[inventory_hostname | lower].hostname }}'
ansible_password: '{{ admin_password }}'
ansible_port: '{{ ssh_port }}'
ansible_python_interpreter: /usr/local/bin/python2.7
ansible_sudo_pass: '{{ admin_password }}'
ansible_user: '{{ admin_username }}'