Remove bitcoin from lnd group, add k3s to site

This commit is contained in:
Amarpreet Minhas 2022-03-26 18:05:12 -04:00
parent 72eb4d34d0
commit bf75660da5
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
- hosts: k3s
roles:
- role: k3s
...

View file

@ -2,6 +2,5 @@
- hosts: lnd - hosts: lnd
roles: roles:
- role: tor - role: tor
- role: bitcoind
- role: lnd - role: lnd
... ...

View file

@ -5,6 +5,7 @@
- import_playbook: consul-client.yml - import_playbook: consul-client.yml
- import_playbook: docker.yml - import_playbook: docker.yml
- import_playbook: nomad.yml - import_playbook: nomad.yml
- import_playbook: k3s.yml
- import_playbook: nexus.yml - import_playbook: nexus.yml
- import_playbook: lnd.yml - import_playbook: lnd.yml
- import_playbook: wekan.yml - import_playbook: wekan.yml