Update 2 files
- /olimp-deploy.yml - /inventories/hosts
This commit is contained in:
parent
9f0a9eb4b2
commit
427612e64a
@ -1,7 +1,7 @@
|
|||||||
[infra]
|
[infra]
|
||||||
gateway ansible_host=192.168.1.201 int_ip=192.168.1.201
|
gateway ansible_host=192.168.1.201 int_ip=192.168.1.201
|
||||||
data ansible_host=192.168.1.202 int_ip=192.168.1.202
|
data ansible_host=192.168.1.202 int_ip=192.168.1.202
|
||||||
media ansible_host=192.168.1.203 int_ip=192.168.1.203
|
media ansible_host=192.168.1.224 int_ip=192.168.1.224
|
||||||
photo ansible_host=192.168.1.204 int_ip=192.168.1.204
|
photo ansible_host=192.168.1.204 int_ip=192.168.1.204
|
||||||
cloud ansible_host=192.168.1.225 int_ip=192.168.1.225
|
cloud ansible_host=192.168.1.225 int_ip=192.168.1.225
|
||||||
talk ansible_host=192.168.1.206 int_ip=192.168.1.206
|
talk ansible_host=192.168.1.206 int_ip=192.168.1.206
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
- { role: npm, tags: deploy_npm }
|
- { role: npm, tags: deploy_npm }
|
||||||
- { role: heimdall, tags: deploy_heimdall }
|
- { role: heimdall, tags: deploy_heimdall }
|
||||||
- { role: dashy, tags: deploy_dashy }
|
- { role: dashy, tags: deploy_dashy }
|
||||||
|
|
||||||
- hosts: data
|
- hosts: data
|
||||||
roles:
|
roles:
|
||||||
- { role: docker, tags: deploy_docker }
|
- { role: docker, tags: deploy_docker }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user