|
|
@ -2,20 +2,11 @@
|
|
|
|
sets up ffmyk supernodes
|
|
|
|
sets up ffmyk supernodes
|
|
|
|
|
|
|
|
|
|
|
|
## usage
|
|
|
|
## 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
|
|
|
|
- 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
|
|
|
|
- to configure the node run
|
|
|
|
```
|
|
|
|
```
|
|
|
|
ansible-playbook -i inventory.ini setup_fastd.yml
|
|
|
|
ansible-playbook --vault-id @prompt -i inventory.ini setup_fastd.yml
|
|
|
|
```
|
|
|
|
```
|
|
|
|