A small role to create identity keystores for WebLogic installs (mostly).
This presumes the private key and signed certs are under /etc/pki/tls, /private and /certs respectively. p12 and jks files will be dropped under /etc/pki/tls/misc
- hosts: admin
become: yes
become_user: root
roles:
- role: staylorx.keystore
#Will create a forward and reverse chained cert if the bundles are in place
prepare_bundle_certs: yes
#If yes will copy the keystore to the below place as owner with the given name.
keystore_copy: yes
keystore_owner: oracle
keystore_group: oinstall
keystore_path: /home/oracle/certs
keystore_name: identity