Add datastore role for validating config of datastore setup

This commit is contained in:
2021-11-10 00:22:43 -05:00
parent c11e492f8f
commit 01c0e21f94
5 changed files with 195 additions and 0 deletions

View File

@@ -21,3 +21,5 @@
roles:
- role: server
when: "'server' in skylab_roles | default([])"
- role: datastore
when: "'datastore' in skylab_roles | default([])"