split playbook into roles

This commit is contained in:
Pim Kunis 2022-12-03 13:05:55 +01:00
parent 53bba1751e
commit 62f014d90f
9 changed files with 69 additions and 64 deletions

View file

@ -0,0 +1,8 @@
- name: Create /data directory
file:
path: /data
state: directory
- name: Create /apps directory
file:
path: /apps
state: directory