We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d9cd8 commit 6fab7f5Copy full SHA for 6fab7f5
ansible/roles/passwords/tasks/main.yml
@@ -6,15 +6,3 @@
6
dest: "{{ openhpc_passwords_output_path }}"
7
delegate_to: localhost
8
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