--- - name: Configure PKI server hosts: infra roles: - role: install_packages tags: [install] - role: create_rootca tags: [rootca] - role: create_www_cert tags: [www] - role: create_ldap_cert tags: [ldap]