wyoming, borg, grayjay, oh my
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s

This commit is contained in:
2025-05-04 02:32:34 -04:00
parent c2fa408c1e
commit ab2b033c54
31 changed files with 548 additions and 166 deletions

15
ansible/ansible.md Normal file
View File

@@ -0,0 +1,15 @@
# Ansible Inventory
This project lives outside the typical project structures as a means of tracking inventory.
## Install
```bash
pacman -S ansible ansible-core python-kubernetes
```
## Setup
```bash
ansible fedora -m ping -i ansible/inventory.yaml
```