Add Keycloak tasks

This commit is contained in:
Christer Warén
2025-09-11 15:23:25 +03:00
parent eed5d0bf99
commit 8f63f85730
2 changed files with 41 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
- name: "Installer"
import_tasks: tasks/installer.yml
vars:
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
ansible_python_interpreter: "/root/.venv/ansible/bin/python3"
when:
- inventory_hostname == "olympus.juva.tjas"
tags:
@@ -19,7 +19,7 @@
- name: "Maintenance"
import_tasks: tasks/maintenance.yml
vars:
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
ansible_python_interpreter: "/root/.venv/ansible/bin/python3"
when:
- inventory_hostname == "olympus.juva.tjas"
tags:
@@ -29,7 +29,7 @@
- name: "Deployer"
import_tasks: tasks/deployer.yml
vars:
ansible_python_interpreter: "{{ ansible_facts.user_dir }}/.venv/ansible/bin/python3"
ansible_python_interpreter: "/root/.venv/ansible/bin/python3"
when:
- inventory_hostname == "olympus.juva.tjas"
tags: