mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Change defaults so people have to make conscious decisions about pull setup.
This commit is contained in:
parent
a33320d03d
commit
adca320490
1 changed files with 8 additions and 7 deletions
|
@ -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…
Reference in a new issue