Removing some junk and fixing a bad variable name
This commit is contained in:
parent
bb27a5d3ce
commit
274a736639
@ -1,13 +0,0 @@
|
|||||||
[ansible_nodes]
|
|
||||||
blacktide ansible_host=192.168.3.2 connection=local
|
|
||||||
|
|
||||||
[docker_nodes]
|
|
||||||
web ansible_host=10.26.48.3
|
|
||||||
database ansible_host=10.12.34.3
|
|
||||||
publicworks ansible_host=10.77.7.3
|
|
||||||
dmz ansible_host=172.16.132.4
|
|
||||||
games ansible_host=10.20.24.3
|
|
||||||
|
|
||||||
[pfsense_nodes]
|
|
||||||
openocean ansible_host=172.16.132.2
|
|
||||||
boardwalk ansible_host=10.77.7.2
|
|
@ -1,9 +0,0 @@
|
|||||||
[masters]
|
|
||||||
kubemaster ansible_host=10.20.24.4 master=true
|
|
||||||
|
|
||||||
[workers]
|
|
||||||
kubeworker1 ansible_host=10.20.24.5 worker=true
|
|
||||||
kubeworker2 ansible_host=10.20.24.6 worker=true
|
|
||||||
|
|
||||||
[ansible_nodes]
|
|
||||||
ansible ansible_host=10.20.24.3 connection=local
|
|
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
- name: Set fact for CSRF Token and Cookie
|
- name: Set fact for CSRF Token and Cookie
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
pfsense_backup_csrf_1: "{{ pfsense_cookie_token3.content | regex_search('var\\s+csrfMagicToken\\s+=\\s+\\\"([a-f0-9sidp:;,]+)\\\"', '\\1') }}"
|
pfsense_backup_csrf_1: "{{ pfsense_cookie_token_3.content | regex_search('var\\s+csrfMagicToken\\s+=\\s+\\\"([a-f0-9sidp:;,]+)\\\"', '\\1') }}"
|
||||||
pfsense_backup_cookie_2: "{{ pfsense_cookie_token_3.set_cookie }}"
|
pfsense_backup_cookie_2: "{{ pfsense_cookie_token_3.set_cookie }}"
|
||||||
no_log: "{{ pfsense_backup_disable_logging | default(false) }}"
|
no_log: "{{ pfsense_backup_disable_logging | default(false) }}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user