packer: drop RH IT certificate
I think it was needed for internal workers - not needed anymore. Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
1b289cc27e
commit
cc81e919ca
3 changed files with 0 additions and 37 deletions
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
|
||||
- name: Deploy Red Hat Root CA certificate.
|
||||
copy:
|
||||
src: RH-IT-Root-CA.crt
|
||||
dest: /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
|
||||
|
||||
- name: Update trusted CA certificate bundle
|
||||
command: update-ca-trust
|
||||
|
|
@ -6,9 +6,6 @@
|
|||
# Set systemd/journald overrides
|
||||
- include_tasks: systemd.yml
|
||||
|
||||
# Deploy certificates.
|
||||
- include_tasks: certificates.yml
|
||||
|
||||
# Configure monitoring.
|
||||
- include_tasks: monitoring.yml
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue