forked from evolix/ansible-roles
evomaintenance: explicit quotes
This commit is contained in:
parent
8f88a48e15
commit
ca738edcfa
1 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
HOSTNAME={{ evomaintenance_hostname }}
|
||||
EVOMAINTMAIL={{ evomaintenance_alert_email or general_alert_email | mandatory }}
|
||||
HOSTNAME="{{ evomaintenance_hostname }}"
|
||||
EVOMAINTMAIL="{{ evomaintenance_alert_email or general_alert_email | mandatory }}"
|
||||
|
||||
export PGPASSWORD={{ evomaintenance_pg_passwd }}
|
||||
export PGPASSWORD="{{ evomaintenance_pg_passwd }}"
|
||||
|
||||
PGDB={{ evomaintenance_pg_db }}
|
||||
PGTABLE={{ evomaintenance_pg_table }}
|
||||
PGHOST={{ evomaintenance_pg_host }}
|
||||
FROM={{ evomaintenance_from }}
|
||||
PGDB="{{ evomaintenance_pg_db }}"
|
||||
PGTABLE="{{ evomaintenance_pg_table }}"
|
||||
PGHOST="{{ evomaintenance_pg_host }}"
|
||||
FROM="{{ evomaintenance_from }}"
|
||||
FULLFROM="{{ evomaintenance_full_from }}"
|
||||
URGENCYFROM={{ evomaintenance_urgency_from }}
|
||||
URGENCYFROM="{{ evomaintenance_urgency_from }}"
|
||||
URGENCYTEL="{{ evomaintenance_urgency_tel }}"
|
||||
REALM={{ evomaintenance_realm }}
|
||||
REALM="{{ evomaintenance_realm }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue