Skip to content

Commit fa857e3

Browse files
committed
swap appliances_environment_vars to appliances_remote_environment_vars
1 parent 3af4552 commit fa857e3

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

ansible/extras.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
hosts: eessi
3333
tags: eessi
3434
become: true
35-
environment: "{{ appliances_environment_vars }}"
35+
environment: "{{ appliances_remote_environment_vars }}"
3636
gather_facts: false
3737
tasks:
3838
- name: Install and configure EESSI

ansible/filesystems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- name: Setup Manila share mounts
2121
hosts: manila
2222
become: true
23-
environment: "{{ appliances_environment_vars }}"
23+
environment: "{{ appliances_remote_environment_vars }}"
2424
tags: manila
2525
tasks:
2626
- include_role:

ansible/iam.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- freeipa
1818
- freeipa_client
1919
gather_facts: yes
20-
environment: "{{ appliances_environment_vars }}"
2120
become: yes
2221
tasks:
2322
- name: Install FreeIPA client

environments/common/inventory/group_vars/all/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ appliances_cockpit_state: absent # RHEL cockpit installed but not enabled in gen
88
#appliances_state_dir: # define an absolute path here to use for persistent state: NB: This is defined as /var/lib/state in inventory by the default Terraform
99
appliances_mode: configure
1010
appliances_pulp_url: https://ark.stackhpc.com
11-
appliances_environment_vars: {}
11+
appliances_remote_environment_vars: {} # Variables for remote environment - not supported on all plays
1212

1313
# Address(ip/dns) for internal communication between services. This is
1414
# normally traffic you do no want to expose to users.

0 commit comments

Comments
 (0)