diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:11:22 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-07-22 14:11:22 +0200 |
commit | a859fd25689674f431cb4993a558c587a979c3fd (patch) | |
tree | f7a22385a41ed143e929af95e606ca691c9a586a /README.md | |
parent | a7928fd2faa3accf8171b90098c667102e9a564e (diff) |
updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -2,20 +2,11 @@ sets up ffmyk supernodes ## usage -- load submodules -``` -git submodule update --init -``` -- copy inventory.ini.sample -``` -cp inventory.ini.sample inventory.ini -``` -- add hosts to inventory and edit variables in host_vars - to install arch on hetzner vms run the bootstrap_arch playbook ``` -ansible-playbook -i inventory.ini bootstrap_arch.yml +ansible-playbook --vault-id @prompt -i inventory.ini bootstrap_arch.yml ``` - to configure the node run ``` -ansible-playbook -i inventory.ini setup_fastd.yml +ansible-playbook --vault-id @prompt -i inventory.ini setup_fastd.yml ``` |