refactor: move all service roles into a single alpina role

This commit is contained in:
2023-04-04 22:56:23 -07:00
parent ec335e5d3c
commit 145c5db29f
53 changed files with 109 additions and 100 deletions

View File

@@ -1,6 +1,11 @@
- hosts: all
roles:
- common
pre_tasks:
- name: Set fact for clean required
set_fact:
clean_desired: true
- name: Install services
import_playbook: services.yml