Migrate to Hetzner cloud

This commit is contained in:
Paul-Henri Froidmont 2019-08-22 05:11:27 +02:00
parent d3c99dad0b
commit c311cd4f7e
37 changed files with 416 additions and 299 deletions

View file

@ -4,6 +4,8 @@ deprecation_warnings = True
display_skipped_hosts = False
host_key_checking = False
nocows = 1
stdout_callback=skippy
callback_whitelist=profile_tasks
remote_user = root
retry_files_enabled = False
library = kubespray/library/
@ -16,4 +18,4 @@ pipelining = True
ssh_args = -C -o ControlMaster=auto -o ControlPersist=5m -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
[inventory]
enable_plugins = host_list, scaleway, ini, script, yaml
enable_plugins = hcloud, ini, script, yaml