From 7f4c86dfa0115f8944d5d6024f302f6709fc9e07 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 1 May 2013 14:11:59 +0000 Subject: [PATCH] remote playlet test since this is all about roles --- playbooks/playlet-test.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 playbooks/playlet-test.yml diff --git a/playbooks/playlet-test.yml b/playbooks/playlet-test.yml deleted file mode 100644 index 78a872a8bc..0000000000 --- a/playbooks/playlet-test.yml +++ /dev/null @@ -1,21 +0,0 @@ -# requires --extra-vars="target='host1;host2;group etc' - -- name: run a playley - hosts: $target - user: root - gather_facts: false - vars_files: - - /srv/web/infra/ansible/vars/global.yml - - $private/vars.yml - - tasks: - - name: populate my target group - action: add_host groupname=parent_group hostname=$item - with_items: $hosts - -- include: $basedir/playlets/test/book.yml - - - - -