https://github.com/daniel1302/ansible
Ansible for private infrastructure
https://github.com/daniel1302/ansible
Last synced: 4 months ago
JSON representation
Ansible for private infrastructure
- Host: GitHub
- URL: https://github.com/daniel1302/ansible
- Owner: daniel1302
- Created: 2023-06-19T19:35:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T11:57:32.000Z (over 2 years ago)
- Last Synced: 2025-10-10T09:54:38.152Z (9 months ago)
- Language: Jinja
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup order
```shell
ansible-playbook playbooks/localhost.yaml -u daniel -k;
ansible-playbook playbooks/physical-servers.yaml -u root -k;
ansible-playbook playbooks/apps.yaml
```