Change defaults so people have to make conscious decisions about pull setup.

pull/603/head
Michael DeHaan 12 years ago
parent a33320d03d
commit adca320490

@ -10,12 +10,12 @@
# (B) continual system remediation # (B) continual system remediation
# #
# DO NOT RUN THIS AGAINST YOUR HOSTS WITHOUT CHANGING THE repo_url # DO NOT RUN THIS AGAINST YOUR HOSTS WITHOUT CHANGING THE repo_url
# TO SOMETHING YOU HAVE PERSONALLY VERIFIED
#
# FIXME: change the host group for safety #
--- ---
- hosts: all
- hosts: pull_mode_hosts
user: root user: root
vars: vars:
@ -29,9 +29,10 @@
# Directory to where repository will be cloned # Directory to where repository will be cloned
workdir: /var/lib/ansible/local 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/sfromm/ansible-playbooks.git
repo_url: git://github.com/mdehaan/ansible-examples.git repo_url: SUPPLY_YOUR_OWN_GIT_URL_HERE
tasks: tasks:

Loading…
Cancel
Save