Add k8s shutdown/openup scripts
Add nut ansible roles Add acme certificate ansible role
This commit is contained in:
@ -0,0 +1 @@
|
||||
acme_certifcate_account_email: acme.kube00@balsillie.email
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
ansible_host: kube01.balsillie.net
|
||||
ssh_public_key_string: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGtk+mk1+J3sZ3CA/yS7XV2wH913IdJj0gznmb/nI2nV ladmin@kube01.balsillie.net
|
||||
k8s_remove_control_plane_taint: true
|
@ -0,0 +1,8 @@
|
||||
nut_client_local_server: false
|
||||
|
||||
nut_client_server_list:
|
||||
- host: hv00.balsillie.house
|
||||
port: 3493
|
||||
ssl: true
|
||||
username: "{{ nut_client_username }}"
|
||||
password: "{{ nut_client_password }}"
|
Reference in New Issue
Block a user