Simple role to deploy some basics
meaz
e4be42c2de
To be merged once tested on staging. Co-authored-by: muppeth <muppeth@disroot.org> Co-authored-by: muppeth <muppeth@no-reply@disroot.org> Reviewed-on: #12 Reviewed-by: muppeth <muppeth@no-reply@disroot.org> |
||
---|---|---|
defaults | ||
files | ||
handlers | ||
tasks | ||
templates | ||
LICENSE | ||
README.md |
Basic role
This role sets up defaults we use across all newly created containers. It preconfigures various things as well as install few basic packages etc.
example playbook:
---
- hosts: all
roles:
- base
All configurable variables reside in defaults/main.yml
. If you wish to modify them per host, add them to your /etc/ansible/host_vars/yourhostname.yml
of for group of hosts in /etc/ansible/group_vars/yourgroup/main.yml
etc.
Tags
apt
: to update packageshosts
: to deploy only host filessh
: to deploy sshshouter
: to deploy shouter
Note
go-sendxmpp
is now a package on bookworm.