https://github.com/damoun/playbooks
:wrench: Ansible playbooks used for my own lab
https://github.com/damoun/playbooks
ansible ansible-playbooks
Last synced: 18 days ago
JSON representation
:wrench: Ansible playbooks used for my own lab
- Host: GitHub
- URL: https://github.com/damoun/playbooks
- Owner: damoun
- License: mit
- Created: 2016-02-20T17:47:09.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T10:34:31.000Z (4 months ago)
- Last Synced: 2026-03-18T01:33:35.911Z (4 months ago)
- Topics: ansible, ansible-playbooks
- Language: Jinja
- Homepage:
- Size: 5.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
playbooks
My playbooks and roles for my own lab.
# Getting Started
```
ansible-galaxy install -r requirements.yml
ansible-playbook -i inventories site.yml
```