Skip to content

Commit

Permalink
added checksum artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Aug 28, 2024
1 parent 9cad61b commit 4f89c5c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .ansible-sign/sha256sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ f68298b4059cafeaa2de75321f2e60e019fc27e4c0d13ec4ed8f750186b19754 roles/new_rele
cb69099634eba4018aefff6d15e605fea061d833148d886e71468b68b64283f9 roles/verification_collection/tasks/windows_verification.yml
8322884d79e1151e312fc788d1f955d35f6d3f1094ee4255a1a83391367c34db roles/webservers_collection/handlers/main.yml
d29f80f3931d67efbc6d8ef06f855302b88af79b67060c18b58e279d5139cb65 roles/webservers_collection/tasks/main.yml
5ce4f983d754c24b51f8764d451d3923c731cecdbbc7aed80c2c240b19c50d31 roles/webservers_collection/tasks/rhel_apache_collections.yml
f8444cb80b6721728fe5eebc079f5ddec5c936d59726f46a22bd7aa170d287e9 roles/webservers_collection/tasks/windows_iis_collections.yml
b639f5b498f7d7660796c4993f6b99cf1d2693ebb55373c927003668e5209425 roles/webservers_collection/tasks/rhel_apache_collections.yml
dcfa202a7e1ce81d4e242c6a6e190ac850b08a16ac5e2c3fc8d0bed4edf31eda roles/webservers_collection/tasks/windows_iis_collections.yml
12ac05b79566c7ef6ae34c2692970f3af53c6de63856b59c0e1e7f63509c4690 roles/webservers_collection/templates/indexcomplex.html.j2
a0ded398d66066b329e316288d7382a7ebc778b0566063662c4620a283cfee55 website/.gitignore
7d4404879623d221207fb6e0b25330b9ff51e474d8663af7a530c9db3d9168b5 website/assets/css/base/_body-element.sass
Expand Down
22 changes: 11 additions & 11 deletions .ansible-sign/sha256sum.txt.sig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNATURE-----

iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmaen9QACgkQTiIiIXrU
DNGXTwv/TEA+JwGyJhW7Cu0vPaGyBFkTK+4OhgNB0NjKq9w38x/BnpWRkxJs3JGO
vs7iNZP53CqFkpOir1qoo570G2QMJnTGCzmSEq7SIfyasBM22Om7aktEkcdvEmon
XBfE2QhmPTOx5vIPztWjAGue2ambdE6sQQbAiBu5lLIpi3PhD9X0nrsDMucW2vbq
tkswEXrVnHncQTum0nahJt/glGIegeeJjAqPUG/UDJ6pw8WqmVPibVb2/Z+eU39r
xUKg4q4VDXb6VhmelOfo47WEMihw4FLZAYgu6IdUxYDeOLk6ZlL9A1GlTQc/wvRG
Hxja5sU7c81aZvXGByOaqcnGSv1URgCeqogJ3cnlnLaycW8CY2eLE1KxyGWU6/0Z
Lyfyejqh4bKpPTWhB2l3psxG3SiUsxxEy7Awxn5XVaYqyAsxS3FpS9BXKDcReWIe
FMFxkL+udoHo8L8rRF43zSYmHHpPCCUpEaItaqqwUpwb0HRRD+87YY+d71+jg1hN
vRu7r1Ba
=bFx8
iQGzBAABCAAdFiEE/bJvyFHKKJdaZDOLTiIiIXrUDNEFAmbPPtAACgkQTiIiIXrU
DNFFPwwAkbpsU9jlaV0M87mT7Ad8cJRHQYAz8u9faQrPzlIzrZ6BxJodPUAh6hvo
LEDnAzPdN7z8IfbZUVNk5zx+2phhtX6hxmdrSLNb/233vk5BxTU6A0irygvedWSl
ra3fF0mIVpKm32SvF02tJ3cSGXrp8KEYk/4UzQdgQdxAWVhI7e/MVbo84+mCfrrb
HqO0cmTu88OC7w/MZVLTzREaG52mSGzdgbMinbqvEYwmwsEZZImgistpo09Z0MjR
jiM1z75ETJBUHQuuThKsqNuJc3BxDUcexXE1S/WQIfC9i91co30ohlvldGUBQ446
rS9Bbruo62UwHxqZ3TdtQ7JNnfFIWPovIYpR8asvKTjN0T3AdyC5n03G1K00Cojc
p9+VB98KLXqtnoUbqIAHd6I3fheOKKjmlRVfVWTpoKMY0/s+PgVgOvB8gw+7d8pB
jxeix8Q5Xm4+S/NiTFjtn2RoHQTm9NclIi7hAgz5qesc0R9R9usjbnucezWJg7oC
P72XpTni
=38D2
-----END PGP SIGNATURE-----
8 changes: 8 additions & 0 deletions roles/webservers_collection/tasks/rhel_apache_collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,13 @@
owner: root
group: root
mode: "0644"
register: indexresult
tags:
- updaterhel

- name: Set artifacts for EDA
ansible.builtin.set_stats:
data:
hash: "{{ indexresult.checksum }}"
tags:
- updaterhel
9 changes: 9 additions & 0 deletions roles/webservers_collection/tasks/windows_iis_collections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,25 @@
ansible.windows.win_template:
src: templates/indexcomplex.html.j2
dest: C:\Inetpub\wwwroot\index.html
register: indexresult
tags:
- updatewin
rescue:
- name: Retry Index Page for webpage due to WINRM issues
ansible.windows.win_template:
src: templates/indexcomplex.html.j2
dest: C:\Inetpub\wwwroot\index.html
register: indexresult
tags:
- updatewin

- name: Set artifacts for EDA
ansible.builtin.set_stats:
data:
hash: "{{ indexresult.checksum }}"
tags:
- updatewin

- name: Remove Default Site
block:
- name: Remove Default Site
Expand Down

0 comments on commit 4f89c5c

Please sign in to comment.