From 8e44fd4a2009b3839c03a0aa0a693cddb2b3b931 Mon Sep 17 00:00:00 2001 From: sveneh Date: Tue, 17 Mar 2015 12:00:45 +0100 Subject: possibility to launch more than one machine --- ansible/ec2-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/ec2-setup.yml') diff --git a/ansible/ec2-setup.yml b/ansible/ec2-setup.yml index 787d8670e..37396d523 100644 --- a/ansible/ec2-setup.yml +++ b/ansible/ec2-setup.yml @@ -1,6 +1,6 @@ --- - name: Provision EC2 instances - hosts: local + hosts: localhost gather_facts: false roles: - ec2 -- cgit v1.2.3