2017-07-11 20:47:26 +02:00
|
|
|
# BOTMETA V2.0
|
|
|
|
#
|
2018-02-25 03:09:54 +01:00
|
|
|
# Data used by ansibot to identify who works on each file in the repo.
|
2017-07-11 20:47:26 +02:00
|
|
|
# If you have questions about this data format, please join #ansible-devel
|
|
|
|
# on irc.freenode and ping anyone who is op'ed.
|
|
|
|
#
|
2017-08-15 16:24:22 +02:00
|
|
|
# There are 3 primary sections of the data
|
|
|
|
#
|
|
|
|
# automerge
|
|
|
|
# During release freezes, the bot uses this key to know if
|
|
|
|
# automerging should be on or off. It is a boolean value.
|
2017-07-11 20:47:26 +02:00
|
|
|
#
|
|
|
|
# macros
|
|
|
|
# Macros are used to shorten and group some strings and lists.
|
|
|
|
# Any macro with a prefix of "team_" is a maintainer group for
|
|
|
|
# various files.
|
|
|
|
#
|
|
|
|
# files
|
|
|
|
# Each key represents a specific file in the repository.
|
|
|
|
# If a module is not listed, it's maintainers default to the authors
|
|
|
|
# If the file has no maintainers key, the value of the key is
|
|
|
|
# presumed to be the maintainers.
|
|
|
|
#
|
|
|
|
# Keys:
|
|
|
|
# maintainers - these people can shipit and automerge
|
|
|
|
# notified - these people are always subscribed to relevant issues
|
|
|
|
# ignored - these people should never be notified
|
|
|
|
# deprecated - this file is deprecated but probably not yet renamed
|
|
|
|
# keywords - used to identify this file based on the issue description
|
2018-09-14 13:33:23 +02:00
|
|
|
# support - used for files without internal ANSIBLE_METADATA, see
|
|
|
|
# https://github.com/ansible/ansible/labels?q=support for full list
|
2017-09-11 21:09:40 +02:00
|
|
|
# labels - list of GitHub labels to apply. Path components of 'file' parent key
|
|
|
|
# which are valid GitHub labels are automatically added.
|
2017-07-11 20:47:26 +02:00
|
|
|
#
|
|
|
|
|
2017-12-08 04:42:51 +01:00
|
|
|
automerge: True
|
2017-08-02 04:06:39 +02:00
|
|
|
files:
|
2017-08-29 21:34:39 +02:00
|
|
|
.github/BOTMETA.yml:
|
2017-09-27 16:03:11 +02:00
|
|
|
labels: botmeta
|
2018-09-25 19:37:01 +02:00
|
|
|
# Changes to BOTMETA MUST always be reviewed by Core Team
|
|
|
|
support: core
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/:
|
|
|
|
ignored: erydo seiffert simplesteph
|
|
|
|
$modules/cloud/amazon/aws_api_gateway.py: willthames
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/aws_kms.py: willthames
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/cloudformation.py: ryansb tedder
|
|
|
|
$modules/cloud/amazon/cloudfront_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/cloudtrail.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_ami.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_asg.py: $team_ansible s-hertel ryansb
|
|
|
|
$modules/cloud/amazon/ec2_group.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_group_facts.py: willthames
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/ec2_instance_facts.py: willthames
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/ec2_key.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_lc.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_lc_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_metric_alarm.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_tag.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_vol.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_vpc_endpoint.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_endpoint_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_igw.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_igw_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_nat_gateway_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_net.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_vpc_net_facts.py: whiter
|
|
|
|
$modules/cloud/amazon/ec2_vpc_peering_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_subnet.py: willthames
|
2018-04-27 06:25:53 +02:00
|
|
|
$modules/cloud/amazon/ecs_cluster.py: willthames
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/ecs_ecr.py: willthames
|
|
|
|
$modules/cloud/amazon/ecs_service.py: willthames
|
|
|
|
$modules/cloud/amazon/ecs_service_facts.py: willthames
|
2018-04-27 06:25:53 +02:00
|
|
|
$modules/cloud/amazon/ecs_task.py: willthames
|
|
|
|
$modules/cloud/amazon/ecs_taskdefinition.py: willthames
|
|
|
|
$modules/cloud/amazon/ecs_taskdefinition_facts.py: willthames
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/elasticache.py: alachaum
|
|
|
|
$modules/cloud/amazon/elb_target_group_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/iam.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/iam_cert.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/iam_group.py: willthames
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/amazon/iam_managed_policy.py: willthames
|
|
|
|
$modules/cloud/amazon/iam_policy.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/rds_param_group.py: scottanderson42
|
|
|
|
$modules/cloud/amazon/rds_subnet_group.py: scottanderson42
|
|
|
|
$modules/cloud/amazon/route53_health_check.py: willthames
|
|
|
|
$modules/cloud/amazon/sns.py: willthames
|
2018-04-27 06:25:53 +02:00
|
|
|
$modules/cloud/amazon/sns_topic.py: willthames
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/atomic/: krsacme
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/azure/:
|
|
|
|
ignored: chouseknecht jwhitbeck
|
|
|
|
maintainers: $team_azure
|
2017-11-21 23:17:12 +01:00
|
|
|
$modules/cloud/azure/azure_rm_dnsrecordset.py:
|
|
|
|
ignored: ozboms
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/centurylink/: clc-runner
|
2018-03-06 19:00:05 +01:00
|
|
|
$modules/cloud/cloudstack/: $team_cloudstack
|
2017-09-07 14:50:08 +02:00
|
|
|
$modules/cloud/digital_ocean/: BondAnthony
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/digital_ocean/digital_ocean.py: alukovenko
|
|
|
|
$modules/cloud/digital_ocean/digital_ocean_domain.py: alukovenko
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/digital_ocean/digital_ocean_sshkey.py: alukovenko mgregson
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/dimensiondata/dimensiondata_network.py: tintoy
|
|
|
|
$modules/cloud/docker/:
|
2017-09-20 16:41:06 +02:00
|
|
|
ignored: ThomasSteinbach
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/docker/docker_container.py: $team_ansible felixfontein
|
|
|
|
$modules/cloud/docker/docker_image.py: $team_ansible
|
2018-01-23 10:08:16 +01:00
|
|
|
$modules/cloud/docker/docker_image_facts.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/docker/docker_network.py: olsaki
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/docker/docker_service.py: $team_ansible
|
2018-07-18 14:25:13 +02:00
|
|
|
$modules/cloud/google/:
|
|
|
|
maintainers: rambleraptor erjohnso
|
|
|
|
ignored: supertom
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/google/gc_storage.py: supertom
|
2018-09-10 11:31:55 +02:00
|
|
|
$modules/cloud/linode/linode.py: intheclouddan lwm
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/lxd/: hnakamur
|
2018-05-18 15:08:42 +02:00
|
|
|
$modules/cloud/memset/: analbeard
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/misc/ovirt.py:
|
|
|
|
ignored: vincentvdk
|
2017-09-26 14:10:35 +02:00
|
|
|
maintainers: joshainglis karmab machacekondra mwperina
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/misc/virt.py: $team_ansible
|
2017-12-20 19:48:41 +01:00
|
|
|
$modules/cloud/misc/xenserver_facts.py:
|
|
|
|
ignored: andyhky
|
2018-04-11 15:59:21 +02:00
|
|
|
$modules/cloud/opennebula/: ilicmilan kustodian
|
2017-08-14 16:20:36 +02:00
|
|
|
$modules/cloud/openstack/: $team_openstack
|
2017-09-26 14:10:35 +02:00
|
|
|
$modules/cloud/ovirt/: machacekondra mwperina
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/profitbricks/: baldwinSPC
|
2017-12-07 17:30:25 +01:00
|
|
|
$modules/cloud/rackspace/:
|
|
|
|
ignored: sivel angstwad
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/univention/: 2-B
|
2018-02-02 17:20:52 +01:00
|
|
|
$modules/cloud/vmware/:
|
|
|
|
maintainers: $team_vmware
|
|
|
|
ignored: jcpowermac mtnbikenc
|
2018-03-02 01:07:17 +01:00
|
|
|
$modules/cloud/vmware/vmware_host.py: dagwieers
|
|
|
|
$modules/cloud/vmware/vmware_vm_shell.py: chrrrles
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/cloud/vmware/_vsphere_guest.py: dagwieers
|
2018-07-18 17:30:35 +02:00
|
|
|
$modules/cloud/vultr/: $team_vultr
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/webfaction/: quentinsf
|
2018-10-01 17:43:36 +02:00
|
|
|
$modules/clustering/k8s/:
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
|
|
|
labels: k8s
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/clustering/k8s/_kubernetes.py: supertom
|
|
|
|
$modules/clustering/openshift/: chouseknecht maxamillion fabianvf flaper87
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/commands/command.py: $team_ansible
|
|
|
|
$modules/commands/raw.py: $team_ansible
|
|
|
|
$modules/commands/script.py: $team_ansible
|
|
|
|
$modules/commands/shell.py: $team_ansible
|
|
|
|
$modules/crypto/: Spredzy
|
2018-08-19 04:31:04 +02:00
|
|
|
$modules/crypto/acme/: resmo felixfontein
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/database/influxdb/: kamsz
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988
|
|
|
|
$modules/database/postgresql/: matburt
|
|
|
|
$modules/database/postgresql/postgresql_db.py: $team_ansible
|
|
|
|
$modules/database/postgresql/postgresql_user.py: $team_ansible nerzhul
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/database/proxysql/: bmildren
|
|
|
|
$modules/database/vertica/: dareko
|
2018-01-23 10:08:16 +01:00
|
|
|
$modules/files/acl.py:
|
|
|
|
ignored: astorije
|
2018-08-25 01:43:35 +02:00
|
|
|
maintainers: $team_ansible
|
|
|
|
$modules/files/assemble.py: $team_ansible
|
2018-09-14 13:33:23 +02:00
|
|
|
$modules/files/copy.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/files/fetch.py: $team_ansible
|
|
|
|
$modules/files/file.py: $team_ansible
|
|
|
|
$modules/files/find.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/files/lineinfile.py: $team_ansible samdoran
|
|
|
|
$modules/files/synchronize.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/files/template.py: $team_ansible
|
2017-09-27 16:09:18 +02:00
|
|
|
$modules/files/unarchive.py:
|
2018-08-25 01:43:35 +02:00
|
|
|
ignored: dagwieers
|
2018-07-13 18:29:18 +02:00
|
|
|
labels: m:unarchive
|
2017-09-28 10:56:56 +02:00
|
|
|
maintainers: pileofrogs
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/files/xattr.py: $team_ansible
|
2017-08-20 03:56:31 +02:00
|
|
|
$modules/files/xml.py:
|
|
|
|
ignored: magnus919
|
2018-07-13 18:29:18 +02:00
|
|
|
labels: m:xml
|
2018-02-25 03:09:54 +01:00
|
|
|
maintainers: sm4rk0 cmprescott
|
2018-02-21 16:50:23 +01:00
|
|
|
$modules/identity/cyberark/:
|
|
|
|
notified: cyberark-bizdev
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/identity/ipa/: $team_ipa
|
New module: keycloak_clienttemplate (#33419)
* keycloak_clienttemplate
* BOTMETA maintainership for identity/keycloak namespace
* fix superfluous blank line
* catch ValueError when trying to decode JSON
* further documentation for protocol mappers and some checks
* whitespace fixes, YAML fixes
* remove state: dump, update argument_spec and documentation with suboptions
* add documentation for realm option
* document aliases for auth_keycloak_url, auth_username, and auth_password (i.e. url, username, and password)
* remove bearer_only, consent_required, standard_flow_enabled, implicit_flow_enabled, direct_access_grants_enabled, service_accounts_enabled, public_client, and frontchannel_logout from module options.
2018-01-31 14:12:53 +01:00
|
|
|
$modules/identity/keycloak/: eikef
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/inventory/add_host.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/inventory/group_by.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/messaging/rabbitmq_binding.py: $team_rabbitmq
|
|
|
|
$modules/messaging/rabbitmq_exchange.py: $team_rabbitmq
|
|
|
|
$modules/messaging/rabbitmq_parameter.py: $team_rabbitmq
|
|
|
|
$modules/messaging/rabbitmq_plugin.py: $team_rabbitmq
|
|
|
|
$modules/messaging/rabbitmq_policy.py: retr0h
|
|
|
|
$modules/messaging/rabbitmq_queue.py: $team_rabbitmq
|
|
|
|
$modules/messaging/rabbitmq_user.py: $team_rabbitmq
|
2017-07-30 00:54:02 +02:00
|
|
|
$modules/messaging/rabbitmq_vhost.py:
|
|
|
|
ignored: choffman
|
|
|
|
maintainers: $team_rabbitmq
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/monitoring/datadog_event.py:
|
|
|
|
ignored: arturaz
|
2017-11-09 15:09:28 +01:00
|
|
|
$modules/monitoring/logentries.py:
|
|
|
|
ignored: ivanvanderbyl
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/monitoring/monit.py: brian-brazil
|
|
|
|
$modules/monitoring/zabbix/: eikef D3DeFi
|
|
|
|
$modules/net_tools/basics/get_url.py: ptux
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/net_tools/basics/slurp.py: $team_ansible
|
|
|
|
$modules/net_tools/basics/uri.py: $team_ansible
|
2018-08-19 04:31:04 +02:00
|
|
|
$modules/net_tools/cloudflare_dns.py: andreaso
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/net_tools/exoscale/: resmo
|
|
|
|
$modules/net_tools/ldap/: jtyr
|
2017-12-20 19:48:41 +01:00
|
|
|
$modules/net_tools/lldp.py:
|
|
|
|
ignored: andyhky
|
2018-04-26 13:55:51 +02:00
|
|
|
$modules/net_tools/nios/:
|
2018-06-01 19:50:36 +02:00
|
|
|
maintainers: $team_networking sganesh-infoblox
|
2018-04-26 03:10:03 +02:00
|
|
|
labels:
|
|
|
|
- networking
|
|
|
|
- infoblox
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/a10/: ericchou1 mischapeters
|
2017-10-19 23:41:06 +02:00
|
|
|
$modules/network/aci/: $team_aci
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/aireos/: jmighion
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/aos/: dgarros jeremyschulman
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/aruba/: jmighion
|
2018-08-30 16:57:53 +02:00
|
|
|
$modules/network/asa/: ogenstad gdpak
|
2017-10-19 23:41:06 +02:00
|
|
|
$modules/network/avi/: $team_avi
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/bigswitch/: jayakody tedelhourani vuile
|
|
|
|
$modules/network/cloudengine/: QijunPan
|
2017-12-03 17:12:30 +01:00
|
|
|
$modules/network/cnos/: dkasberg amuraleedhar
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/cumulus/: $team_cumulus
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/dellos10/: skg-net
|
|
|
|
$modules/network/dellos6/: abirami-n skg-net
|
|
|
|
$modules/network/dellos9/: dhivyap skg-net
|
2018-03-07 20:10:12 +01:00
|
|
|
$modules/network/edgeos/: samdoran
|
2017-12-03 17:12:30 +01:00
|
|
|
$modules/network/enos/: amuraleedhar
|
2018-08-09 06:11:07 +02:00
|
|
|
$modules/network/eos/: trishnaguha
|
2018-04-23 19:53:09 +02:00
|
|
|
$modules/network/exos/: rdvencioneck
|
2017-09-20 11:19:06 +02:00
|
|
|
$modules/network/f5/:
|
2018-05-23 12:00:59 +02:00
|
|
|
ignored: Etienne-Carriere mhite mryanlam perzizzle srvg wojtek0806 JoeReifel $team_networking
|
2017-09-20 11:19:06 +02:00
|
|
|
maintainers: caphrim007
|
2018-05-23 12:00:59 +02:00
|
|
|
$modules/network/files/: $team_networking
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/fortios/: bjolivot
|
|
|
|
$modules/network/illumos/: xen0l
|
|
|
|
$modules/network/interface/: $team_networking
|
2018-08-09 06:11:07 +02:00
|
|
|
$modules/network/ios/: rcarrillocruz
|
|
|
|
$modules/network/iosxr/: rcarrillocruz gdpak
|
2017-10-17 14:54:32 +02:00
|
|
|
$modules/network/ironware/: paulquack
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/junos/: Qalthos ganeshrn
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/layer2/: $team_networking
|
|
|
|
$modules/network/layer3/: $team_networking
|
2018-05-09 11:34:37 +02:00
|
|
|
$modules/network/meraki/: $team_meraki
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/network/netconf/netconf_config.py: userlerueda $team_networking
|
|
|
|
$modules/network/netconf/netconf_get.py: $team_networking
|
|
|
|
$modules/network/netconf/netconf_rpc.py: $team_networking
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/netscaler/: $team_netscaler
|
|
|
|
$modules/network/netvisor/: $team_netvisor
|
2018-08-10 22:50:02 +02:00
|
|
|
$modules/network/nos/: $team_extreme
|
2017-07-25 13:58:51 +02:00
|
|
|
$modules/network/nuage/: pdellaert
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/nxos/: $team_nxos
|
2017-11-09 14:34:41 +01:00
|
|
|
$modules/network/nso/: $team_nso
|
2018-01-11 23:21:17 +01:00
|
|
|
$modules/network/onyx/: $team_onyx
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/ordnance/: alexanderturner djh00t
|
|
|
|
$modules/network/ovs/:
|
2017-07-11 20:47:26 +02:00
|
|
|
ignored: stygstra
|
2018-08-09 06:11:07 +02:00
|
|
|
maintainers: rcarrillocruz
|
2018-09-13 20:17:53 +02:00
|
|
|
$modules/network/panos/: ivanbojer jtschichold shinmog
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/protocol/: $team_networking
|
2018-07-30 06:58:03 +02:00
|
|
|
$modules/network/routeros/: heuels
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/routing/: $team_networking
|
2018-04-11 13:59:34 +02:00
|
|
|
$modules/network/slxos/: $team_extreme
|
2017-08-18 16:58:45 +02:00
|
|
|
$modules/network/sros/: privateip
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/system/: $team_networking
|
2018-08-08 15:56:50 +02:00
|
|
|
$modules/network/voss/: $team_extreme
|
2018-09-17 09:54:06 +02:00
|
|
|
$modules/network/vyos/: Qalthos samdoran NilashishC
|
2018-09-14 13:33:23 +02:00
|
|
|
$modules/notification/_osx_say.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/notification/rocketchat.py:
|
|
|
|
ignored: ramondelafuente
|
|
|
|
maintainers: Deepakkothandan
|
|
|
|
$modules/packaging/language/gem.py: $team_ansible
|
2018-03-15 05:01:31 +01:00
|
|
|
$modules/packaging/language/maven_artifact.py:
|
|
|
|
ignored: chrisisbeef
|
|
|
|
maintainers: tumbl3w33d turb
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/language/npm.py:
|
|
|
|
ignored: chrishoffman
|
2018-01-19 15:47:43 +01:00
|
|
|
maintainers: shane-walker xcambar
|
2017-07-14 12:15:56 +02:00
|
|
|
$modules/packaging/language/pip.py: lujeni robinro
|
2017-12-07 02:26:35 +01:00
|
|
|
$modules/packaging/os/apk.py:
|
|
|
|
ignored: kbrebanov
|
|
|
|
maintainers: tdtrask
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/apt.py: $team_ansible
|
|
|
|
$modules/packaging/os/apt_repository.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/package.py: $team_ansible
|
2017-12-11 22:06:29 +01:00
|
|
|
$modules/packaging/os/pacman.py:
|
|
|
|
ignored: elasticdog
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/pkgin.py: troy2914
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/pkgng.py:
|
|
|
|
ignored: bleader
|
|
|
|
maintainers: JoergFiedler
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/pkgutil.py: scathatheworm
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/portage.py:
|
|
|
|
ignored: sayap
|
2017-09-22 10:03:28 +02:00
|
|
|
$modules/packaging/os/redhat_subscription.py: alikins kahowell
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/rhn_channel.py: alikins
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/rhn_register.py: $team_rhn
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/yum.py: $team_ansible kustodian
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/zypper.py:
|
|
|
|
ignored: dirtyharrycallahan
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/packaging/os/zypper_repository.py: robinro
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/remote_management/foreman/: ehelms
|
|
|
|
$modules/remote_management/hpilo/: dagwieers haad
|
2017-08-04 08:15:27 +02:00
|
|
|
$modules/remote_management/imc/: dagwieers
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/remote_management/ipmi/: cloudnull
|
2017-08-17 21:04:43 +02:00
|
|
|
$modules/remote_management/manageiq/: $team_manageiq
|
2018-09-20 14:38:10 +02:00
|
|
|
$modules/remote_management/redfish/: $team_redfish
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/remote_management/stacki/stacki_host.py: bbyhuy bsanders
|
2017-10-19 23:41:06 +02:00
|
|
|
$modules/remote_management/ucs/: $team_ucs
|
2017-10-02 21:26:56 +02:00
|
|
|
$modules/source_control/git.py: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/source_control/github_key.py:
|
|
|
|
ignored: erydo
|
|
|
|
$modules/storage/infinidat/: GR360RY vmalloc
|
|
|
|
$modules/storage/netapp/: $team_netapp
|
2018-09-28 16:08:23 +02:00
|
|
|
$modules/storage/purestorage/:
|
|
|
|
maintainers: $team_purestorage
|
|
|
|
labels: pure_storage
|
2018-09-27 12:50:01 +02:00
|
|
|
$modules/storage/glusterfs/: devyanikota
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/at.py: $team_ansible
|
|
|
|
$modules/system/authorized_key.py: $team_ansible
|
|
|
|
$modules/system/facter.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/system/filesystem.py: pilou-
|
|
|
|
$modules/system/gconftool2.py: Akasurde
|
|
|
|
$modules/system/group.py: $team_ansible
|
|
|
|
$modules/system/interfaces_file.py: obourdon
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/modprobe.py:
|
|
|
|
ignored: stygstra
|
2017-08-17 22:03:34 +02:00
|
|
|
$modules/system/mount.py: $team_ansible jtyr
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/ohai.py: $team_ansible
|
|
|
|
$modules/system/osx_defaults.py:
|
|
|
|
ignored: frenck
|
|
|
|
maintainers: $team_ansible
|
|
|
|
$modules/system/pam_limits.py:
|
|
|
|
ignored: usawa
|
2017-08-17 01:26:24 +02:00
|
|
|
maintainers: giovannisciortino
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/ping.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/system/puppet.py: nibalizer
|
|
|
|
$modules/system/seboolean.py: $team_ansible
|
|
|
|
$modules/system/selinux.py: samdoran
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/service.py: $team_ansible
|
2017-09-22 16:21:12 +02:00
|
|
|
$modules/system/setup.py:
|
|
|
|
ignored: david_obrien
|
|
|
|
maintainers: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/system/sysctl.py: Akasurde
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/systemd.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/system/user.py: $team_ansible samdoran
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/utilities/helper/meta.py: $team_ansible
|
|
|
|
$modules/utilities/logic/assert.py: $team_ansible
|
|
|
|
$modules/utilities/logic/async_status.py: $team_ansible
|
|
|
|
$modules/utilities/logic/async_wrapper.py: $team_ansible
|
|
|
|
$modules/utilities/logic/include.py: $team_ansible
|
|
|
|
$modules/utilities/logic/include_role.py: $team_ansible
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/utilities/logic/include_vars.py: $team_ansible
|
|
|
|
$modules/utilities/logic/pause.py: samdoran
|
|
|
|
$modules/utilities/logic/wait_for.py: gregswift
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/web_infrastructure/ansible_tower/: $team_tower
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/web_infrastructure/django_manage.py: scottanderson42
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/web_infrastructure/htpasswd.py: $team_ansible
|
2018-09-14 13:33:23 +02:00
|
|
|
$modules/web_infrastructure/jboss: $team_jboss
|
2018-08-25 01:43:35 +02:00
|
|
|
$modules/web_infrastructure/jira.py: Slezhuk
|
2017-12-07 17:30:25 +01:00
|
|
|
$modules/windows/:
|
|
|
|
maintainers: $team_windows
|
2018-02-25 16:47:38 +01:00
|
|
|
ignored: angstwad georgefrank h0nIg
|
2018-09-03 02:21:59 +02:00
|
|
|
$modules/windows/win_security_policy.py: defionscode
|
2018-07-26 06:41:13 +02:00
|
|
|
bin/ansible-connection:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- persistent connection
|
|
|
|
labels: networking
|
|
|
|
contrib/:
|
|
|
|
support: community
|
2017-07-11 20:47:26 +02:00
|
|
|
contrib/inventory:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- dynamic inventory script
|
|
|
|
- dynamic inventory
|
|
|
|
- inventory script
|
2018-02-25 03:09:54 +01:00
|
|
|
labels: c:inventory/contrib_script
|
2017-08-29 21:34:39 +02:00
|
|
|
support: community
|
2017-11-03 19:24:54 +01:00
|
|
|
contrib/inventory/digital_ocean.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- digital_ocean dynamic inventory script
|
2017-11-03 19:24:54 +01:00
|
|
|
maintainers: BondAnthony
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
2017-11-03 19:24:54 +01:00
|
|
|
support: community
|
2017-08-02 23:05:32 +02:00
|
|
|
contrib/inventory/linode.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- linode dynamic inventory script
|
2018-09-10 11:31:55 +02:00
|
|
|
maintainers: intheclouddan lwm zbal
|
2017-09-27 16:03:11 +02:00
|
|
|
labels: cloud
|
2018-09-14 13:33:23 +02:00
|
|
|
contrib/inventory/openstack_inventory.py:
|
2017-08-14 16:20:36 +02:00
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- openstack dynamic inventory script
|
2017-08-14 16:20:36 +02:00
|
|
|
maintainers: $team_openstack
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
|
|
|
contrib/inventory/ovirt4.py:
|
|
|
|
maintainers: machacekondra
|
|
|
|
labels:
|
|
|
|
- ovirt
|
|
|
|
- cloud
|
2018-01-25 20:29:11 +01:00
|
|
|
contrib/inventory/infoblox.py:
|
|
|
|
keywords:
|
|
|
|
- infoblox dynamic inventory script
|
|
|
|
labels:
|
|
|
|
- ipam
|
2018-09-14 13:33:23 +02:00
|
|
|
- nios
|
2018-01-25 20:29:11 +01:00
|
|
|
- networking
|
|
|
|
maintainers: $team_networking
|
2017-08-04 01:22:56 +02:00
|
|
|
contrib/inventory/azure_rm.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- azure inventory
|
|
|
|
- azure rm inventory
|
|
|
|
- azure azure_rm dynamic inventory script
|
2017-08-29 21:34:39 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
|
|
|
- azure
|
2017-08-17 18:41:14 +02:00
|
|
|
maintainers: $team_azure
|
2017-08-30 17:31:43 +02:00
|
|
|
contrib/inventory/ec2:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- aws dynamic inventory
|
|
|
|
- aws inventory
|
|
|
|
- ec2 inventory
|
|
|
|
- ec2 dynamic inventory
|
|
|
|
- ec2.py dynamic inventory script
|
|
|
|
- ec2.py inventory script
|
|
|
|
- ec2.py inventory
|
2017-08-30 17:31:43 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
|
|
|
- aws
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: ryansb s-hertel willthames
|
2018-04-23 13:47:10 +02:00
|
|
|
contrib/inventory/vmware.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- vmware inventory
|
|
|
|
- vmware dynamic inventory script
|
2018-04-23 13:47:10 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
2018-04-23 13:47:10 +02:00
|
|
|
maintainers: $team_vmware
|
|
|
|
contrib/inventory/vmware_inventory.py:
|
2017-08-29 21:34:39 +02:00
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- vmware inventory
|
|
|
|
- vmware dynamic inventory script
|
2017-08-29 21:34:39 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
|
|
|
- vmware
|
2017-08-29 21:34:39 +02:00
|
|
|
maintainers: $team_vmware
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/inventory:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- core inventory
|
|
|
|
- inventory
|
|
|
|
- inventory parsing
|
|
|
|
#############################################
|
|
|
|
# MODULE_UTILS
|
|
|
|
$module_utils:
|
|
|
|
support: community
|
|
|
|
$module_utils/azure_rm_common.py:
|
|
|
|
maintainers: $team_azure
|
|
|
|
labels:
|
|
|
|
- azure
|
|
|
|
- cloud
|
|
|
|
$module_utils/acme.py:
|
|
|
|
maintainers: resmo felixfontein
|
|
|
|
$module_utils/cloudstack.py:
|
|
|
|
maintainers: $team_cloudstack
|
|
|
|
labels: cloudstack
|
|
|
|
$module_utils/crypto.py:
|
|
|
|
maintainers: Spredzy
|
|
|
|
$module_utils/docker_common.py:
|
|
|
|
maintainers: $team_ansible dariko felixfontein jwitko kassiansun tbouvet
|
|
|
|
$module_utils/ipa.py:
|
|
|
|
maintainers: $team_ipa
|
|
|
|
$module_utils/k8s:
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
2018-10-01 17:43:36 +02:00
|
|
|
labels:
|
|
|
|
- clustering
|
|
|
|
- k8s
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/keycloak.py:
|
|
|
|
maintainers: eikef
|
|
|
|
$module_utils/manageiq.py:
|
|
|
|
maintainers: $team_manageiq
|
2018-01-22 14:25:06 +01:00
|
|
|
$module_utils/net_tools/nios/:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: core
|
2018-04-26 03:10:03 +02:00
|
|
|
labels:
|
|
|
|
- networking
|
|
|
|
- infoblox
|
2018-06-01 19:50:36 +02:00
|
|
|
maintainers: $team_networking sganesh-infoblox
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network:
|
|
|
|
labels: networking
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/a10:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: ericchou1 mischapeters
|
2018-09-24 16:55:29 +02:00
|
|
|
$module_utils/network/aci: &aci
|
2017-10-19 23:41:06 +02:00
|
|
|
maintainers: $team_aci
|
2018-09-24 16:55:29 +02:00
|
|
|
labels:
|
|
|
|
- aci
|
|
|
|
- networking
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/aireos:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: jmighion
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/aos:
|
|
|
|
maintainers: dgarros jeremyschulman
|
|
|
|
$module_utils/network/aruba:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: jmighion
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/asa:
|
2018-08-30 16:57:53 +02:00
|
|
|
maintainers: ogenstad gdpak
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/avi:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_avi
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/bigswitch:
|
|
|
|
maintainers: jayakody tedelhourani vuile
|
|
|
|
$module_utils/network/cloudengine:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: QijunPan
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/cnos:
|
2017-09-12 17:13:12 +02:00
|
|
|
maintainers: dkasberg amuraleedhar
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/common:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/dellos6:
|
|
|
|
maintainers: skg-net
|
|
|
|
$module_utils/network/dellos9:
|
|
|
|
maintainers: skg-net
|
|
|
|
$module_utils/network/dellos10:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: skg-net
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/enos:
|
|
|
|
maintainers: amuraleedhar
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/eos:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2018-04-23 19:53:09 +02:00
|
|
|
$module_utils/network/exos:
|
|
|
|
maintainers: rdvencioneck
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/f5:
|
|
|
|
maintainers: caphrim007
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/f5_utils.py:
|
|
|
|
maintainers: caphrim007
|
2017-09-27 16:03:11 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- f5
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/fortios:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: bjolivot
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/ios:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
$module_utils/network/iosxr:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/ironware:
|
2017-10-17 14:54:32 +02:00
|
|
|
maintainers: paulquack
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/junos:
|
|
|
|
support: network
|
2018-09-24 16:55:29 +02:00
|
|
|
$module_utils/network/meraki: &meraki
|
2018-02-26 01:14:07 +01:00
|
|
|
maintainers: $team_meraki
|
2018-09-24 16:55:29 +02:00
|
|
|
labels:
|
|
|
|
- meraki
|
|
|
|
- networking
|
2018-05-17 14:08:12 +02:00
|
|
|
$module_utils/network/netconf:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2018-05-17 14:08:12 +02:00
|
|
|
maintainers: $team_networking
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/netscaler:
|
|
|
|
maintainers: $team_netscaler
|
2018-08-10 22:50:02 +02:00
|
|
|
$module_utils/network/nos:
|
|
|
|
maintainers: $team_extreme
|
2017-12-03 17:12:30 +01:00
|
|
|
$module_utils/network/nso:
|
2017-11-09 14:34:41 +01:00
|
|
|
maintainers: $team_nso
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/nxos:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_nxos
|
2018-01-11 23:21:17 +01:00
|
|
|
$module_utils/network/onyx:
|
|
|
|
maintainers: $team_onyx
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/ordnance:
|
|
|
|
maintainers: alexanderturner djh00t
|
2018-09-27 23:36:42 +02:00
|
|
|
$module_utils/network/panos:
|
|
|
|
maintainers: ivanbojer jtschichold shinmog
|
2018-07-30 06:58:03 +02:00
|
|
|
$module_utils/network/routeros:
|
|
|
|
maintainers: heuels
|
2018-04-11 13:59:34 +02:00
|
|
|
$module_utils/network/slxos:
|
|
|
|
maintainers: $team_extreme
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/network/voss:
|
|
|
|
maintainers: $team_extreme
|
|
|
|
$module_utils/network/vyos:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2017-08-25 16:50:13 +02:00
|
|
|
$module_utils/openstack.py:
|
2017-08-14 16:20:36 +02:00
|
|
|
maintainers: $team_openstack
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
2017-09-20 16:40:24 +02:00
|
|
|
$module_utils/ovirt.py:
|
|
|
|
maintainers: joshainglis karmab machacekondra
|
2017-10-18 12:24:28 +02:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
2018-06-29 10:23:07 +02:00
|
|
|
$module_utils/powershell:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: core
|
2018-06-29 10:23:07 +02:00
|
|
|
maintainers: $team_windows_core
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- windows
|
2018-09-06 21:37:33 +02:00
|
|
|
$module_utils/redfish_utils.py:
|
2018-09-20 14:38:10 +02:00
|
|
|
maintainers: $team_redfish
|
2017-10-19 23:41:06 +02:00
|
|
|
$module_utils/remote_management/ucs:
|
|
|
|
maintainers: $team_ucs
|
|
|
|
labels: ucs
|
2018-09-28 16:08:23 +02:00
|
|
|
$module_utils/pure.py:
|
|
|
|
maintainers: $team_purestorage
|
|
|
|
labels: pure_storage
|
2018-09-14 13:33:23 +02:00
|
|
|
$module_utils/netapp:
|
|
|
|
maintainers: $team_netapp
|
2018-08-24 10:55:33 +02:00
|
|
|
$module_utils/vultr.py: &vultr
|
2018-07-18 17:30:35 +02:00
|
|
|
maintainers: $team_vultr
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- cloud
|
2017-08-30 17:31:43 +02:00
|
|
|
$module_utils/vmware:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: core
|
2017-08-30 17:31:43 +02:00
|
|
|
maintainers: $team_vmware
|
2018-05-18 15:08:42 +02:00
|
|
|
$module_utils/memset.py:
|
|
|
|
maintainers: analbeard
|
|
|
|
labels: cloud
|
2018-08-23 22:04:16 +02:00
|
|
|
$module_utils/scaleway.py: &scaleway
|
2018-08-24 00:34:23 +02:00
|
|
|
maintainers: $team_scaleway
|
2018-08-23 22:04:16 +02:00
|
|
|
labels:
|
|
|
|
- cloud
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/playbook/handler.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- handlers
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/playbook/role:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- roles path
|
|
|
|
- roles_path
|
|
|
|
- role
|
|
|
|
- role path
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/playbook/role/include.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- include role
|
|
|
|
- include_role
|
|
|
|
- role include
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/playbook/role/requirement.py:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- role dependencies
|
|
|
|
- role dep
|
|
|
|
- role dependency
|
|
|
|
###############################
|
|
|
|
# plugins
|
|
|
|
|
|
|
|
lib/ansible/plugins:
|
|
|
|
support: community
|
|
|
|
lib/ansible/plugins/action/add_host.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/assemble.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/assert.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/aws_s3.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/command.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/cli:
|
|
|
|
support: network
|
|
|
|
lib/ansible/plugins/action/copy.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/debug.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/fail.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/fetch.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/group_by.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/include_vars.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/__init__.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/normal.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/package.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/patch.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/pause.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/raw.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/reboot.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/script.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/service.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/set_fact.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/shell.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/synchronize.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/telnet.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/template.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/uri.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/wait_for_connection.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/action/win:
|
|
|
|
support: core
|
|
|
|
labels: windows
|
|
|
|
lib/ansible/plugins/action/yum.py:
|
|
|
|
support: core
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/action/asa:
|
2018-08-30 16:57:53 +02:00
|
|
|
maintainers: ogenstad gdpak
|
2017-08-01 19:02:23 +02:00
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/aireos:
|
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/aruba:
|
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/dellos:
|
|
|
|
maintainers: skg-net
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/eos:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/ios:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/iosxr:
|
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-10-17 14:54:32 +02:00
|
|
|
lib/ansible/plugins/action/ironware:
|
|
|
|
maintainers: paulquack
|
|
|
|
labels: networking
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/action/junos:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/net:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/nxos:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
2017-11-02 13:15:20 +01:00
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- networking
|
|
|
|
- nxos
|
2018-01-11 23:21:17 +01:00
|
|
|
lib/ansible/plugins/action/onyx_config.py:
|
|
|
|
maintainers: $team_onyx
|
|
|
|
labels: networking
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/action/sros:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/vyos:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# plugins/cache
|
|
|
|
lib/ansible/plugins/cache/__init__.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/cache/base.py:
|
|
|
|
support: core
|
|
|
|
###############################
|
|
|
|
# plugins/callbacks
|
|
|
|
lib/ansible/plugins/callback/__init__.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/debug:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/default:
|
|
|
|
support: core
|
Introduce grafana callback plugin. (#34246)
* Introduce grafana callback plugin.
The grafana plugin plublishes annotations to the HTTP API available in
Grafana 4.6+
The callback publishes:
* An annotation on playbook start, tagged with "ansible",
"ansible_event_start" and playbook name, example:
```
{
"text": "Started playbook test.yml\n\nFrom 'pc45.home'\nBy user 'remirey'\n",
"tags": ["ansible", "ansible_event_start", "test.yml"],
"time": 1514291163000
}
```
* An annotation on error containing the host and task who failed and
tagged with "ansible", "ansible_event_failure" and playbook name, example:
```
{
"text": "Playbook test.yml Failure !\n\nFrom 'pc45.home'\nBy user 'remirey'\n\n'TASK: simulate failure' failed on localhost\n\ndebug: {\"changed\": false, \"msg\": \"Some random failure\"}\n",
"tags": ["ansible", "ansible_event_failure", "test.yml"],
"time": 1514291165000
}
```
* A region annotation emitted on playbook stats, tagged with "ansible",
"ansible_report" and playbook name, example:
```
{
"text": "Playbook test.yml\nDuration: 1.641703\nStatus: FAILED\n\nFrom 'pc45.home'\nBy user 'remirey'\n\nResult:\n{\"localhost\": {\"unreachable\": 0, \"skipped\": 0, \"ok\": 2, \"changed\": 1, \"failures\": 1}}\n",
"tags": ["ansible", "ansible_report", "test.yml"],
"isRegion": true,
"timeEnd": 1514291165000,
"time": 1514291163000
}
```
Fixes #34225
2018-04-04 00:51:52 +02:00
|
|
|
lib/ansible/plugins/callback/grafana_annotations.py:
|
|
|
|
maintainers: rrey
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/callback/junit:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/minimal:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/oneline:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/profile:
|
|
|
|
support: core
|
2018-04-12 06:34:48 +02:00
|
|
|
lib/ansible/plugins/callback/sumologic.py:
|
|
|
|
maintainers: ryancurrah
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/callback/tree:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/callback/unixy.py:
|
|
|
|
maintainers: akatch
|
|
|
|
###############################
|
|
|
|
# plugins/cliconf
|
|
|
|
|
|
|
|
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/cliconf/:
|
|
|
|
labels: networking
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/cliconf/eos.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2018-04-23 19:53:09 +02:00
|
|
|
lib/ansible/plugins/cliconf/exos.py:
|
|
|
|
maintainers: rdvencioneck
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/cliconf/ios.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
lib/ansible/plugins/cliconf/iosxr.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2017-10-17 14:54:32 +02:00
|
|
|
lib/ansible/plugins/cliconf/ironware.py:
|
|
|
|
maintainers: paulquack
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/cliconf/junos.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2018-08-10 22:50:02 +02:00
|
|
|
lib/ansible/plugins/cliconf/nos.py:
|
|
|
|
maintainers: $team_extreme
|
2017-11-02 13:15:20 +01:00
|
|
|
lib/ansible/plugins/cliconf/nxos.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-11-02 13:15:20 +01:00
|
|
|
maintainers: $team_nxos
|
2018-09-14 13:33:23 +02:00
|
|
|
labels: nxos
|
2018-01-11 23:21:17 +01:00
|
|
|
lib/ansible/plugins/cliconf/onyx.py:
|
|
|
|
maintainers: $team_onyx
|
2018-07-30 06:58:03 +02:00
|
|
|
lib/ansible/plugins/cliconf/routeros.py:
|
|
|
|
maintainers: heuels
|
2018-04-11 13:59:34 +02:00
|
|
|
lib/ansible/plugins/cliconf/slxos.py:
|
|
|
|
maintainers: $team_extreme
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/cliconf/voss.py:
|
|
|
|
maintainers: $team_extreme
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/cliconf/vyos.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
###############################
|
|
|
|
# plugins/connection
|
|
|
|
lib/ansible/plugins/connection/:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/connection/docker.py:
|
|
|
|
support: community
|
|
|
|
maintainers: $team_ansible dariko felixfontein jwitko kassiansun tbouvet
|
|
|
|
lib/ansible/plugins/connection/httpapi.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
2018-04-11 13:59:34 +02:00
|
|
|
labels: networking
|
2018-01-16 17:05:49 +01:00
|
|
|
lib/ansible/plugins/connection/lxd.py:
|
|
|
|
maintainers: mattclay
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/connection/netconf.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/connection/oc.py:
|
|
|
|
support: community
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/connection/network_cli.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/connection/persistent.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/connection/winrm.py:
|
|
|
|
maintainers: $team_windows_core
|
|
|
|
labels:
|
|
|
|
- windows
|
|
|
|
###############################
|
|
|
|
# plugins/filter
|
|
|
|
lib/ansible/plugins/filter/:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/filter/network.py:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
###############################
|
|
|
|
# plugins/httpapi
|
|
|
|
lib/ansible/plugins/httpapi:
|
|
|
|
support: network
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2018-08-14 10:58:07 +02:00
|
|
|
lib/ansible/plugins/httpapi/ftd.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: community
|
2018-08-14 10:58:07 +02:00
|
|
|
maintainers: annikulin $team_networking
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# plugins/inventory
|
|
|
|
lib/ansible/plugins/inventory/__init__.py:
|
|
|
|
support: core
|
|
|
|
lib/ansible/plugins/inventory/ini.py:
|
|
|
|
support: core
|
2018-09-26 23:48:42 +02:00
|
|
|
lib/ansible/plugins/inventory/k8s.py:
|
|
|
|
support: community
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
2018-10-01 17:43:36 +02:00
|
|
|
labels: k8s
|
2018-09-26 23:48:42 +02:00
|
|
|
lib/ansible/plugins/inventory/openshift.py:
|
|
|
|
support: community
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
2017-07-19 05:36:38 +02:00
|
|
|
lib/ansible/plugins/inventory/openstack.py:
|
|
|
|
maintainers: $team_openstack
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- openstack
|
|
|
|
- inventory
|
2018-01-03 20:08:46 +01:00
|
|
|
labels:
|
2017-10-18 12:24:28 +02:00
|
|
|
- cloud
|
2018-08-23 22:04:16 +02:00
|
|
|
lib/ansible/plugins/inventory/scaleway.py: *scaleway
|
2018-09-16 16:13:56 +02:00
|
|
|
lib/ansible/plugins/inventory/vultr.py: *vultr
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/inventory/yaml.py:
|
|
|
|
support: core
|
|
|
|
###############################
|
|
|
|
# plugins/loader
|
|
|
|
lib/ansible/plugins/loader:
|
|
|
|
support: core
|
|
|
|
|
|
|
|
###############################
|
|
|
|
# plugins/lookup
|
|
|
|
lib/ansible/plugins/lookup/__init__.py:
|
|
|
|
support: core
|
2018-01-23 17:04:57 +01:00
|
|
|
lib/ansible/plugins/lookup/conjur_variable.py:
|
|
|
|
maintainers: $team_cyberark_conjur
|
2018-02-21 16:50:23 +01:00
|
|
|
notified: cyberark-bizdev
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/lookup/dig:
|
|
|
|
maintainers: jpmens
|
|
|
|
labels: community
|
2018-02-21 16:50:23 +01:00
|
|
|
lib/ansible/plugins/lookup/cyberarkpassword.py:
|
|
|
|
notified: cyberark-bizdev
|
2018-09-26 23:48:42 +02:00
|
|
|
lib/ansible/plugins/lookup/k8s.py:
|
|
|
|
support: community
|
|
|
|
maintainers: chouseknecht maxamillion fabianvf flaper87 willthames
|
2018-10-01 17:43:36 +02:00
|
|
|
labels: k8s
|
2018-09-14 13:33:23 +02:00
|
|
|
lib/ansible/plugins/lookup/nios:
|
|
|
|
support: core
|
|
|
|
maintainers: $team_networking sganesh-infoblox
|
|
|
|
labels:
|
|
|
|
- networking
|
|
|
|
- infoblox
|
|
|
|
lib/ansible/plugins/lookup/onepassword:
|
|
|
|
maintainers: samdoran
|
|
|
|
ignored: azenk
|
|
|
|
###############################
|
|
|
|
# plugins/netconf
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/netconf/:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2018-05-24 12:14:39 +02:00
|
|
|
lib/ansible/plugins/netconf/sros.py:
|
|
|
|
maintainers: wisotzky $team_networking
|
|
|
|
labels: networking
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# plugins/shell
|
|
|
|
lib/ansible/plugins/shell/:
|
|
|
|
support: core
|
2018-01-03 20:08:46 +01:00
|
|
|
lib/ansible/plugins/shell/powershell.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: core
|
2018-01-03 20:08:46 +01:00
|
|
|
maintainers: $team_windows_core
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- windows
|
|
|
|
###############################
|
|
|
|
# plugins/strategy
|
|
|
|
lib/ansible/plugins/strategy/:
|
|
|
|
support: core
|
|
|
|
###############################
|
|
|
|
# plugins/terminal
|
|
|
|
lib/ansible/plugins/terminal/:
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/__init__.py:
|
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/asa.py:
|
2018-08-30 16:57:53 +02:00
|
|
|
maintainers: ogenstad gdpak
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/dellos10:
|
|
|
|
maintainers: skg-net
|
2018-03-07 20:10:12 +01:00
|
|
|
lib/ansible/plugins/terminal/edgeos.py:
|
|
|
|
maintainers: samdoran
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/eos.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
2018-04-23 19:53:09 +02:00
|
|
|
lib/ansible/plugins/terminal/exos.py:
|
|
|
|
maintainers: rdvencioneck
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/ios.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
lib/ansible/plugins/terminal/iosxr.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
2017-10-17 14:54:32 +02:00
|
|
|
lib/ansible/plugins/terminal/ironware.py:
|
|
|
|
maintainers: paulquack
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/junos.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
2018-08-10 22:50:02 +02:00
|
|
|
lib/ansible/plugins/terminal/nos.py:
|
|
|
|
maintainers: $team_extreme
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/nxos.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
2018-01-11 23:21:17 +01:00
|
|
|
lib/ansible/plugins/terminal/onyx.py:
|
|
|
|
maintainers: $team_onyx
|
2018-07-30 06:58:03 +02:00
|
|
|
lib/ansible/plugins/terminal/routeros.py:
|
|
|
|
maintainers: heuels
|
2018-04-11 13:59:34 +02:00
|
|
|
lib/ansible/plugins/terminal/slxos.py:
|
|
|
|
maintainers: $team_extreme
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/sros.py:
|
|
|
|
maintainers: $team_networking
|
2018-08-08 15:56:50 +02:00
|
|
|
lib/ansible/plugins/terminal/voss.py:
|
|
|
|
maintainers: $team_extreme
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/terminal/vyos.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: network
|
2018-03-07 20:10:12 +01:00
|
|
|
maintainers: $team_networking samdoran
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# plugins/test
|
|
|
|
lib/ansible/plugins/test:
|
|
|
|
support: core
|
|
|
|
###############################
|
|
|
|
# plugins/test
|
|
|
|
lib/ansible/plugins/vars:
|
|
|
|
support: core
|
|
|
|
###############################
|
|
|
|
###############################
|
|
|
|
###############################
|
2018-05-22 04:34:25 +02:00
|
|
|
lib/ansible/release.py:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay nitzmahone
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# plugins/terminal
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/template:
|
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- jinja
|
|
|
|
- jinja2
|
2018-08-17 15:49:29 +02:00
|
|
|
lib/ansible/utils/module_docs_fragments/acme.py:
|
2018-09-14 13:33:23 +02:00
|
|
|
support: community
|
2018-08-19 04:31:04 +02:00
|
|
|
maintainers: resmo felixfontein
|
2017-07-11 20:47:26 +02:00
|
|
|
test/sanity/validate-modules:
|
2018-09-14 13:33:23 +02:00
|
|
|
notified:
|
|
|
|
- mattclay
|
2017-07-11 20:47:26 +02:00
|
|
|
keywords:
|
2018-09-14 13:33:23 +02:00
|
|
|
- validate-modules
|
2018-09-17 09:56:44 +02:00
|
|
|
test/sanity/validate-modules/schema.py:
|
|
|
|
notified:
|
|
|
|
- gundalow
|
|
|
|
- sivel
|
|
|
|
test/sanity/validate-modules/main.py:
|
|
|
|
notified:
|
|
|
|
- gundalow
|
|
|
|
- sivel
|
2017-09-01 17:10:37 +02:00
|
|
|
docs/:
|
2018-07-31 01:03:50 +02:00
|
|
|
maintainers:
|
|
|
|
- acozine
|
2018-02-23 21:17:19 +01:00
|
|
|
docs/docsite/rst/network/:
|
2018-02-24 23:19:03 +01:00
|
|
|
labels: networking
|
2018-02-23 21:17:19 +01:00
|
|
|
maintainers:
|
2018-07-31 01:03:50 +02:00
|
|
|
- samccann
|
2018-02-23 21:17:19 +01:00
|
|
|
- gundalow
|
2018-09-24 16:55:29 +02:00
|
|
|
docs/docsite/rst/scenario_guides/guide_aci.rst: *aci
|
|
|
|
docs/docsite/rst/dev_guide/developing_modules_general_aci.rst: *aci
|
2018-09-14 13:33:23 +02:00
|
|
|
###############################
|
|
|
|
# 'test' is a component path, then 'test' label will be automatically added
|
2018-02-10 08:19:26 +01:00
|
|
|
test/runner/:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2018-02-10 08:19:26 +01:00
|
|
|
test/sanity/:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2018-02-10 08:19:26 +01:00
|
|
|
test/utils/shippable/:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2018-09-24 16:55:29 +02:00
|
|
|
test/integration/targets/aci: *aci
|
|
|
|
test/integration/targets/meraki: *meraki
|
2017-11-02 13:15:20 +01:00
|
|
|
test/integration/targets/nxos:
|
|
|
|
maintainers: $team_nxos
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- networking
|
2018-08-13 08:18:29 +02:00
|
|
|
test/integration/targets/setup_acme:
|
2018-08-19 04:31:04 +02:00
|
|
|
maintainers: resmo felixfontein
|
2017-12-05 20:29:12 +01:00
|
|
|
test/integration/targets/setup_zabbix:
|
|
|
|
maintainers: eikef D3DeFi
|
2018-06-29 15:47:55 +02:00
|
|
|
test/integration/targets/ucs:
|
|
|
|
maintainers: $team_ucs
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- remote_management
|
|
|
|
test/legacy/:
|
|
|
|
notified: mattclay
|
2018-09-25 17:39:49 +02:00
|
|
|
test/legacy/scaleway:
|
|
|
|
<<: *scaleway
|
|
|
|
support: community
|
2017-11-02 13:15:20 +01:00
|
|
|
test/units/modules/network:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
test/units/modules/network/nxos:
|
|
|
|
maintainers: $team_nxos
|
|
|
|
labels:
|
2018-09-14 13:33:23 +02:00
|
|
|
- networking
|
2017-12-05 01:25:04 +01:00
|
|
|
test/sanity/pep8/legacy-files.txt:
|
2018-09-14 13:33:23 +02:00
|
|
|
notified: mattclay
|
2018-02-10 08:19:26 +01:00
|
|
|
hacking/report.py:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2018-02-10 08:19:26 +01:00
|
|
|
shippable.yml:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2018-02-10 08:19:26 +01:00
|
|
|
tox.ini:
|
2018-09-12 07:43:28 +02:00
|
|
|
notified: mattclay
|
2017-08-02 04:06:39 +02:00
|
|
|
macros:
|
2017-07-31 13:44:27 +02:00
|
|
|
module_utils: lib/ansible/module_utils
|
2017-07-11 20:47:26 +02:00
|
|
|
modules: lib/ansible/modules
|
2017-12-15 17:16:05 +01:00
|
|
|
team_aci: brunocalogero dagwieers jmcgill298 schunduri
|
2017-07-11 20:47:26 +02:00
|
|
|
team_ansible: []
|
|
|
|
team_avi: ericsysmin grastogi23 khaltore
|
2018-01-16 17:05:49 +01:00
|
|
|
team_azure: haroldwongms nitzmahone trstringer yuwzho xscript zikalino
|
2018-03-06 19:00:05 +01:00
|
|
|
team_cloudstack: resmo dpassante
|
2018-08-09 06:11:07 +02:00
|
|
|
team_cumulus: isharacomix jrrivers
|
2018-01-23 17:04:57 +01:00
|
|
|
team_cyberark_conjur: jvanderhoof ryanprior
|
2018-04-11 13:59:34 +02:00
|
|
|
team_extreme: bigmstone LindsayHill
|
2018-07-04 17:31:03 +02:00
|
|
|
team_ipa: Nosmoht Akasurde fxfitz
|
2018-08-10 22:36:09 +02:00
|
|
|
team_jboss: jairojunior wbrefvem Wolfant
|
2017-09-25 18:38:38 +02:00
|
|
|
team_manageiq: gtanzillo abellotti zgalor yaacov cben
|
2018-02-26 01:14:07 +01:00
|
|
|
team_meraki: dagwieers kbreit
|
2018-05-24 04:03:02 +02:00
|
|
|
team_netapp: hulquest lmprice ndswartz amit0701 schmots1 carchi8py
|
2017-07-11 20:47:26 +02:00
|
|
|
team_netscaler: chiradeep giorgos-nikolopoulos
|
2018-08-09 06:11:07 +02:00
|
|
|
team_netvisor: Qalthos amitsi
|
2018-09-17 09:54:06 +02:00
|
|
|
team_networking: Qalthos ganeshrn rcarrillocruz trishnaguha gdpak justjais NilashishC
|
2018-03-01 00:09:42 +01:00
|
|
|
team_nso: cmoberg cnasten tbjurman
|
2018-08-09 06:11:07 +02:00
|
|
|
team_nxos: mikewiebe rahushen rcarrillocruz trishnaguha tstoner
|
2018-01-11 23:21:17 +01:00
|
|
|
team_onyx: samerd
|
2018-05-11 07:38:15 +02:00
|
|
|
team_openstack: emonty omgjlk juliakreger rcarrillocruz shrews thingee dagnello
|
2018-08-09 06:11:07 +02:00
|
|
|
team_openswitch: Qalthos gdpak
|
2018-09-28 16:08:23 +02:00
|
|
|
team_purestorage: sdodsley
|
2017-09-19 02:03:32 +02:00
|
|
|
team_rabbitmq: chrishoffman manuel-sousa hyperized
|
2018-09-20 14:38:10 +02:00
|
|
|
team_redfish: jose-delarosa mraineri tomasg2012 billdodd
|
2017-07-11 20:47:26 +02:00
|
|
|
team_rhn: alikins barnabycourt flossware vritant
|
2018-10-01 11:12:50 +02:00
|
|
|
team_scaleway: sieben hekonsek Spredzy abarbare anthony25 pilou-
|
2018-03-01 16:37:28 +01:00
|
|
|
team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding
|
2018-08-23 14:59:13 +02:00
|
|
|
team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb dagwieers
|
2018-05-17 01:51:55 +02:00
|
|
|
team_vmware: Akasurde dav1x warthog9
|
2018-07-18 17:30:35 +02:00
|
|
|
team_vultr: resmo Spredzy
|
2018-01-03 20:08:46 +01:00
|
|
|
team_windows: dagwieers jborean93 jhawkesworth nitzmahone
|
|
|
|
team_windows_core: nitzmahone jborean93
|