From 752353cc41892059c4275ac3ed6695aac1558afd Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Sun, 17 Aug 2025 23:18:47 -0400 Subject: [PATCH] Missed a file in the last update --- inventories/core_infrastructure.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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