mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-09-29 13:03:31 -07:00
feat: ubuntu compatibility
This commit is contained in:
parent
d74820190f
commit
b9d9874a00
22 changed files with 222 additions and 26 deletions
|
@ -5,11 +5,17 @@
|
|||
tags:
|
||||
- prereqs
|
||||
|
||||
- name: Include firewall config tasks
|
||||
ansible.builtin.include_tasks: firewalld.yml
|
||||
when: keycloak_quarkus_configure_firewalld
|
||||
- name: Debian specific tasks
|
||||
ansible.builtin.include_tasks: debian.yml
|
||||
when: ansible_facts.os_family == "Debian"
|
||||
tags:
|
||||
- firewall
|
||||
- unbound
|
||||
|
||||
- name: RedHat specific tasks
|
||||
ansible.builtin.include_tasks: redhat.yml
|
||||
when: ansible_facts.os_family == "RedHat"
|
||||
tags:
|
||||
- unbound
|
||||
|
||||
- name: Include install tasks
|
||||
ansible.builtin.include_tasks: install.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue