install.fairie/home/dot_local/share/ansible/environments/prod/inventories/pfsense.yml

13 lines
393 B
YAML
Raw Normal View History

2023-07-15 22:40:26 -07:00
---
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 }}'