mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Provision k8s cluster with Kubespray
This commit is contained in:
parent
2f9be424d3
commit
d1db285cf0
13 changed files with 108 additions and 239 deletions
|
|
@ -6,8 +6,13 @@ host_key_checking = False
|
|||
nocows = 1
|
||||
remote_user = root
|
||||
retry_files_enabled = False
|
||||
library = kubespray/library/
|
||||
roles_path = kubespray/roles/
|
||||
|
||||
[ssh_connection]
|
||||
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|
||||
pipelining = True
|
||||
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o ForwardAgent=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
|
||||
|
||||
[inventory]
|
||||
enable_plugins = host_list, scaleway, ini, script, yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue