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/host_vars/localhost | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/.ansible/host_vars/localhost') diff --git a/home/.ansible/host_vars/localhost b/home/.ansible/host_vars/localhost index a2e254c..380f2d5 100644 --- a/home/.ansible/host_vars/localhost +++ b/home/.ansible/host_vars/localhost @@ -1 +1,3 @@ -prefix_dir: ~/tmp/temp_files/ \ No newline at end of file +home_dir: ~/tmp/temp_files +temp_dir: +backup_etc_dir: "{{ home_dir }}/etc/BAK2" \ No newline at end of file -- cgit v1.2.3-54-g00ecf