pfsense
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user