6 lines
225 B
YAML
6 lines
225 B
YAML
ansible_become_password: "{{ vault_root_pass }}"
|
|
ansible_host: "{{ vault_ansible_host }}"
|
|
ansible_user: "{{ vault_ssh_user }}"
|
|
|
|
security_firewall_mangle_drop_privatenets: false
|
|
security_firewall_mangle_policy_forward: accept
|