Permalink
Cannot retrieve contributors at this time
19 lines (14 sloc)
397 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- hosts: localhost | |
connection: local | |
gather_facts: False | |
- name: configure COmanage training VPC | |
import_playbook: vpc.yml | |
- name: configure SSH bastion host | |
import_playbook: ssh_bastion.yml | |
- name: configure IdP host | |
import_playbook: idp_node.yml | |
- name: configure training nodes | |
import_playbook: training_nodes.yml | |
- name: set nice hostnames | |
import_playbook: hostnames.yml |