Concluding the testing of the Geth role

This commit is contained in:
2026-08-10 16:33:41 -05:00
parent a7c8d6471b
commit ac7abefb77
5 changed files with 42 additions and 37 deletions
+7
View File
@@ -15,3 +15,10 @@
- name: Ensure the token is in vault
assert:
that: k3s_token_cat.stdout_lines[0] is in secrets['Geth']['k3s_token']
- name: Enable k3s
become: yes
ansible.builtin.service:
name: k3s
state: restarted
enabled: yes