Ansible collection for FreeBSD servers and desktops.
ansible-galaxy collection install charlesrocket.freebsdansible-galaxy collection install charlesrocket.freebsd --upgraderequirements.yml:
collections:
- name: charlesrocket.freebsdA playbook's execution can be fine-tuned via tags (station playbook):
ansible-playbook charlesrocket.freebsd.station --list-tags# run as user
ansible-playbook charlesrocket.freebsd.station -c \
local -i "localhost," -e "profile=charlesrocket"