Commit 5b3c7966 by Michael DeHaan

Update constants.py

Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
parent 7490e3d6
......@@ -156,9 +156,6 @@ PARAMIKO_PTY = get_config(p, 'paramiko_connection', 'pty', 'AN
# characters included in auto-generated passwords
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
DEFAULT_SUDO_PASS = None
DEFAULT_REMOTE_PASS = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment