* more readme.md content * imported basic roles * commented said basic roles * trimmed down playbooks to be understandable * update requirements.txt deps
10 lines
263 B
Text
10 lines
263 B
Text
[all]
|
|
# Replace this with your hostname and IP address
|
|
your-db-host.local ansible_ssh_host="1.2.3.4"
|
|
your-docker-host.local ansible_ssh_host="5.6.7.8"
|
|
|
|
[db]
|
|
your-db-host.local ansible_ssh_host="1.2.3.4"
|
|
|
|
[docker]
|
|
your-docker-host.local ansible_ssh_host="5.6.7.8"
|