forked from ISTI-ansible-roles/ansible-roles
New portal dev node
This commit is contained in:
parent
60a9759f89
commit
7acaccb794
|
@ -3,7 +3,7 @@ PG_BACKUP_ENABLED={{ pg_backup_enabled }}
|
|||
PG_VERSION={{ psql_version }}
|
||||
PG_DUMP_BIN={{ pg_backup_pgdump_bin }}
|
||||
PG_BCK_BIN={{ pg_backup_bin }}
|
||||
{% if pg_backup_enabled }}
|
||||
{% if pg_backup_enabled %}
|
||||
USE_NAGIOS={{ pg_backup_use_nagios }}
|
||||
{% else %}
|
||||
USE_NAGIOS=no
|
||||
|
|
Loading…
Reference in New Issue