mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Install Kubernetes 1.11 and go back to Ubuntu Xenial until Bionic is officially supported
This commit is contained in:
parent
5acc7652a9
commit
bf83e675f2
26 changed files with 765 additions and 7 deletions
|
|
@ -6,3 +6,8 @@ host_key_checking = False
|
|||
nocows = 1
|
||||
remote_user = root
|
||||
retry_files_enabled = False
|
||||
|
||||
[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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue