Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.04 KB

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"