-
Notifications
You must be signed in to change notification settings - Fork 0
/
palo_vars.yml
21 lines (19 loc) · 955 Bytes
/
palo_vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
# enable or disable logging of task output. ***Enabling this will expose your passwords in the logs***
task_logging: false
platform: "palo_alto"
current_date: "{{ lookup('pipe','date +%Y-%m-%d') }}"
yesterday_date: "{{ lookup('pipe','date +%Y-%m-%d --date=yesterday' ) }}"
configs_dir: /ansible_backups/{{ platform }}/{{ current_date }}
# palo_username:
# palo_password:
current_config_dir: /ansible_backups/{{ platform }}/{{ current_date }}
current_config: /ansible_backups/{{ platform }}/{{ current_date }}/{{ inventory_hostname }}_{{ current_date }}.txt
yesterday_config: /ansible_backups/{{ platform }}/{{ yesterday_date }}/{{ inventory_hostname }}_{{ yesterday_date }}.txt
diff_directory: /ansible_backups/{{ platform }}_diffs/{{ current_date }}
# smtp_server: smtp.example.com
# email_addresses:
# from_email: [email protected]
# uncomment, and add additional sed commands to cleanup configs if necessary
# sed_commands: