From f30709d7dbe88d82c4df66c476db36cb5c0ce903 Mon Sep 17 00:00:00 2001 From: boom2 Date: Thu, 14 Dec 2023 17:24:25 -0500 Subject: - add "new_host" role for system setup - no longer use "all" to mention all hosts in playbooks - update of hosts file to now use localhost as "test" --- home/.ansible/group_vars/all | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/.ansible/group_vars/all') diff --git a/home/.ansible/group_vars/all b/home/.ansible/group_vars/all index 6f19ef0..b283aed 100644 --- a/home/.ansible/group_vars/all +++ b/home/.ansible/group_vars/all @@ -1 +1,3 @@ -prefix_dir: ~/ \ No newline at end of file +home_dir: ~ +temp_dir: +backup_etc_dir: /etc/BAK2 -- cgit v1.2.3-54-g00ecf