Skip to content

charlesrocket/freebsd-collection

Repository files navigation

freebsd-collection

galaxy CI

Ansible collection for FreeBSD servers and desktops.

Installation

requirements.yml:

collections:
  - name: charlesrocket.freebsd

Usage

See profiles/variables.

Example

screenshot

# run as user
ansible-galaxy collection install charlesrocket.freebsd
ansible-playbook charlesrocket.freebsd.station -c \
    local -i "localhost," -e "profile=charlesrocket"