mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-20 08:23:12 +00:00
Lookup plugin for etcd
with support for configurable etcd URL in ansible.cfg (and environment)
This commit is contained in:
parent
b9dd514713
commit
bd5cd8e652
3 changed files with 79 additions and 0 deletions
|
|
@ -102,6 +102,9 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins
|
|||
# set to 1 if you don't want colors, or export ANSIBLE_NOCOLOR=1
|
||||
#nocolor = 1
|
||||
|
||||
# default URL for `etcd' lookup plugin
|
||||
etcd_url = 'http://127.0.0.1:4001'
|
||||
|
||||
[paramiko_connection]
|
||||
|
||||
# uncomment this line to cause the paramiko connection plugin to not record new host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue