Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
aec8995f
Commit
aec8995f
authored
May 01, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change defaults so people have to make conscious decisions about pull setup.
parent
00ea71d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
examples/playbooks/ansible_pull.yml
+8
-7
No files found.
examples/playbooks/ansible_pull.yml
View file @
aec8995f
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment