Diffstat (limited to 'deploy/inventory.yml')
| -rw-r--r-- | deploy/inventory.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deploy/inventory.yml b/deploy/inventory.yml new file mode 100644 index 0000000..0a63140 --- /dev/null +++ b/deploy/inventory.yml @@ -0,0 +1,21 @@ +all: + children: + prod: + hosts: + node_prod: + ansible_host: uz.saya.casa + saya_today_web_name: sayauz-prod + saya_today_web_hostname: sayauz-prod + saya_today_web_ipv4_address: 172.16.0.17 + saya_today_web_listen_address: saya.uz + saya_today_web_unix_sockets_path: '/etc/sayauz' + + stage: + hosts: + node_stage: + ansible_host: uz.saya.casa + saya_today_web_name: sayauz-stage + saya_today_web_hostname: sayauz-stage + saya_today_web_ipv4_address: 172.16.0.18 + saya_today_web_listen_address: stage.saya.uz + saya_today_web_unix_sockets_path: '/etc/sayauz' |