Aaron Guise f60465def9
All checks were successful
continuous-integration/drone/push Build is passing
Moved SMTP to Org Secrets
2022-11-01 11:08:08 +13:00
2022-10-31 09:02:42 +13:00
2022-10-31 09:02:42 +13:00
2022-10-31 23:24:42 +13:00
2022-10-31 23:24:42 +13:00
2022-10-31 09:02:42 +13:00
2022-11-01 11:08:08 +13:00
2022-11-01 10:16:26 +13:00
2022-10-31 09:02:42 +13:00
2022-11-01 10:54:03 +13:00

Cron-APT - Ansible Role Build Status

Install and configure of the cron-apt package for Debian based machines.

Configuring

The below configuration variables are available:

cron_apt_mailto: monitoring@somedomain.net.nz # The email to receive notifications
cron_apt_apply_security: false # If set to true, security updates will automatically be applied

Example playbook

---
- hosts: all
  become: true
  roles:
    - name: cron-apt
      vars:
        cron_apt_mailto: admin@somedomain.net.nz
        cron_apt_apply_security: true

You can of course configure variables instead at group_vars/host_vars level. This is just here as an example.

Description
No description provided
Readme 47 KiB
Languages
Jinja 100%