Add play to backup bookstack, reorganize files
This commit is contained in:
5
ansible/roles/core.yml
Normal file
5
ansible/roles/core.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: core
|
||||
become: yes
|
||||
roles:
|
||||
- core
|
||||
5
ansible/roles/docker.yml
Normal file
5
ansible/roles/docker.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- hosts: docker-host
|
||||
become: yes
|
||||
roles:
|
||||
- docker
|
||||
Reference in New Issue
Block a user