summaryrefslogtreecommitdiff
path: root/deploy/inventory.yml
blob: 6b8a3847d2d6917b3675fd5ce776e50666aa5a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_mount: '/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_mount: '/etc/sayauz'