feat: Added apps-2 VM
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
---
|
||||
# NOTE: Adding a komodo-periphery role to an edge means you need to
|
||||
# create an onboarding key on Komodo and change its value on
|
||||
# the vault
|
||||
|
||||
- hosts: infra
|
||||
become: yes
|
||||
roles:
|
||||
@@ -25,10 +29,17 @@
|
||||
- docker
|
||||
- komodo-periphery
|
||||
|
||||
- hosts: apps
|
||||
- hosts: apps-1
|
||||
become: yes
|
||||
roles:
|
||||
- base
|
||||
- docker
|
||||
- komodo-periphery
|
||||
- trek
|
||||
|
||||
- hosts: apps-2
|
||||
become: yes
|
||||
roles:
|
||||
- base
|
||||
- docker
|
||||
- komodo-periphery
|
||||
|
||||
Reference in New Issue
Block a user