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
5b3c7966
Commit
5b3c7966
authored
Dec 21, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update constants.py
Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
parent
7490e3d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lib/ansible/constants.py
+0
-3
No files found.
lib/ansible/constants.py
View file @
5b3c7966
...
@@ -156,9 +156,6 @@ PARAMIKO_PTY = get_config(p, 'paramiko_connection', 'pty', 'AN
...
@@ -156,9 +156,6 @@ PARAMIKO_PTY = get_config(p, 'paramiko_connection', 'pty', 'AN
# characters included in auto-generated passwords
# characters included in auto-generated passwords
DEFAULT_PASSWORD_CHARS
=
ascii_letters
+
digits
+
".,:-_"
DEFAULT_PASSWORD_CHARS
=
ascii_letters
+
digits
+
".,:-_"
# LOOKUP PLUGIN RELATED
ANSIBLE_ETCD_URL
=
get_config
(
p
,
DEFAULTS
,
'etcd_url'
,
'ANSIBLE_ETCD_URL'
,
'http://127.0.0.1:4001'
)
# non-configurable things
# non-configurable things
DEFAULT_SUDO_PASS
=
None
DEFAULT_SUDO_PASS
=
None
DEFAULT_REMOTE_PASS
=
None
DEFAULT_REMOTE_PASS
=
None
...
...
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