Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 622 Bytes

tecff Ansible

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 -l hostname site.yml.

Notes

This is a fork of a repository from Freifunk Regensburg e.V. : https://git.binary-kitchen.de/FF-RGB/ansible Some roles are derived from https://github.com/FreifunkBremen/ansible/