mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Scaleway hosts basic setup
This commit is contained in:
parent
1e93c4ae3d
commit
2bffaaa3e1
10 changed files with 161 additions and 42 deletions
19
hosts
Normal file
19
hosts
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[k8s-kubectl]
|
||||
localhost ansible_connection=local ansible_become_user=froidmpa
|
||||
|
||||
[k8s-ca]
|
||||
localhost ansible_connection=local ansible_become_user=froidmpa
|
||||
|
||||
[k8s-etcd]
|
||||
master[1:3].banditlair.com
|
||||
|
||||
[k8s-master]
|
||||
master[1:3].banditlair.com
|
||||
|
||||
[k8s-node]
|
||||
node[1:2].banditlair.com
|
||||
|
||||
[k8s:children]
|
||||
k8s-master
|
||||
k8s-node
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue