Skip to content

An ansible based repo to make running system updates easily

License

Notifications You must be signed in to change notification settings

mshafer1/system_updater

Repository files navigation

System Updater

This repo is a mirror repo to hold just the system updater role from mshafer1/ansible_configs

Customization

To customize the settings, create an Ansible inventory file and specify the veriables for the current system.

# example /etc/ansible/hosts
all:
  hosts:
    localhost:
      # use weekday variable to specify what day to do updates on
      # update_job_weekday: MON
      grub_handled: false
      ansible_connection: local

About

An ansible based repo to make running system updates easily

Resources

License

Stars

Watchers

Forks

Languages