Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
---
- 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