Diffstat (limited to 'deploy/inventory.yml')
| -rw-r--r-- | deploy/inventory.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/deploy/inventory.yml b/deploy/inventory.yml new file mode 100644 index 0000000..dde952e --- /dev/null +++ b/deploy/inventory.yml @@ -0,0 +1,17 @@ +all: + children: + prod: + hosts: + node_prod: + ansible_host: pl.saya.today + saya_today_web_name: sayana-web + saya_today_web_hostname: sayana-web + saya_today_web_ipv4_address: 172.16.0.18 + + stage: + hosts: + node_stage: + ansible_host: pl.saya.today + saya_today_web_name: sayana-demo + saya_today_web_hostname: sayana-demo + saya_today_web_ipv4_address: 172.16.0.17 |