-
-
Save initcron/cf3772b8accdd31f2a6d24fb2c2ff210 to your computer and use it in GitHub Desktop.
environments/prod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [local] | |
| localhost ansible_connection=local | |
| [lb] | |
| lb ansible_host=localhost ansible_port=2220 ansible_password=codespaces ansible_python_interpreter=/usr/bin/python3 | |
| [app] | |
| app1 ansible_host=localhost ansible_port=2221 ansible_password=codespaces | |
| app2 ansible_host=localhost ansible_port=2222 ansible_password=codespaces | |
| app3 ansible_port=2223 ansible_host=localhost ansible_password=codespaces | |
| [db] | |
| db ansible_port=2224 ansible_host=localhost ansible_password=codespacesansible_host=localhost ansible_password=codespaces | |
| [prod:children] | |
| lb | |
| app | |
| db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment