blob: 8cab50c191d46292fff50561cbdbf12b02a58f3f [file] [log] [blame]
---
# cord-config-playbook.yml
# Creates all configuration for a CORD pod
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Create SSL Root CA, Intermediate CA, Server certs, SSH CA and keypairs
hosts: config
roles:
- pki-root-ca
- pki-intermediate-ca
- pki-cert
- ssh-pki
- name: Create CORD profile
hosts: config
roles:
- cord-profile