--- - assert: that: tags: ['check_vars'] - include_role: name: module-aws-stack vars: sg_rules: - proto: all from_port: -1 to_port: -1 cidr_ip: "{{ vpc.vpc.cidr_block }}" elb_type: internal elb_rules: - proto: tcp from_port: 22 to_port: 22 cidr_ip: 0.0.0.0/0 elb_listeners: - protocol: tcp load_balancer_port: 22 instance_port: 22 elb_healthcheck: ping_protocol: tcp ping_port: 22 response_timeout: 5 interval: 30 unhealthy_threshold: 2 healthy_threshold: 2 min_size: 1 max_size: 1 - name: not implemented yet debug: msg: | attach policies to iam role