Skip to content

Commit

Permalink
move to version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Aug 17, 2021
1 parent a886d5d commit ba94184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/ood.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
stat:
path: /etc/ssl/{{ ondemand_fqdn }}/{{ ondemand_fqdn }}.crt
register: sslcert
- name: Run the ood-anisible role to get certificate
- name: Run the ood-ansible role to get certificate
include_role:
name: ood-ansible
vars:
Expand Down
2 changes: 1 addition & 1 deletion playbooks/roles/ood-ansible
Submodule ood-ansible updated 44 files
+42 −5 CHANGELOG.md
+19 −5 README.md
+48 −0 defaults/main/.apps.yml
+32 −0 defaults/main/.ondemand.yml
+55 −0 defaults/main/build.yml
+27 −0 defaults/main/install.yml
+20 −0 defaults/main/nginx_stage.yml
+13 −151 defaults/main/ood_portal.yml
+8 −0 molecule/default/converge.yml
+1 −0 molecule/default/fixtures/config/nginx_stage.yml.oidc
+26 −3 molecule/default/fixtures/config/ood_portal.yml.custom.httpd
+26 −3 molecule/default/fixtures/config/ood_portal.yml.custom.httpd24-httpd
+26 −3 molecule/default/fixtures/config/ood_portal.yml.default.httpd
+26 −3 molecule/default/fixtures/config/ood_portal.yml.default.httpd24-httpd
+445 −0 molecule/default/fixtures/config/ood_portal.yml.oidc.httpd
+445 −0 molecule/default/fixtures/config/ood_portal.yml.oidc.httpd24-httpd
+28 −0 molecule/default/fixtures/ondemand.d/ondemand.yml
+8 −0 molecule/default/molecule.yml
+31 −0 molecule/default/vars/oidc_portal.yml
+24 −0 molecule/default/vars/ondemand.yml
+5 −1 molecule/default/vars/portal.yml
+7 −2 molecule/default/verify.yml
+2 −0 molecule/default/verify_custom.yml
+3 −0 molecule/default/verify_default.yml
+26 −3 molecule/src-build/fixtures/config/ood_portal.yml.apache2
+4 −2 molecule/src-build/verify.yml
+5 −2 molecule/templates/fixtures/ood-portal.conf.custom.httpd
+5 −2 molecule/templates/fixtures/ood-portal.conf.custom.httpd24-httpd
+1 −2 molecule/templates/fixtures/ood-portal.conf.default.httpd
+1 −2 molecule/templates/fixtures/ood-portal.conf.default.httpd24-httpd
+4 −2 molecule/templates/verify.yml
+0 −12 tasks/clusters.yml
+23 −0 tasks/configure.yml
+2 −2 tasks/deps.yml
+16 −0 tasks/install-rpm.yml
+0 −5 tasks/main.yml
+18 −0 templates/ondemand.yml.j2
+12 −0 templates/ood-portal.conf.j2
+3 −0 templates/ood-sudoers.j2
+36 −5 templates/ood_portal.yml.j2
+2 −1 vars/CentOS-scl.yml
+6 −1 vars/CentOS.yml
+3 −0 vars/RedHat-scl.yml
+7 −1 vars/RedHat.yml

0 comments on commit ba94184

Please sign in to comment.