diff options
| author | boom2 <blizzack@blizzack.com> | 2023-12-14 17:24:25 -0500 |
|---|---|---|
| committer | boom2 <blizzack@blizzack.com> | 2023-12-14 17:24:25 -0500 |
| commit | f30709d7dbe88d82c4df66c476db36cb5c0ce903 (patch) | |
| tree | ca861d7aa3e30c73a4fefeb9186f221cf15a8ff5 /home/.ansible/group_vars | |
| parent | d8a7729358a2fd3b911022e45d0197fda3e5da94 (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')
| -rw-r--r-- | home/.ansible/group_vars/all | 4 | ||||
| -rw-r--r-- | home/.ansible/group_vars/all~ | 1 |
2 files changed, 4 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 diff --git a/home/.ansible/group_vars/all~ b/home/.ansible/group_vars/all~ new file mode 100644 index 0000000..6f19ef0 --- /dev/null +++ b/home/.ansible/group_vars/all~ @@ -0,0 +1 @@ +prefix_dir: ~/
\ No newline at end of file |
