add nuc playbook

This commit is contained in:
2024-05-16 21:35:45 +12:00
parent 2d31a5524f
commit 627343b50f
6 changed files with 29 additions and 2 deletions

View File

@ -6,5 +6,5 @@
gather_facts: true
become: true
roles:
- role: aur_repo_host
# - role: aur_repo_host
- role: nginx

View File

@ -0,0 +1,9 @@
---
- name: Setup NUC
hosts:
- nuc.balsillie.house
gather_facts: true
become: true
roles:
- role: certbot