Update inventories/client_royal_pizza/hosts.yml
This commit is contained in:
@@ -18,8 +18,12 @@ all:
|
|||||||
children:
|
children:
|
||||||
opnsense:
|
opnsense:
|
||||||
hosts:
|
hosts:
|
||||||
client-fw-01:
|
royal-pizza-fw-01:
|
||||||
ansible_host: "{{ lookup('env', 'FW_HOST') }}"
|
ansible_host: "{{ lookup('env', 'FW_HOST') }}"
|
||||||
|
ansible_port: "{{ lookup('env', 'SSH_PORT') }}"
|
||||||
|
ansible_user: root
|
||||||
|
ansible_ssh_private_key_file: ~/.ssh/client_royal_pizza
|
||||||
|
firewall_api_port: 8889
|
||||||
|
|
||||||
linux_hosts:
|
linux_hosts:
|
||||||
hosts: {}
|
hosts: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user