Add FOG server role

This commit is contained in:
2026-04-23 01:04:01 -04:00
parent 7b24236e92
commit 0aa62d6af9
3 changed files with 61 additions and 0 deletions

8
dev/fog.yml Normal file
View File

@@ -0,0 +1,8 @@
- name: Install FRITA FOG Server
hosts: all
become: true
vars_files:
- vars/fog.yml
roles:
- common
- fog