Skip to content

Commit

Permalink
update molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Dec 1, 2023
1 parent b9b735d commit e377b70
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
jbcs_configure_firewalld: False
jbcs_offline_install: False
jbcs_bind_address: '*'
rhn_username: "{{ lookup('env', 'PROD_JBOSSNETWORK_API_CLIENTID') }}"
rhn_password: "{{ lookup('env', 'PROD_JBOSSNETWORK_API_SECRET') }}"
omit_rhn_output: False
rhn_username: "{{ lookup('env', 'REDHAT_PRODUCT_DOWNLOAD_CLIENT_ID') }}"
rhn_password: "{{ lookup('env', 'REDHAT_PRODUCT_DOWNLOAD_CLIENT_SECRET') }}"
roles:
- middleware_automation.jbcs.jbcs
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ provisioner:
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
ANSIBLE_VERBOSITY: 3
ANSIBLE_FORCE_COLOR: "true"
REDHAT_PRODUCT_DOWNLOAD_CLIENT_ID: "{{ lookup('env', 'PROD_JBOSSNETWORK_API_CLIENTID') }}"
REDHAT_PRODUCT_DOWNLOAD_CLIENT_SECRET: "{{ lookup('env', 'PROD_JBOSSNETWORK_API_SECRET') }}"
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
validate_certs: no
delegate_to: localhost
loop:
- "{{ assets_server }}/coreservices/httpd24-2.4.37-SP11/jbcs-httpd24-httpd-2.4.37-SP11-RHEL8-x86_64.zip"
- "{{ assets_server }}/coreservices/httpd24-2.4.57/jbcs-httpd24-httpd-2.4.57-RHEL8-x86_64.zip"
loop_control:
loop_var: asset
when:
Expand Down

0 comments on commit e377b70

Please sign in to comment.