blob: 4508966caf50cbae41f6c049c2dbcb25637d875d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ffmyk-ansible
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
```
- to configure the node run
```
ansible-playbook -i inventory.ini setup_fastd.yml
```
|