forked from CCCHH/ansible-infra
Add keycloak
This commit is contained in:
parent
91274de823
commit
2dc4b6f5fd
6 changed files with 213 additions and 0 deletions
8
playbooks/deploy_keycloak.yaml
Normal file
8
playbooks/deploy_keycloak.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Deploy nginx and keycloak using docker_compose on keyloak
|
||||
become: true
|
||||
hosts: keycloak
|
||||
roles:
|
||||
- cert
|
||||
- docker_compose
|
||||
- nginx
|
||||
Loading…
Add table
Add a link
Reference in a new issue