Update constants.py
Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
This commit is contained in:
parent
7490e3d61e
commit
5b3c796641
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue