Sync
This commit is contained in:
parent
d312777183
commit
0f3b4dad7e
10 changed files with 42 additions and 13 deletions
12
minilab.yaml
12
minilab.yaml
|
|
@ -10,6 +10,12 @@
|
|||
community.general.apk:
|
||||
update_cache: true
|
||||
when: ansible_distribution == "Alpine"
|
||||
- name: Update package cache (Debian, and derivatives)
|
||||
tags: always
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
changed_when: false
|
||||
when: ansible_distribution in debian_derivatives
|
||||
|
||||
- name: Common tasks for all hosts
|
||||
hosts: all
|
||||
|
|
@ -35,3 +41,9 @@
|
|||
become: true
|
||||
roles:
|
||||
- adhdgirl.minilab.coder
|
||||
- name: Configure authentik
|
||||
hosts: authentik
|
||||
tags: docker,authentik
|
||||
become: true
|
||||
roles:
|
||||
- adhdgirl.minilab.authentik
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue