Skip to content
Snippets Groups Projects
Commit c38c790d authored by Adham Helal's avatar Adham Helal
Browse files

Envir variable

parent 61f0ee1e
No related branches found
No related tags found
No related merge requests found
# This is inventory file for development stage
[webserver]
webserver[000:004].test.example.com
webserver[000:004].dev.example.com
[postgresql]
postgresql[000:000].test.example.com
\ No newline at end of file
postgresql[000:000].dev.example.com
# Sets the environment to development(dev) or production (prod) or test
environment=dev
\ No newline at end of file
......@@ -4,4 +4,7 @@
webserver[000:004].prod.example.com
[postgresql]
postgresql[000:000].prod.example.com
\ No newline at end of file
postgresql[000:000].prod.example.com
# Sets the environment to development(dev) or production (prod) or test
environment=prod
\ No newline at end of file
# This is inventory file for test stage
[webserver]
webserver[000:004].dev.example.com
webserver[000:004].test.example.com
[postgresql]
postgresql[000:000].dev.example.com
\ No newline at end of file
postgresql[000:000].test.example.com
# Sets the environment to development(dev) or production (prod) or test
environment=test
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment