init pangolin

This commit is contained in:
Jonathan DeMasi
2025-12-30 11:59:37 -07:00
parent 6dcb732c03
commit 7e9039f193
5 changed files with 10 additions and 0 deletions

View File

@@ -3,3 +3,6 @@ git.jthan.io
[dns] [dns]
rpi0.home.jthan.io rpi0.home.jthan.io
[pangolin]
pangolin.jthan.io

6
ansible/pangolin.yaml Normal file
View File

@@ -0,0 +1,6 @@
---
# file: pangolin.yaml
- hosts: pangolin
roles:
- common
- pangolin

View File

View File

@@ -3,3 +3,4 @@
- import_playbook: webservers.yaml - import_playbook: webservers.yaml
- import_playbook: gitea.yaml - import_playbook: gitea.yaml
- import_playbook: dns.yaml - import_playbook: dns.yaml
- import_playbook: pangolin.yaml