A simple ansible playbook to patch a couple of machines in the home network
Ansible 2.6+ Caters for RedHat, Fedora & Arch systems, includes patching and bouncing the control node (arch) so the play is never expected to close cleanly
Nothing exciting here.
NA
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- hosts: both
gather_facts: true
become: true
roles:
- role: homepatch
BSD
An optional section for the role authors to include contact information, or a website (HTML is not allowed).