17 lines
264 B
YAML
17 lines
264 B
YAML
---
|
|
# Setup Keycloak, Certbot & Webserver
|
|
#
|
|
# Run:
|
|
# ansible-playbook -i inventory/hosts tasks/certbot.webserver.yml
|
|
#
|
|
# Prepare:
|
|
# See readme.md and init your workspace
|
|
- hosts: all
|
|
gather_facts: true
|
|
|
|
roles:
|
|
|
|
- keycloak
|
|
- lsa.certbot
|
|
- webserver
|