You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
602 B
23 lines
602 B
---
|
|
|
|
- include: user.yml
|
|
- include: directories.yml
|
|
- include: facts.yml
|
|
- include: archive_pre.yml
|
|
when: pki_install_mode == 'upgrade'
|
|
- include: install.yml
|
|
- include: conf.yml
|
|
- include: selinux.yml
|
|
when: ansible_selinux.status == 'enabled'
|
|
- include: pki.yml
|
|
- include: service.yml
|
|
- include: write_version.yml
|
|
- include: archive_post.yml
|
|
when: pki_install_mode == 'upgrade'
|
|
- include: cleanup.yml
|
|
|
|
#### TODO #####
|
|
# * Cron to renew at least issuing CA (and maybe Root CA later)
|
|
# * Add/Modify workflow to allow passwordless certs to be stored
|
|
# * Profile for OCSP signing
|
|
# * OCSP responder
|
|
|