blob: f8d24c674ee4d1301075587508f631a35fdc3dcf [file] [log] [blame]
---
# Create a SSL CA for CORD pod use
- name: Include vars
hosts: localhost
connection: local
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "vars/{{ cord_profile }}.yml"
- vars/local_vars.yml
- name: Create Root CA, Intermediate CA, Server certs
hosts: localhost
connection: local
roles:
- pki-root-ca
- pki-intermediate-ca
- pki-cert