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 /ansible-practice/system/04-playbook-bash-configs.yml | |
| 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 'ansible-practice/system/04-playbook-bash-configs.yml')
| -rw-r--r-- | ansible-practice/system/04-playbook-bash-configs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible-practice/system/04-playbook-bash-configs.yml b/ansible-practice/system/04-playbook-bash-configs.yml index 99da687..608e761 100644 --- a/ansible-practice/system/04-playbook-bash-configs.yml +++ b/ansible-practice/system/04-playbook-bash-configs.yml @@ -3,7 +3,7 @@ # - this only works when we create a '/vars' directory w/ our variables in it --- -- hosts: all +- hosts: dev #- hosts: localhost # connection: local vars_files: |
