Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
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