Commit f1c138f7 by Kevin Falcone

This is a common playbook that enables auto-updates

Useful for long lived simple boxes where you want to track security
updates and have users on the machine
parent fa0b9110
- name: Deploy common
hosts: all
become: True
gather_facts: True
vars:
SECURITY_UNATTENDED_UPGRADES: true
COMMON_SECURITY_UPDATES: true
roles:
- common
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment