Initial project import

This commit is contained in:
2022-10-31 09:02:42 +13:00
commit 142c70337a
12 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Converge
hosts: all
vars:
cron_apt_apply_security: true
tasks:
- name: "Include cron-apt"
include_role:
name: "cron-apt"