https://github.com/fdv/ansible-freebsd
My FreeBSD oriented Ansible roles and playbooks
https://github.com/fdv/ansible-freebsd
Last synced: 5 months ago
JSON representation
My FreeBSD oriented Ansible roles and playbooks
- Host: GitHub
- URL: https://github.com/fdv/ansible-freebsd
- Owner: fdv
- License: other
- Created: 2015-12-05T13:48:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T14:23:07.000Z (over 10 years ago)
- Last Synced: 2024-12-31T03:12:51.012Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Playbooks for FreeBSD
Requirements:
* A FreeBSD 9 or 10 host
* Ansible 1.9 or 2.0
## Poudriere
A quick role to deploy Poudriere, your favorite FreeBSD packet builder.
### Vars tweaking
To tweak these vars, edit `playbooks/vars/poudriere.yml`
* `poudriere_basefs`: where your jails and ports go.
* `poudriere_data`: place to deploy the built packages.
* `poudriere_distfile_cache`: ports distfile cache.
* `poudriere_ftp`: where to fetch the ports.
* `poudriere_zpool`: the zpool to use. Leave empty if you don't use ZFS.
* `freebsd_release`: FreeBSD release to build against.
```
ansible-playbook inventories/main playbooks/poudriere.yml
```