From adca320490b6db74efdc2f698f80960285ac216e Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 1 May 2012 23:25:19 -0400 Subject: [PATCH] Change defaults so people have to make conscious decisions about pull setup. --- examples/playbooks/ansible_pull.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/playbooks/ansible_pull.yml b/examples/playbooks/ansible_pull.yml index 489fd06396..5a32b3d506 100644 --- a/examples/playbooks/ansible_pull.yml +++ b/examples/playbooks/ansible_pull.yml @@ -10,12 +10,12 @@ # (B) continual system remediation # # DO NOT RUN THIS AGAINST YOUR HOSTS WITHOUT CHANGING THE repo_url - - -# FIXME: change the host group for safety - +# TO SOMETHING YOU HAVE PERSONALLY VERIFIED +# +# --- -- hosts: all + +- hosts: pull_mode_hosts user: root vars: @@ -29,9 +29,10 @@ # Directory to where repository will be cloned workdir: /var/lib/ansible/local - # Repository to check out -- YOU WANT TO CHANGE THIS + # Repository to check out -- YOU MUST CHANGE THIS + # repo must contain a local.yml file at top level #repo_url: git://github.com/sfromm/ansible-playbooks.git - repo_url: git://github.com/mdehaan/ansible-examples.git + repo_url: SUPPLY_YOUR_OWN_GIT_URL_HERE tasks: