You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/openshift/ec2_remove.yml

23 lines
451 B

- hosts: localhost
connection: local
pre_tasks:
- fail: msg=" Please make sure the variables id is specified and unique in the command line -e id=uniquedev1"
when: id is not defined
roles:
- role: ec2_remove
type: dns
ncount: 1
- role: ec2_remove
type: mq
ncount: 3
- role: ec2_remove
type: broker
ncount: 2
- role: ec2_remove
type: nodes
ncount: "{{ count }}"