Refactor ansible hosts.yml: Update hosts to include all servers

This commit is contained in:
2024-09-28 20:49:02 +08:00
parent 0b891864ea
commit 1934d62697
11 changed files with 284 additions and 8 deletions
@@ -125,3 +125,7 @@ This task only runs when `omz_zshrc_create` is set to `false`.
- "autojump"
- "git"
with_items: "{{ users }}"
```bash
ansible-playbook -i inventory playbooks/ansible-role-oh-my-zsh/playbook.yml -l 'dev303' -K
```