This commit is contained in:
2026-09-02 00:21:28 -04:00
parent e37cf81508
commit ba0572f559
4 changed files with 21 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
[defaults]
inventory = inventory
@@ -0,0 +1,3 @@
ansible_become_method: ansible.builtin.sudo
ansible_sudo_user: root
ansible_sudo_pass: "{{ lookup('community.general.passwordstore', 'ansible/firewall.balsillie.house/become-password') }}"
@@ -0,0 +1,4 @@
ansible_connection: ansible.builtin.ssh
ansible_ssh_host: firewall.balsillie.house
ansible_ssh_port: 22
ansible_ssh_user: ansible
+12
View File
@@ -0,0 +1,12 @@
---
- name: Configure container hosts
hosts:
- firewalls
gather_facts: false
tasks:
- name: Aliases
# become: true
pfsensible.core.pfsense_alias:
address: '10.96.10.60'