1
0
Fork 0

Split playbooks

This commit is contained in:
Alex Kotov 2019-07-04 14:48:51 +05:00
parent 474e812f46
commit 40b7fa73bc
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 5 additions and 4 deletions

View file

@ -45,7 +45,3 @@
daemon_reload: true
name: sshd
state: restarted
- hosts: all
roles:
- kotovalexarian.litecoin
- kotovalexarian.lnd

5
lightning.yml Normal file
View file

@ -0,0 +1,5 @@
---
- hosts: all
roles:
- kotovalexarian.litecoin
- kotovalexarian.lnd