https://github.com/bounteous17/ansible-home-lab
https://github.com/bounteous17/ansible-home-lab
ansible configs home-lab
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bounteous17/ansible-home-lab
- Owner: bounteous17
- Created: 2023-12-10T10:24:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T16:43:39.000Z (12 months ago)
- Last Synced: 2025-05-30T08:56:08.048Z (5 months ago)
- Topics: ansible, configs, home-lab
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-home-lab
## Check hosts are up
```bash
ansible k3s_cluster -m ping
```