Refactor dev inventory: Add dev301 and dev302 hosts

This commit is contained in:
2024-09-22 21:47:18 +08:00
parent 1f6ddc377c
commit 7f94212785
7 changed files with 101 additions and 14 deletions
+6
View File
@@ -0,0 +1,6 @@
# Ansible
## Update all packages
```bash
ansible-playbook -i hosts.yml playbook.yml -K
```