Skip to content

Commit 6fab7f5

Browse files
committed
remove templating of k3s_secret to terraform dir
1 parent d3d9cd8 commit 6fab7f5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

ansible/roles/passwords/tasks/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,3 @@
66
dest: "{{ openhpc_passwords_output_path }}"
77
delegate_to: localhost
88
run_once: true
9-
10-
- name: Get templated passwords from target environment
11-
# inventory group/host vars created in a play cannot be accessed in the same play, even after meta: refresh_inventory
12-
ansible.builtin.include_vars:
13-
file: "{{ openhpc_passwords_output_path }}"
14-
15-
- name: Template k3s token to terraform
16-
template:
17-
src: k3s-token.auto.tfvars.json.j2
18-
dest: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}/terraform/k3s-token.auto.tfvars.json"
19-
delegate_to: localhost
20-
run_once: true

0 commit comments

Comments
 (0)