Rewrite inventory to use standard

This commit is contained in:
2026-04-28 16:23:13 -04:00
parent 1759682aef
commit 7bc1f8f702
3 changed files with 33 additions and 17 deletions

View File

@@ -33,9 +33,6 @@ ansible-playbook playbooks/install-iis.yml --limit web_servers
```
.
├── ansible.cfg # Ansible configuration
├── inventory/ # Inventory files
│ ├── production/
│ └── staging/
├── playbooks/ # Playbooks by use case
│ ├── provision-vm.yml
│ ├── patch-vms.yml