From 71cc89884da9ea8e381af2e2cf77724d0e490a15 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 27 Mar 2017 17:49:24 +0200 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7fdbe10..4cfad53 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,16 @@ 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 jessie. + ## 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`.