summaryrefslogtreecommitdiff
path: root/README.md
blob: 89759f17c8bc7354b6200910dc497f87663b3bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# ffmyk-ansible
sets up ffmyk supernodes

## usage
- to install arch on hetzner vms run the bootstrap_arch playbook
```
ansible-playbook --vault-id @prompt -i inventory.ini bootstrap_arch.yml
```
- to configure the node run
```
ansible-playbook --vault-id @prompt -i inventory.ini setup_fastd.yml
```