forked from FF-RGB/ansible
23 lines
531 B
Markdown
23 lines
531 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 distribution to deploy roles on is debian stretch.
|
|
|
|
|
|
## Running Ansible
|
|
|
|
To deploy all defined roles on all servers simply run `ansible-playbook site.yml`.
|
|
|
|
To deploy only one server run `ansible-playbook -i "hostname," site.yml`.
|
|
|
|
|
|
## Notes
|
|
|
|
Some roles are derived from https://github.com/FreifunkBremen/ansible/
|