diff --git a/inventories/core_infrastructure.yml b/inventories/core_infrastructure.yml index b7eda02..135cd0e 100644 --- a/inventories/core_infrastructure.yml +++ b/inventories/core_infrastructure.yml @@ -10,7 +10,7 @@ all: - container_name: http-test directories_to_backup: - /var/www/html - backup_dir: /backup + backup_dir: /backup/httptest backup_name_prefix: http-test max_backups_kept: 5 database: @@ -39,4 +39,6 @@ all: hosts: openocean: boardwalk: + database_nodes: + database: \ No newline at end of file