See how to use Ansible templates to parametrize configuration files and leverage variables in templates with Jinja2 and Ansible Playbooks.| Spacelift
ansible.builtin.shell module – Execute shell commands on targets| docs.ansible.com
ActionAn action is a part of a task that specifies which of the modules to| docs.ansible.com
Frequently Asked Questions| docs.ansible.com
Use cases for ad hoc tasks| docs.ansible.com
ansible.builtin.copy module – Copy files to remote locations| docs.ansible.com
ansible.builtin.assemble module – Assemble configuration files from fragments| docs.ansible.com
I’m working with a client who is currently hosted on Discourse’s Business plan and I’d like to show what the Subscription feature is like. Having already broken their production site once I decided to set up a staging server instead. This guide is heavily informed by: Set up a new Droplet I won’t go into too much detail because I’m planning on writing detailed documentation for how to set this up. But the gist is that I create a new project on DigitalOcean for the customer and creat...| Build Civitas (beta)
ansible.builtin.file module – Manage files and file properties| docs.ansible.com
/ tl;dr - Line by line explanation of my ansible-powered ZFS install script for use on Hetzner’s dedicated hardware (Ubuntu 20.04 - “Focal”) – it’s not perfect/minimal, but it works for me. A while back I started using ZFS on all my bare metal dedicated hardware hosted at Hetzner to wrangle the attached HDDs and SSDs. There are lots of choices in the space (standard LVM, mdraid btrfs, etc), but I chose ZFS for it’s feaureset and ergonomics.| vadosware.io