This is a collection of roles to configure servers. See roles for details.
Install the collection:
ansible-galaxy collection install brianreumere.server
Or include it in a requirements.yml
file:
collections:
- name: brianreumere.server
version: ">=1.0.0,<2.0.0"
source: https://galaxy.ansible.com
And install it:
ansible-galaxy collection install -r requirements.yml