File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
+ - hosts : all
4
+ become : no
5
+ gather_facts : no
6
+ tasks :
7
+ - debug :
8
+ msg : |
9
+ appliances_environment_root: {{ appliances_environment_root }}
10
+ appliances_repository_root: {{ appliances_repository_root }}
11
+ - meta : end_here
12
+
3
13
# Provision the infrastructure using Terraform
4
14
- name : Provision infrastructure
5
15
hosts : openstack
Original file line number Diff line number Diff line change 1
1
# Account for the fact we are running outside of the expected environment system:
2
- # NB: this only works for playbooks in ansible/*, not in ansible/adhoc!
3
- appliances_repository_root : " {{ playbook_dir }}/../"
2
+ appliances_repository_root : " {{ appliances_environment_root + '/../../' | normpath }}"
4
3
5
4
# Read the secrets from the Ansible local facts on the control host
6
5
vault_azimuth_user_password : " {{ hostvars[groups['control'][0]].ansible_local.openhpc_secrets.vault_azimuth_user_password }}"
You can’t perform that action at this time.
0 commit comments