dags first iteration

main
Ricard Illa 2022-10-18 18:16:13 +02:00
parent 0f19764703
commit c6583f9d8c
2 changed files with 18 additions and 2 deletions

View File

@ -36,7 +36,6 @@
become: true become: true
roles: roles:
- cryptoraid - cryptoraid
tags: raid
- name: mounts - name: mounts
hosts: hosts:
@ -98,7 +97,22 @@
pikvm pikvm
roles: roles:
- gopass - gopass
tags: gopass
- name: setup DAGs
become: true
hosts:
- pikvm
roles:
- dags
tags: dags
- name: set up pikvm's ssl certs
hosts:
- pikvm
become: true
hosts: pikvm
vars:
domain: monotremata.xyz
- name: lbu commit - name: lbu commit
hosts: hosts:

View File

@ -8,6 +8,8 @@ all:
ansible_port: 22 ansible_port: 22
ansible_python_interpreter: /usr/bin/python3 ansible_python_interpreter: /usr/bin/python3
ansible_become_method: doas ansible_become_method: doas
dags:
- acme_rsync
snitch: snitch:
ansible_host: snitch ansible_host: snitch