1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

<plugin_type>: -> name: (#1541)

This commit is contained in:
Felix Fontein 2021-01-12 07:12:03 +01:00 committed by GitHub
parent 6c7f8f97ad
commit 99cfb993d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 69 additions and 78 deletions

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: doas name: doas
short_description: Do As user short_description: Do As user
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the doas utility. - This become plugins allows your remote/login user to execute commands as another user via the doas utility.

View file

@ -4,7 +4,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: dzdo name: dzdo
short_description: Centrify's Direct Authorize short_description: Centrify's Direct Authorize
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the dzdo utility. - This become plugins allows your remote/login user to execute commands as another user via the dzdo utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: ksu name: ksu
short_description: Kerberos substitute user short_description: Kerberos substitute user
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the ksu utility. - This become plugins allows your remote/login user to execute commands as another user via the ksu utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: machinectl name: machinectl
short_description: Systemd's machinectl privilege escalation short_description: Systemd's machinectl privilege escalation
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the machinectl utility. - This become plugins allows your remote/login user to execute commands as another user via the machinectl utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: pbrun name: pbrun
short_description: PowerBroker run short_description: PowerBroker run
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the pbrun utility. - This become plugins allows your remote/login user to execute commands as another user via the pbrun utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: pfexec name: pfexec
short_description: profile based execution short_description: profile based execution
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the pfexec utility. - This become plugins allows your remote/login user to execute commands as another user via the pfexec utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: pmrun name: pmrun
short_description: Privilege Manager run short_description: Privilege Manager run
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the pmrun utility. - This become plugins allows your remote/login user to execute commands as another user via the pmrun utility.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
become: sesu name: sesu
short_description: CA Privileged Access Manager short_description: CA Privileged Access Manager
description: description:
- This become plugins allows your remote/login user to execute commands as another user via the sesu utility. - This become plugins allows your remote/login user to execute commands as another user via the sesu utility.

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
cache: memcached name: memcached
short_description: Use memcached DB for cache short_description: Use memcached DB for cache
description: description:
- This cache uses JSON formatted, per host records saved in memcached. - This cache uses JSON formatted, per host records saved in memcached.

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
cache: pickle name: pickle
short_description: Pickle formatted files. short_description: Pickle formatted files.
description: description:
- This cache uses Python's pickle serialization format, in per host files, saved to the filesystem. - This cache uses Python's pickle serialization format, in per host files, saved to the filesystem.

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
cache: redis name: redis
short_description: Use Redis DB for cache short_description: Use Redis DB for cache
description: description:
- This cache uses JSON formatted, per host records saved in Redis. - This cache uses JSON formatted, per host records saved in Redis.

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
cache: yaml name: yaml
short_description: YAML formatted files. short_description: YAML formatted files.
description: description:
- This cache uses YAML formatted, per host, files saved to the filesystem. - This cache uses YAML formatted, per host, files saved to the filesystem.

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: cgroup_memory_recap name: cgroup_memory_recap
type: aggregate type: aggregate
requirements: requirements:
- whitelist in configuration - whitelist in configuration

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: context_demo name: context_demo
type: aggregate type: aggregate
short_description: demo callback that adds play/task context short_description: demo callback that adds play/task context
description: description:

View file

@ -9,7 +9,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: counter_enabled name: counter_enabled
type: stdout type: stdout
short_description: adds counters to the output items (tasks and hosts/task) short_description: adds counters to the output items (tasks and hosts/task)
description: description:

View file

@ -6,7 +6,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: dense name: dense
type: stdout type: stdout
short_description: minimal stdout output short_description: minimal stdout output
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = r''' DOCUMENTATION = r'''
callback: diy name: diy
type: stdout type: stdout
short_description: Customize the output short_description: Customize the output
version_added: 0.2.0 version_added: 0.2.0

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: hipchat name: hipchat
type: notification type: notification
requirements: requirements:
- whitelist in configuration. - whitelist in configuration.

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: jabber name: jabber
type: notification type: notification
short_description: post task events to a jabber server short_description: post task events to a jabber server
description: description:

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: log_plays name: log_plays
type: notification type: notification
short_description: write playbook output to log file short_description: write playbook output to log file
description: description:

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: logdna name: logdna
type: aggregate type: aggregate
short_description: Sends playbook logs to LogDNA short_description: Sends playbook logs to LogDNA
description: description:

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: logentries name: logentries
type: notification type: notification
short_description: Sends events to Logentries short_description: Sends events to Logentries
description: description:

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: logstash name: logstash
type: notification type: notification
short_description: Sends events to Logstash short_description: Sends events to Logstash
description: description:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: mail name: mail
type: notification type: notification
short_description: Sends failure events via email short_description: Sends failure events via email
description: description:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: nrdp name: nrdp
type: notification type: notification
author: "Remi VERCHERE (@rverchere)" author: "Remi VERCHERE (@rverchere)"
short_description: post task result to a nagios server through nrdp short_description: post task result to a nagios server through nrdp

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: 'null' name: 'null'
type: stdout type: stdout
requirements: requirements:
- set as main display callback - set as main display callback

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: say name: say
type: notification type: notification
requirements: requirements:
- whitelisting in configuration - whitelisting in configuration

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: selective name: selective
type: stdout type: stdout
requirements: requirements:
- set as main display callback - set as main display callback

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: slack name: slack
type: notification type: notification
requirements: requirements:
- whitelist in configuration - whitelist in configuration

View file

@ -18,7 +18,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: splunk name: splunk
type: aggregate type: aggregate
short_description: Sends task result events to Splunk HTTP Event Collector short_description: Sends task result events to Splunk HTTP Event Collector
author: "Stuart Hirst (!UNKNOWN) <support@convergingdata.com>" author: "Stuart Hirst (!UNKNOWN) <support@convergingdata.com>"

View file

@ -18,7 +18,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: sumologic name: sumologic
type: aggregate type: aggregate
short_description: Sends task result events to Sumologic short_description: Sends task result events to Sumologic
author: "Ryan Currah (@ryancurrah)" author: "Ryan Currah (@ryancurrah)"

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: syslog_json name: syslog_json
type: notification type: notification
requirements: requirements:
- whitelist in configuration - whitelist in configuration

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
callback: unixy name: unixy
type: stdout type: stdout
author: Allyson Bowles (@akatch) author: Allyson Bowles (@akatch)
short_description: condensed Ansible output short_description: condensed Ansible output

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
callback: yaml name: yaml
type: stdout type: stdout
short_description: yaml-ized Ansible screen output short_description: yaml-ized Ansible screen output
description: description:

View file

@ -10,7 +10,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Maykel Moya (!UNKNOWN) <mmoya@speedyrails.com> author: Maykel Moya (!UNKNOWN) <mmoya@speedyrails.com>
connection: chroot name: chroot
short_description: Interact with local chroot short_description: Interact with local chroot
description: description:
- Run commands or put/fetch files to an existing chroot on the Ansible controller. - Run commands or put/fetch files to an existing chroot on the Ansible controller.

View file

@ -9,7 +9,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Michael Scherer (@msherer) <misc@zarb.org> author: Michael Scherer (@msherer) <misc@zarb.org>
connection: funcd name: funcd
short_description: Use funcd to connect to target short_description: Use funcd to connect to target
description: description:
- This transport permits you to use Ansible over Func. - This transport permits you to use Ansible over Func.

View file

@ -10,7 +10,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Stephan Lohse (!UNKNOWN) <dev-github@ploek.org> author: Stephan Lohse (!UNKNOWN) <dev-github@ploek.org>
connection: iocage name: iocage
short_description: Run tasks in iocage jails short_description: Run tasks in iocage jails
description: description:
- Run commands or put/fetch files to an existing iocage jail - Run commands or put/fetch files to an existing iocage jail

View file

@ -10,7 +10,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Ansible Core Team author: Ansible Core Team
connection: jail name: jail
short_description: Run tasks in jails short_description: Run tasks in jails
description: description:
- Run commands or put/fetch files to an existing jail - Run commands or put/fetch files to an existing jail

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Joerg Thalheim (!UNKNOWN) <joerg@higgsboson.tk> author: Joerg Thalheim (!UNKNOWN) <joerg@higgsboson.tk>
connection: lxc name: lxc
short_description: Run tasks in lxc containers via lxc python library short_description: Run tasks in lxc containers via lxc python library
description: description:
- Run commands or put/fetch files to an existing lxc container using lxc python library - Run commands or put/fetch files to an existing lxc container using lxc python library

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Matt Clay (@mattclay) <matt@mystile.com> author: Matt Clay (@mattclay) <matt@mystile.com>
connection: lxd name: lxd
short_description: Run tasks in lxc containers via lxc CLI short_description: Run tasks in lxc containers via lxc CLI
description: description:
- Run commands or put/fetch files to an existing lxc container using lxc CLI - Run commands or put/fetch files to an existing lxc container using lxc CLI

View file

@ -11,7 +11,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
connection: qubes name: qubes
short_description: Interact with an existing QubesOS AppVM short_description: Interact with an existing QubesOS AppVM
description: description:

View file

@ -10,7 +10,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Michael Scherer (@mscherer) <misc@zarb.org> author: Michael Scherer (@mscherer) <misc@zarb.org>
connection: saltstack name: saltstack
short_description: Allow ansible to piggyback on salt minions short_description: Allow ansible to piggyback on salt minions
description: description:
- This allows you to use existing Saltstack infrastructure to connect to targets. - This allows you to use existing Saltstack infrastructure to connect to targets.

View file

@ -11,7 +11,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Ansible Core Team author: Ansible Core Team
connection: zone name: zone
short_description: Run tasks in a zone instance short_description: Run tasks in a zone instance
description: description:
- Run commands or put/fetch files to an existing zone - Run commands or put/fetch files to an existing zone

View file

@ -8,7 +8,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Orion Poplawski (@opoplawski) author: Orion Poplawski (@opoplawski)
name: cobbler name: cobbler
plugin_type: inventory
short_description: Cobbler inventory source short_description: Cobbler inventory source
version_added: 1.0.0 version_added: 1.0.0
description: description:

View file

@ -9,7 +9,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
name: gitlab_runners name: gitlab_runners
plugin_type: inventory
author: author:
- Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com> - Stefan Heitmüller (@morph027) <stefan.heitmueller@gmx.com>
short_description: Ansible dynamic inventory plugin for GitLab runners. short_description: Ansible dynamic inventory plugin for GitLab runners.

View file

@ -6,7 +6,6 @@ __metaclass__ = type
DOCUMENTATION = r''' DOCUMENTATION = r'''
name: linode name: linode
plugin_type: inventory
author: author:
- Luke Murphy (@decentral1se) - Luke Murphy (@decentral1se)
short_description: Ansible dynamic inventory plugin for Linode. short_description: Ansible dynamic inventory plugin for Linode.

View file

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
name: nmap name: nmap
plugin_type: inventory
short_description: Uses nmap to find hosts to target short_description: Uses nmap to find hosts to target
description: description:
- Uses a YAML configuration file with a valid YAML extension. - Uses a YAML configuration file with a valid YAML extension.

View file

@ -6,7 +6,6 @@ __metaclass__ = type
DOCUMENTATION = r''' DOCUMENTATION = r'''
name: online name: online
plugin_type: inventory
author: author:
- Remy Leone (@sieben) - Remy Leone (@sieben)
short_description: Scaleway (previously Online SAS or Online.net) inventory source short_description: Scaleway (previously Online SAS or Online.net) inventory source

View file

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
name: proxmox name: proxmox
plugin_type: inventory
short_description: Proxmox inventory source short_description: Proxmox inventory source
version_added: "1.2.0" version_added: "1.2.0"
author: author:

View file

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
name: scaleway name: scaleway
plugin_type: inventory
author: author:
- Remy Leone (@sieben) - Remy Leone (@sieben)
short_description: Scaleway inventory source short_description: Scaleway inventory source

View file

@ -8,7 +8,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
name: stackpath_compute name: stackpath_compute
plugin_type: inventory
short_description: StackPath Edge Computing inventory source short_description: StackPath Edge Computing inventory source
version_added: 1.2.0 version_added: 1.2.0
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -7,7 +7,6 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
name: virtualbox name: virtualbox
plugin_type: inventory
short_description: virtualbox inventory source short_description: virtualbox inventory source
description: description:
- Get inventory hosts from the local virtualbox installation. - Get inventory hosts from the local virtualbox installation.

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: cartesian name: cartesian
short_description: returns the cartesian product of lists short_description: returns the cartesian product of lists
description: description:
- Takes the input lists and returns a list that represents the product of the input lists. - Takes the input lists and returns a list that represents the product of the input lists.

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: chef_databag name: chef_databag
short_description: fetches data from a Chef Databag short_description: fetches data from a Chef Databag
description: description:
- "This is a lookup plugin to provide access to chef data bags using the pychef package. - "This is a lookup plugin to provide access to chef data bags using the pychef package.

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: consul_kv name: consul_kv
short_description: Fetch metadata from a Consul key value store. short_description: Fetch metadata from a Consul key value store.
description: description:
- Lookup metadata for a playbook from the key value store in a Consul cluster. - Lookup metadata for a playbook from the key value store in a Consul cluster.

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: credstash name: credstash
short_description: retrieve secrets from Credstash on AWS short_description: retrieve secrets from Credstash on AWS
requirements: requirements:
- credstash (python library) - credstash (python library)

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: cyberarkpassword name: cyberarkpassword
short_description: get secrets from CyberArk AIM short_description: get secrets from CyberArk AIM
requirements: requirements:
- CyberArk AIM tool installed - CyberArk AIM tool installed

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: dig name: dig
author: Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com> author: Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
short_description: query DNS using the dnspython library short_description: query DNS using the dnspython library
requirements: requirements:

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: dnstxt name: dnstxt
author: Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com> author: Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
short_description: query a domain(s)'s DNS txt fields short_description: query a domain(s)'s DNS txt fields
requirements: requirements:

View file

@ -6,7 +6,7 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = r""" DOCUMENTATION = r"""
lookup: dsv name: dsv
author: Adam Migus (@amigus) <adam@migus.org> author: Adam Migus (@amigus) <adam@migus.org>
short_description: Get secrets from Thycotic DevOps Secrets Vault short_description: Get secrets from Thycotic DevOps Secrets Vault
version_added: 1.0.0 version_added: 1.0.0

View file

@ -22,7 +22,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: author:
- Jan-Piet Mens (@jpmens) - Jan-Piet Mens (@jpmens)
lookup: etcd name: etcd
short_description: get info from an etcd server short_description: get info from an etcd server
description: description:
- Retrieves data from an etcd server - Retrieves data from an etcd server

View file

@ -10,7 +10,7 @@ DOCUMENTATION = '''
author: author:
- Eric Belhomme (@eric-belhomme) <ebelhomme@fr.scc.com> - Eric Belhomme (@eric-belhomme) <ebelhomme@fr.scc.com>
version_added: '0.2.0' version_added: '0.2.0'
lookup: etcd3 name: etcd3
short_description: Get key values from etcd3 server short_description: Get key values from etcd3 server
description: description:
- Retrieves key values and/or key prefixes from etcd3 server using its native gRPC API. - Retrieves key values and/or key prefixes from etcd3 server using its native gRPC API.

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = r''' DOCUMENTATION = r'''
lookup: filetree name: filetree
author: Dag Wieers (@dagwieers) <dag@wieers.com> author: Dag Wieers (@dagwieers) <dag@wieers.com>
short_description: recursively match all files in a directory tree short_description: recursively match all files in a directory tree
description: description:

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: flattened name: flattened
author: Serge van Ginderachter (!UNKNOWN) <serge@vanginderachter.be> author: Serge van Ginderachter (!UNKNOWN) <serge@vanginderachter.be>
short_description: return single list completely flattened short_description: return single list completely flattened
description: description:

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: author:
- Juan Manuel Parrilla (@jparrill) - Juan Manuel Parrilla (@jparrill)
lookup: hiera name: hiera
short_description: get info from hiera data short_description: get info from hiera data
requirements: requirements:
- hiera (command line utility) - hiera (command line utility)

View file

@ -6,7 +6,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: keyring name: keyring
author: author:
- Samuel Boucher (!UNKNOWN) <boucher.samuel.c@gmail.com> - Samuel Boucher (!UNKNOWN) <boucher.samuel.c@gmail.com>
requirements: requirements:

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: lastpass name: lastpass
author: author:
- Andrew Zenk (!UNKNOWN) <azenk@umn.edu> - Andrew Zenk (!UNKNOWN) <azenk@umn.edu>
requirements: requirements:

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: lmdb_kv name: lmdb_kv
author: author:
- Jan-Piet Mens (@jpmens) - Jan-Piet Mens (@jpmens)
version_added: '0.2.0' version_added: '0.2.0'

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
author: author:
- Kyrylo Galanov (!UNKNOWN) <galanoff@gmail.com> - Kyrylo Galanov (!UNKNOWN) <galanoff@gmail.com>
lookup: manifold name: manifold
short_description: get credentials from Manifold.co short_description: get credentials from Manifold.co
description: description:
- Retrieves resources' credentials from Manifold.co - Retrieves resources' credentials from Manifold.co

View file

@ -23,7 +23,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: nios name: nios
short_description: Query Infoblox NIOS objects short_description: Query Infoblox NIOS objects
description: description:
- Uses the Infoblox WAPI API to fetch NIOS specified objects. This lookup - Uses the Infoblox WAPI API to fetch NIOS specified objects. This lookup

View file

@ -23,7 +23,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: nios_next_ip name: nios_next_ip
short_description: Return the next available IP address for a network short_description: Return the next available IP address for a network
description: description:
- Uses the Infoblox WAPI API to return the next available IP addresses - Uses the Infoblox WAPI API to return the next available IP addresses

View file

@ -23,7 +23,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
author: Unknown (!UNKNOWN) author: Unknown (!UNKNOWN)
lookup: nios_next_network name: nios_next_network
short_description: Return the next available network range for a network-container short_description: Return the next available network range for a network-container
description: description:
- Uses the Infoblox WAPI API to return the next available network addresses for - Uses the Infoblox WAPI API to return the next available network addresses for

View file

@ -8,7 +8,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: onepassword name: onepassword
author: author:
- Scott Buchanan (@scottsb) - Scott Buchanan (@scottsb)
- Andrew Zenk (@azenk) - Andrew Zenk (@azenk)

View file

@ -8,7 +8,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: onepassword_raw name: onepassword_raw
author: author:
- Scott Buchanan (@scottsb) - Scott Buchanan (@scottsb)
- Andrew Zenk (@azenk) - Andrew Zenk (@azenk)

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: passwordstore name: passwordstore
author: author:
- Patrick Deelman (!UNKNOWN) <patrick@patrickdeelman.nl> - Patrick Deelman (!UNKNOWN) <patrick@patrickdeelman.nl>
short_description: manage passwords with passwordstore.org's pass utility short_description: manage passwords with passwordstore.org's pass utility

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: redis name: redis
author: author:
- Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com> - Jan-Piet Mens (@jpmens) <jpmens(at)gmail.com>
- Ansible Core Team - Ansible Core Team

View file

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = ''' DOCUMENTATION = '''
lookup: shelvefile name: shelvefile
author: Alejandro Guirao (!UNKNOWN) <lekumberri@gmail.com> author: Alejandro Guirao (!UNKNOWN) <lekumberri@gmail.com>
short_description: read keys from Python shelve file short_description: read keys from Python shelve file
description: description:

View file

@ -6,7 +6,7 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type __metaclass__ = type
DOCUMENTATION = r""" DOCUMENTATION = r"""
lookup: tss name: tss
author: Adam Migus (@amigus) <adam@migus.org> author: Adam Migus (@amigus) <adam@migus.org>
short_description: Get secrets from Thycotic Secret Server short_description: Get secrets from Thycotic Secret Server
version_added: 1.0.0 version_added: 1.0.0