From 5b3c796641bb6a19780d7eb5db5d52e578c780d0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 21 Dec 2013 08:46:11 -0500 Subject: [PATCH] Update constants.py Lookup plugins for optional web services do not warrant advertising in ansible.cfg. --- lib/ansible/constants.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/constants.py b/lib/ansible/constants.py index 0c43d1e879c..2a08dd93d71 100644 --- a/lib/ansible/constants.py +++ b/lib/ansible/constants.py @@ -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