summaryrefslogtreecommitdiff
path: root/home/.ansible/group_vars/all
diff options
context:
space:
mode:
authorboom2 <blizzack@blizzack.com>2023-12-14 17:24:25 -0500
committerboom2 <blizzack@blizzack.com>2023-12-14 17:24:25 -0500
commitf30709d7dbe88d82c4df66c476db36cb5c0ce903 (patch)
treeca861d7aa3e30c73a4fefeb9186f221cf15a8ff5 /home/.ansible/group_vars/all
parentd8a7729358a2fd3b911022e45d0197fda3e5da94 (diff)
- 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"
Diffstat (limited to 'home/.ansible/group_vars/all')
-rw-r--r--home/.ansible/group_vars/all4
1 files changed, 3 insertions, 1 deletions
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