File tree Expand file tree Collapse file tree 5 files changed +7
-17
lines changed
Expand file tree Collapse file tree 5 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export AWS_REGION=eu-west-1
44export MOLECULE_IT_AWS_VPC_SUBNET_ID=subnet-6bdd4223
55export BRANCH_NAME=local
66export BUILD_NUMBER=1
7- export DTAS_VERSION=v1.5.3
7+ export DTAS_VERSION=v1.6.0
88export MOLECULE_IT_ID=$( echo " $LOGNAME " | sha256sum | cut -c1-6)
99ANSIBLE_VAULT_PASSWORD_FILE=$( expand_path ./.vault_pass.txt)
1010export ANSIBLE_VAULT_PASSWORD_FILE
Original file line number Diff line number Diff line change 1919 workflow_dispatch :
2020
2121env :
22- DTAS_VERSION : v1.5.5
22+ DTAS_VERSION : v1.6.0
2323 BUILD_NUMBER : ${{ github.run_id }}
2424 PY_COLORS : 1
2525 PYTHONUNBUFFERED : 1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ provisioner:
4747 playbooks :
4848 prepare : ../default/prepare.yml
4949 converge : ../../playbooks/acs.yml
50- verify : ../multimachine /verify.yml
50+ verify : ../default /verify.yml
5151verifier :
5252 name : ansible
Original file line number Diff line number Diff line change 3333 },
3434 "adw" : {
3535 "version" : " 5.2.0"
36+ },
37+ "aas" : {
38+ "audit_host" : " http://localhost:8083" ,
39+ "elasticsearch_host" : " http://localhost:9200"
3640 }
3741 }
3842 }
You can’t perform that action at this time.
0 commit comments