Remove consul for good, upgrade lnd and k3s

This commit is contained in:
Amarpreet Minhas 2023-04-16 18:33:54 -04:00
parent 5395377679
commit ec70589155
3 changed files with 2 additions and 12 deletions

View file

@ -56,5 +56,5 @@ vault_ca_cert_payload: |
-----END CERTIFICATE-----
# lnd
lnd_version: 0.15.5-beta
lnd_version: 0.16.0-beta
...

View file

@ -1,6 +1,6 @@
---
hashi_arch: arm
k3s_version: v1.24.8+k3s1
k3s_version: v1.26.3+k3s1
k3s_role: 'client'
k3s_server_hostname: teapot01.minhas.io
kube_storage: True

View file

@ -1,14 +1,4 @@
---
- name: remove consul
systemd:
name: consul
state: stopped
enabled: false
- name: daemon-reload
systemd:
daemon_reload: true
- name: apt update
apt:
update_cache: True