ansible/README.md
Markus Hauschild ea4f70a483
All checks were successful
continuous-integration/drone/push Build is passing
drop debian stretch support
2020-10-06 10:30:42 +02:00

23 lines
528 B
Markdown

Ansible Freifunk Regensburg
===========================
## Requirements
The python package netaddr is required on the host running ansible.
The vault password must be stored in `.vault_pass`.
The *only* supported distributions to deploy roles on is debian buster.
## Running Ansible
To deploy all defined roles on all servers simply run `ansible-playbook site.yml`.
To deploy only one server run `ansible-playbook -l hostname site.yml`.
## Notes
Some roles are derived from https://github.com/FreifunkBremen/ansible/