Ansible roles
I use Ansible since a long for setting up my infrastructure and this I also created roles for things I needed
Posted May 12, 2022 by
I find Ansible it quite cool and very simple to use. One of the feature of Ansible are roles:
Roles are ways of automatically loading certain vars_files, tasks, and handlers based on a known file structure. Grouping content by roles also allows easy sharing of roles with other users.
Roles follow a certain structure as you can read in the docu. Finally you can find all available roles in ansible-galaxy.
papanito.systemd_notifiers
Ansible role to setup a systemd notification service for failing systemd services
Posted May 12, 2022 by Adrian Wyssmann
papanito.git
Posted May 12, 2022 by Adrian Wyssmann
papanito.ttrss
ansible role to install ttrss with all it's dependecies (php, postgres, lighttpd)
Posted May 12, 2022 by Adrian Wyssmann
papanito.borg
Ansible role do install and setup regular backups with borg-backup
Posted May 12, 2022 by Adrian Wyssmann
papanito.rsyslog
Ansible role to forward syslog to a log service like Loggly.com or Logz.io
Posted May 12, 2022 by Adrian Wyssmann
papanito.cloudflared
This ansible role does download and install cloudflared on the host and optionally installs the argo-tunnel as a service.
Posted May 12, 2022 by Adrian Wyssmann