2024-03-24 22:12:56 +01:00
|
|
|
---
|
2024-03-25 00:32:09 +01:00
|
|
|
- name: Install dependencies
|
|
|
|
ansible.builtin.import_tasks: dependencies.yml
|
|
|
|
become: true
|
|
|
|
tags:
|
2024-03-25 00:51:16 +01:00
|
|
|
- install_dependencies
|
2024-03-24 22:12:56 +01:00
|
|
|
|
2024-03-25 00:32:09 +01:00
|
|
|
- name: Build authentik
|
|
|
|
ansible.builtin.import_tasks: build.yml
|
|
|
|
become: true
|
|
|
|
tags:
|
|
|
|
- build
|
|
|
|
become_user: authentik
|