mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Migrate to Hetzner cloud
This commit is contained in:
parent
d3c99dad0b
commit
c311cd4f7e
37 changed files with 416 additions and 299 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue