feat(generic): add a simple playbook for manually deployed apps
This commit is contained in:
parent
6933aad1fa
commit
7eb6119137
1 changed files with 7 additions and 0 deletions
|
|
@ -39,3 +39,10 @@
|
|||
tags: bootstrap
|
||||
- role: sr2c.core.podman_keycloak
|
||||
tags: keycloak
|
||||
|
||||
- name: Baseline for generic servers (manual or externally managed application deployment)
|
||||
hosts:
|
||||
- generic
|
||||
roles:
|
||||
- role: sr2c.core.baseline
|
||||
tags: bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue