Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlesrocket/freebsd-collection
Ansible collection for FBSD
https://github.com/charlesrocket/freebsd-collection
ansible freebsd
Last synced: 19 days ago
JSON representation
Ansible collection for FBSD
- Host: GitHub
- URL: https://github.com/charlesrocket/freebsd-collection
- Owner: charlesrocket
- License: mit
- Created: 2021-04-22T02:55:29.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-09-21T02:01:32.000Z (about 2 months ago)
- Last Synced: 2024-10-11T01:47:47.732Z (about 1 month ago)
- Topics: ansible, freebsd
- Language: Jinja
- Homepage: https://charlesrocket.github.io/freebsd-collection/
- Size: 9.41 MB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# freebsd-collection
[![galaxy](https://img.shields.io/badge/dynamic/json?style=flat&label=galaxy&prefix=v&url=https://galaxy.ansible.com/api/v3/collections/charlesrocket/freebsd/&query=highest_version.version)](https://galaxy.ansible.com/ui/repo/published/charlesrocket/freebsd/)
[![CI](https://github.com/charlesrocket/freebsd-collection/actions/workflows/ci.yml/badge.svg)](https://github.com/charlesrocket/freebsd-collection/actions/workflows/ci.yml)Ansible collection for FreeBSD servers and desktops.
### Installation
`requirements.yml`:
```yaml
collections:
- name: charlesrocket.freebsd
```### Usage
See [profiles](https://charlesrocket.github.io/freebsd-collection/docsite/profiles)/[variables](https://github.com/charlesrocket/freebsd-collection/tree/trunk/profiles/charlesrocket).
## Example
```sh
# run as user
ansible-galaxy collection install charlesrocket.freebsd
ansible-playbook charlesrocket.freebsd.station -c \
local -i "localhost," -e "profile=charlesrocket"
```