initial working commit

This commit is contained in:
2022-10-16 18:54:37 -04:00
commit 1505e39da7
13 changed files with 396 additions and 0 deletions

10
site.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Configure servers for use on my home network
hosts: all
remote_user: "{{ remote_user }}"
become: yes
roles:
- common
- librenms-client
- tailscale