mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Provision scaleway instances
This commit is contained in:
parent
4c53c7e5e2
commit
7cbd38d400
5 changed files with 120 additions and 78 deletions
4
inventories/staging/group_vars/all
Normal file
4
inventories/staging/group_vars/all
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
k8s_scw_master_nodes_count: 3
|
||||
k8s_scw_worker_nodes_count: 2
|
||||
k8s_scw_environment: staging
|
||||
k8s_scw_environment_short: test
|
||||
2
inventories/staging/hosts
Normal file
2
inventories/staging/hosts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[ansible-controller]
|
||||
localhost ansible_connection=local ansible_become=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue