An open API service indexing awesome lists of open source software.

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

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
```