kube transfer to single-node host
This commit is contained in:
@@ -7,5 +7,5 @@ pacman -S ansible ansible-core python-kubernetes
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
ansible kubernetes -m ping -i inventory.yaml
|
||||
ansible fedora -m ping -i ansible/inventory.yaml
|
||||
```
|
||||
|
||||
@@ -1,18 +1,21 @@
|
||||
kubernetes:
|
||||
arch:
|
||||
hosts:
|
||||
node1:
|
||||
nodename: node1
|
||||
node2:
|
||||
nodename: node2
|
||||
node3:
|
||||
nodename: node3
|
||||
gamebox:
|
||||
|
||||
colors:
|
||||
fedora:
|
||||
hosts:
|
||||
yellow:
|
||||
nextcloud:
|
||||
kube:
|
||||
|
||||
nextcloud-aio:
|
||||
unifi-external:
|
||||
gamebox:
|
||||
homeassistant:
|
||||
driveripper:
|
||||
ubuntu:
|
||||
hosts:
|
||||
unifi-external:
|
||||
|
||||
raspbian:
|
||||
hosts:
|
||||
pivpn:
|
||||
|
||||
unmanaged:
|
||||
hosts:
|
||||
driveripper:
|
||||
homeassistant:
|
||||
|
||||
Reference in New Issue
Block a user