-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.yml
32 lines (29 loc) · 863 Bytes
/
playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
- name: Raspberry Pi 5
hosts: raspberrypi
become: true
gather_facts: true
vars_files:
- secrets.yml
pre_tasks:
- name: Upgrade system
ansible.builtin.import_tasks: pre_tasks/upgrade_system.yml
- name: Static IPv4
ansible.builtin.import_tasks: pre_tasks/ipv4.yml
- name: Gather package facts
ansible.builtin.import_tasks: pre_tasks/gather_facts.yml
- name: Ensure the keyrings directory exists
ansible.builtin.import_tasks: pre_tasks/keyrings_dir.yml
- name: Ensure the NVME SSDs are mounted
ansible.builtin.import_tasks: pre_tasks/mount_nvme_ssds.yml
- name: Suppress login message
ansible.builtin.import_tasks: pre_tasks/suppress_login_message.yml
roles:
- zsh
- docker
- caddy
- cloudflare-ddns-updater
- pivpn
- vaultwarden
- immich
- nextcloud