2017-07-11 20:47:26 +02:00
|
|
|
# BOTMETA V2.0
|
|
|
|
#
|
|
|
|
# Data used by ansibot to indentify who works on each file in the repo.
|
|
|
|
# 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
|
|
|
|
# support - used for files without internal metadata
|
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-09-07 13:39:32 +02:00
|
|
|
automerge: True
|
2017-08-02 04:06:39 +02:00
|
|
|
files:
|
2017-08-29 21:34:39 +02:00
|
|
|
.github/BOTMETA.yml:
|
|
|
|
labels:
|
|
|
|
- botmeta
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/:
|
|
|
|
notify:
|
|
|
|
- willthames
|
|
|
|
$modules/cloud/amazon/aws_api_gateway.py: mikedlr willthames
|
2017-08-23 17:57:15 +02:00
|
|
|
$modules/cloud/amazon/aws_direct_connect_connection.py: s-hertel
|
2017-08-23 00:26:52 +02:00
|
|
|
$modules/cloud/amazon/aws_direct_connect_link_aggregation_group.py: s-hertel
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/aws_kms.py: willthames
|
2017-08-23 21:10:38 +02:00
|
|
|
$modules/cloud/amazon/aws_waf_facts.py: willthames
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/cloudformation.py: jsmartin ryansb tedder
|
|
|
|
$modules/cloud/amazon/cloudformation_facts.py: jmenga
|
|
|
|
$modules/cloud/amazon/cloudfront_facts.py: willthames wilvk
|
|
|
|
$modules/cloud/amazon/cloudtrail.py: $team_ansible shepdelacreme tedder
|
|
|
|
$modules/cloud/amazon/cloudwatchevent_rule.py: jsdalton
|
|
|
|
$modules/cloud/amazon/dynamodb_table.py: loia
|
|
|
|
$modules/cloud/amazon/dynamodb_ttl.py: tedder
|
|
|
|
$modules/cloud/amazon/ec2.py: $team_ansible lwade tgerla
|
|
|
|
$modules/cloud/amazon/ec2_ami.py: Constantin07 gunzy83 scicoin-project willthames
|
|
|
|
$modules/cloud/amazon/ec2_ami_copy.py: amir343
|
|
|
|
$modules/cloud/amazon/ec2_ami_find.py: tombamford
|
2017-09-18 18:28:16 +02:00
|
|
|
$modules/cloud/amazon/ec2_asg.py: $team_ansible garethr s-hertel ryansb
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/ec2_asg_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_customer_gateway.py: MichaelBaydoun michaelbaydoun
|
|
|
|
$modules/cloud/amazon/ec2_eip.py: rickmendes
|
|
|
|
$modules/cloud/amazon/ec2_elb.py: jarv
|
|
|
|
$modules/cloud/amazon/ec2_elb_lb.py: jsdalton
|
|
|
|
$modules/cloud/amazon/ec2_eni.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_eni_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_facts.py: roadmapper silviud
|
|
|
|
$modules/cloud/amazon/ec2_group.py: adq $team_ansible
|
|
|
|
$modules/cloud/amazon/ec2_group_facts.py: Sodki willthames
|
|
|
|
$modules/cloud/amazon/ec2_instance_facts.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_key.py: $team_ansible zbal
|
|
|
|
$modules/cloud/amazon/ec2_lc.py: $team_ansible garethr
|
|
|
|
$modules/cloud/amazon/ec2_lc_facts.py: psykotox willthames
|
|
|
|
$modules/cloud/amazon/ec2_lc_find.py: fiunchinho
|
|
|
|
$modules/cloud/amazon/ec2_metric_alarm.py: $team_ansible zeekin
|
|
|
|
$modules/cloud/amazon/ec2_scaling_policy.py: zeekin
|
|
|
|
$modules/cloud/amazon/ec2_snapshot.py: willthames
|
|
|
|
$modules/cloud/amazon/ec2_snapshot_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_tag.py: $team_ansible lwade
|
|
|
|
$modules/cloud/amazon/ec2_vol.py: $team_ansible lwade
|
|
|
|
$modules/cloud/amazon/ec2_vol_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_vpc_dhcp_options.py: joelthompson
|
|
|
|
$modules/cloud/amazon/ec2_vpc_dhcp_options_facts.py: naslanidis
|
|
|
|
$modules/cloud/amazon/ec2_vpc_endpoint.py: Etherdaemon willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_endpoint_facts.py: Etherdaemon willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_igw.py:
|
|
|
|
ignored: erydo
|
|
|
|
maintainers: willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_igw_facts.py: naslanidis willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_nacl.py: mmochan
|
|
|
|
$modules/cloud/amazon/ec2_vpc_nacl_facts.py: brandond
|
|
|
|
$modules/cloud/amazon/ec2_vpc_nat_gateway.py: Etherdaemon jonhadfield linuxdynasty
|
|
|
|
$modules/cloud/amazon/ec2_vpc_nat_gateway_facts.py: Etherdaemon willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_net.py: $team_ansible defionscode
|
|
|
|
$modules/cloud/amazon/ec2_vpc_net_facts.py: whiter wimnat
|
|
|
|
$modules/cloud/amazon/ec2_vpc_peer.py: mmochan
|
|
|
|
$modules/cloud/amazon/ec2_vpc_peering_facts.py: Etherdaemon willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_route_table.py:
|
|
|
|
ignored: erydo
|
|
|
|
maintainers: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_vpc_route_table_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_vpc_subnet.py:
|
|
|
|
ignored: erydo
|
|
|
|
maintainers: brandond willthames
|
|
|
|
$modules/cloud/amazon/ec2_vpc_subnet_facts.py: wimnat
|
|
|
|
$modules/cloud/amazon/ec2_vpc_vgw.py: naslanidis
|
|
|
|
$modules/cloud/amazon/ec2_vpc_vgw_facts.py: naslanidis willthames
|
|
|
|
$modules/cloud/amazon/ec2_win_password.py: rickmendes
|
|
|
|
$modules/cloud/amazon/ecs_cluster.py: simplesteph
|
|
|
|
$modules/cloud/amazon/ecs_ecr.py: leedm777 willthames
|
|
|
|
$modules/cloud/amazon/ecs_service_facts.py: java1guy kaczynskid simplesteph
|
|
|
|
$modules/cloud/amazon/ecs_task.py: simplesteph
|
|
|
|
$modules/cloud/amazon/ecs_taskdefinition.py: simplesteph
|
|
|
|
$modules/cloud/amazon/efs.py: akazakov ryansydnor
|
|
|
|
$modules/cloud/amazon/efs_facts.py: ryansydnor
|
|
|
|
$modules/cloud/amazon/elasticache.py: alachaum jsdalton
|
|
|
|
$modules/cloud/amazon/elasticache_parameter_group.py: s-hertel
|
|
|
|
$modules/cloud/amazon/elasticache_snapshot.py: s-hertel
|
|
|
|
$modules/cloud/amazon/elasticache_subnet_group.py: timmahoney
|
|
|
|
$modules/cloud/amazon/elb_application_lb.py: wimnat
|
|
|
|
$modules/cloud/amazon/elb_target_group.py: wimnat
|
|
|
|
$modules/cloud/amazon/elb_target_group_facts.py: willthames wimnat
|
|
|
|
$modules/cloud/amazon/execute_lambda.py: ryansb
|
2017-07-26 22:30:59 +02:00
|
|
|
$modules/cloud/amazon/iam.py:
|
|
|
|
ignored: seiffert
|
|
|
|
maintainers: $team_ansible defionscode
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/amazon/iam_cert.py: $team_ansible
|
|
|
|
$modules/cloud/amazon/iam_cert_facts.py: Lujeni willthames
|
|
|
|
$modules/cloud/amazon/iam_group.py: willthames
|
|
|
|
$modules/cloud/amazon/iam_managed_policy.py: dkhenry willthames
|
|
|
|
$modules/cloud/amazon/iam_mfa_device_facts.py: pwnall
|
|
|
|
$modules/cloud/amazon/iam_policy.py: $team_ansible defionscode
|
|
|
|
$modules/cloud/amazon/iam_role.py: wimnat
|
|
|
|
$modules/cloud/amazon/iam_server_certificate_facts.py: linuxdynasty
|
|
|
|
$modules/cloud/amazon/kinesis_stream.py: linuxdynasty
|
|
|
|
$modules/cloud/amazon/lambda.py: steynovich
|
|
|
|
$modules/cloud/amazon/lambda_facts.py: pjodouin
|
|
|
|
$modules/cloud/amazon/lightsail.py: nickball willthames
|
|
|
|
$modules/cloud/amazon/rds_param_group.py: scottanderson42 tastychutney
|
|
|
|
$modules/cloud/amazon/rds_subnet_group.py: scottanderson42 tastychutney
|
|
|
|
$modules/cloud/amazon/redshift.py: j-carl
|
|
|
|
$modules/cloud/amazon/redshift_subnet_group.py: j-carl
|
|
|
|
$modules/cloud/amazon/route53.py: bpennypacker
|
|
|
|
$modules/cloud/amazon/route53_facts.py: Etherdaemon
|
|
|
|
$modules/cloud/amazon/route53_health_check.py: willthames zimbatm
|
|
|
|
$modules/cloud/amazon/route53_zone.py: minichate
|
|
|
|
$modules/cloud/amazon/s3.py: $team_ansible lwade
|
|
|
|
$modules/cloud/amazon/s3_bucket.py: wimnat
|
|
|
|
$modules/cloud/amazon/s3_lifecycle.py: wimnat
|
|
|
|
$modules/cloud/amazon/s3_logging.py: wimnat
|
|
|
|
$modules/cloud/amazon/s3_sync.py: tedder
|
|
|
|
$modules/cloud/amazon/s3_website.py: wimnat
|
|
|
|
$modules/cloud/amazon/sns.py: mjschultz willthames
|
|
|
|
$modules/cloud/amazon/sqs_queue.py: loia nadirollo nand0p
|
|
|
|
$modules/cloud/amazon/sts_assume_role.py: bekelchik
|
|
|
|
$modules/cloud/amazon/sts_session_token.py: pwnall
|
|
|
|
$modules/cloud/atomic/: krsacme
|
|
|
|
$modules/cloud/azure/azure.py: jwhitbeck
|
|
|
|
$modules/cloud/azure/azure_rm_networkinterface.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_networkinterface_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_publicipaddress.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_publicipaddress_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_resourcegroup.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_resourcegroup_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_securitygroup.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_securitygroup_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_storageaccount.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_storageaccount_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_storageblob.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_subnet.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_virtualmachine.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_virtualmachineimage_facts.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_virtualnetwork.py: $team_azure
|
|
|
|
$modules/cloud/azure/azure_rm_virtualnetwork_facts.py: $team_azure
|
|
|
|
$modules/cloud/centurylink/: clc-runner
|
|
|
|
$modules/cloud/cloudscale/cloudscale_server.py: gaudenz
|
|
|
|
$modules/cloud/cloudstack/: resmo
|
2017-09-07 14:50:08 +02:00
|
|
|
$modules/cloud/digital_ocean/: BondAnthony
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/digital_ocean/digital_ocean.py: alukovenko zbal
|
|
|
|
$modules/cloud/digital_ocean/digital_ocean_domain.py: alukovenko mgregson
|
|
|
|
$modules/cloud/digital_ocean/digital_ocean_sshkey.py: alukovenko mgregson
|
|
|
|
$modules/cloud/digital_ocean/digital_ocean_tag.py: kontrafiktion
|
|
|
|
$modules/cloud/dimensiondata/dimensiondata_network.py: aimonb tintoy
|
2017-09-20 16:41:06 +02:00
|
|
|
$modules/cloud/docker/docker_container.py:
|
|
|
|
ignored: ThomasSteinbach
|
|
|
|
maintainers: $team_ansible cove dusdanig jctanner kassiansun softzilla zfil
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/docker/docker_image.py: $team_ansible jctanner softzilla
|
|
|
|
$modules/cloud/docker/docker_image_facts.py: $team_ansible jctanner
|
|
|
|
$modules/cloud/docker/docker_login.py: jctanner olsaki
|
|
|
|
$modules/cloud/docker/docker_network.py: keitwb olsaki
|
|
|
|
$modules/cloud/docker/docker_secret.py:
|
|
|
|
$modules/cloud/docker/docker_service.py: $team_ansible
|
|
|
|
$modules/cloud/google/gc_storage.py: supertom
|
|
|
|
$modules/cloud/google/gcdns_record.py: walbert947
|
|
|
|
$modules/cloud/google/gcdns_zone.py: walbert947
|
|
|
|
$modules/cloud/google/gce_eip.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gce_img.py: supertom
|
|
|
|
$modules/cloud/google/gce_instance_template.py: GwenaelPellenArkeup erjohnso
|
2017-07-25 15:32:54 +02:00
|
|
|
$modules/cloud/google/gce_labels.py: erjohnso
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/google/gce_lb.py: erjohnso
|
|
|
|
$modules/cloud/google/gce_mig.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gce_pd.py: erjohnso
|
|
|
|
$modules/cloud/google/gce_snapshot.py: erjohnso robwagner33
|
|
|
|
$modules/cloud/google/gce_tag.py: supertom
|
|
|
|
$modules/cloud/google/gcp_backend_service.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcp_forwarding_rule.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcp_healthcheck.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcp_target_proxy.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcp_url_map.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcpubsub.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcpubsub_facts.py: erjohnso supertom
|
|
|
|
$modules/cloud/google/gcspanner.py: supertom
|
|
|
|
$modules/cloud/linode/linode.py: intheclouddan rwaweber zbal
|
|
|
|
$modules/cloud/lxc/lxc_container.py: cloudnull
|
|
|
|
$modules/cloud/lxd/: hnakamur
|
|
|
|
$modules/cloud/misc/helm.py: flaper87
|
|
|
|
$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/proxmox.py: UnderGreen
|
|
|
|
$modules/cloud/misc/proxmox_kvm.py: helldorado
|
|
|
|
$modules/cloud/misc/proxmox_template.py: UnderGreen
|
|
|
|
$modules/cloud/misc/rhevm.py: TimothyVandenbrande
|
|
|
|
$modules/cloud/misc/serverless.py: ryansb
|
|
|
|
$modules/cloud/misc/virt.py: $team_ansible
|
|
|
|
$modules/cloud/misc/virt_net.py: drybjed
|
|
|
|
$modules/cloud/misc/virt_pool.py: drybjed
|
|
|
|
$modules/cloud/misc/xenserver_facts.py: andyhky
|
2017-08-14 16:20:36 +02:00
|
|
|
$modules/cloud/openstack/: $team_openstack
|
|
|
|
$modules/cloud/openstack/os_keystone_service.py: $team_openstack SamYaple
|
|
|
|
$modules/cloud/openstack/os_project.py: $team_openstack agireud
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/ovh/ovh_ip_loadbalancing_backend.py: pascalheraud
|
2017-09-26 14:10:35 +02:00
|
|
|
$modules/cloud/ovirt/: machacekondra mwperina
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/packet/:
|
|
|
|
$modules/cloud/profitbricks/: baldwinSPC
|
|
|
|
$modules/cloud/pubnub/pubnub_blocks.py: parfeon pubnub
|
|
|
|
$modules/cloud/rackspace/rax_cdb.py: jails
|
|
|
|
$modules/cloud/rackspace/rax_cdb_database.py: jails
|
|
|
|
$modules/cloud/rackspace/rax_cdb_user.py: jails
|
|
|
|
$modules/cloud/rackspace/rax_clb_nodes.py: neuroid
|
|
|
|
$modules/cloud/rackspace/rax_clb_ssl.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_dns.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_dns_record.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_facts.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_files.py: angstwad sivel
|
|
|
|
$modules/cloud/rackspace/rax_files_objects.py: angstwad sivel
|
|
|
|
$modules/cloud/rackspace/rax_keypair.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_meta.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_mon_alarm.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_mon_check.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_mon_entity.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_mon_notification.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_mon_notification_plan.py: smashwilson
|
|
|
|
$modules/cloud/rackspace/rax_scaling_group.py: sivel
|
|
|
|
$modules/cloud/rackspace/rax_scaling_policy.py: sivel
|
|
|
|
$modules/cloud/smartos/imgadm.py: jasperla
|
|
|
|
$modules/cloud/smartos/smartos_image_facts.py: xen0l
|
|
|
|
$modules/cloud/smartos/vmadm.py: jasperla
|
|
|
|
$modules/cloud/softlayer/sl_vm.py: mcltn
|
|
|
|
$modules/cloud/univention/: 2-B
|
2017-07-18 16:32:53 +02:00
|
|
|
$modules/cloud/vmware/: $team_vmware
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/vmware/vca_fw.py: privateip
|
|
|
|
$modules/cloud/vmware/vca_nat.py: privateip
|
|
|
|
$modules/cloud/vmware/vca_vapp.py: privateip
|
|
|
|
$modules/cloud/vmware/vmware_cluster.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_datacenter.py: $team_ansible jcpowermac kamsz
|
|
|
|
$modules/cloud/vmware/vmware_dns_config.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_dvs_host.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_dvs_portgroup.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_dvswitch.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_guest.py: $team_vmware
|
|
|
|
$modules/cloud/vmware/vmware_guest_facts.py: nerzhul
|
|
|
|
$modules/cloud/vmware/vmware_guest_find.py: $team_vmware
|
2017-09-22 11:12:17 +02:00
|
|
|
$modules/cloud/vmware/vmware_host.py: $team_ansible jcpowermac
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/vmware/vmware_local_user_manager.py: $team_ansible
|
|
|
|
$modules/cloud/vmware/vmware_maintenancemode.py: $team_ansible
|
2017-09-22 11:12:17 +02:00
|
|
|
$modules/cloud/vmware/vmware_migrate_vmk.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_portgroup.py: $team_ansible jcpowermac
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/vmware/vmware_resource_pool.py: dav1x
|
|
|
|
$modules/cloud/vmware/vmware_target_canonical_facts.py: $team_ansible
|
|
|
|
$modules/cloud/vmware/vmware_vm_facts.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_vm_shell.py: chrrrles ritzk
|
|
|
|
$modules/cloud/vmware/vmware_vm_vss_dvs_migrate.py: $team_ansible jcpowermac
|
2017-09-22 11:12:17 +02:00
|
|
|
$modules/cloud/vmware/vmware_vmkernel.py: $team_ansible jcpowermac
|
|
|
|
$modules/cloud/vmware/vmware_vmkernel_ip_config.py: $team_ansible jcpowermac
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/vmware/vmware_vmotion.py: $team_ansible bedecarroll
|
2017-09-22 11:12:17 +02:00
|
|
|
$modules/cloud/vmware/vmware_vsan_cluster.py: $team_ansible
|
|
|
|
$modules/cloud/vmware/vmware_vswitch.py: akasurde jcpowermac
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/cloud/vmware/vsphere_copy.py: dagwieers
|
|
|
|
$modules/cloud/vmware/vsphere_guest.py: $team_ansible rhoop
|
|
|
|
$modules/cloud/webfaction/: quentinsf
|
|
|
|
$modules/clustering/consul.py: sgargan
|
|
|
|
$modules/clustering/consul_acl.py: sgargan
|
|
|
|
$modules/clustering/consul_kv.py: sgargan
|
|
|
|
$modules/clustering/consul_session.py: sgargan
|
|
|
|
$modules/clustering/kubernetes.py: erjohnso supertom
|
|
|
|
$modules/clustering/pacemaker_cluster.py:
|
|
|
|
$modules/clustering/znode.py: treyperry
|
|
|
|
$modules/commands/command.py: $team_ansible
|
|
|
|
$modules/commands/expect.py: sivel
|
|
|
|
$modules/commands/raw.py: $team_ansible
|
|
|
|
$modules/commands/script.py: $team_ansible
|
|
|
|
$modules/commands/shell.py: $team_ansible
|
|
|
|
$modules/crypto/: Spredzy
|
|
|
|
$modules/database/influxdb/: kamsz
|
|
|
|
$modules/database/misc/elasticsearch_plugin.py: ThePixelDeveloper
|
|
|
|
$modules/database/misc/kibana_plugin.py: barryib
|
|
|
|
$modules/database/misc/redis.py: slok
|
|
|
|
$modules/database/misc/riak.py: drewkerrigan jsmartin
|
|
|
|
$modules/database/mongodb/mongodb_parameter.py: nerzhul
|
2017-07-14 12:16:26 +02:00
|
|
|
$modules/database/mongodb/mongodb_user.py: lujeni
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/database/mssql/mssql_db.py: Jmainguy vedit
|
|
|
|
$modules/database/mysql/mysql_db.py: $team_ansible
|
|
|
|
$modules/database/mysql/mysql_replication.py: banyek
|
|
|
|
$modules/database/mysql/mysql_user.py: Jmainguy
|
|
|
|
$modules/database/mysql/mysql_variables.py: banyek
|
|
|
|
$modules/database/postgresql/postgresql_db.py: $team_ansible matburt
|
|
|
|
$modules/database/postgresql/postgresql_ext.py: dschep matburt
|
|
|
|
$modules/database/postgresql/postgresql_lang.py: jensdepuydt matburt
|
|
|
|
$modules/database/postgresql/postgresql_privs.py: b6d matburt
|
|
|
|
$modules/database/postgresql/postgresql_schema.py:
|
|
|
|
$modules/database/postgresql/postgresql_user.py: $team_ansible matburt nerzhul
|
|
|
|
$modules/database/proxysql/: bmildren
|
|
|
|
$modules/database/vertica/: dareko
|
|
|
|
$modules/files/acl.py: $team_ansible astorije bcoca
|
|
|
|
$modules/files/archive.py: bendoh
|
|
|
|
$modules/files/assemble.py: $team_ansible sfromm
|
|
|
|
$modules/files/blockinfile.py: yaegashi
|
|
|
|
$modules/files/copy.py: $team_ansible
|
|
|
|
$modules/files/fetch.py: $team_ansible
|
|
|
|
$modules/files/file.py: $team_ansible
|
|
|
|
$modules/files/find.py: $team_ansible
|
|
|
|
$modules/files/iso_extract.py: dagwieers jhoekx ribbons
|
|
|
|
$modules/files/lineinfile.py: ahtik $team_ansible dhozac
|
|
|
|
$modules/files/replace.py: EvanK
|
|
|
|
$modules/files/stat.py: bpennypacker
|
|
|
|
$modules/files/synchronize.py: $team_ansible tima
|
|
|
|
$modules/files/tempfile.py:
|
|
|
|
$modules/files/template.py: $team_ansible
|
|
|
|
$modules/files/unarchive.py: dagwieers pileofrogs
|
|
|
|
$modules/files/xattr.py: $team_ansible bcoca
|
2017-08-20 03:56:31 +02:00
|
|
|
$modules/files/xml.py:
|
|
|
|
ignored: magnus919
|
|
|
|
maintainers: tbielawa dagwieers sm4rk0 cmprescott
|
2017-09-21 09:12:58 +02:00
|
|
|
$modules/identity/ipa/:
|
|
|
|
maintainers: $team_ipa
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/identity/opendj/opendj_backendprop.py: dj-wasabi
|
|
|
|
$modules/inventory/add_host.py: $team_ansible
|
|
|
|
$modules/inventory/group_by.py: $team_ansible jhoekx
|
|
|
|
$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/airbrake_deployment.py: bpennypacker
|
|
|
|
$modules/monitoring/bigpanda.py: hkariti
|
|
|
|
$modules/monitoring/boundary_meter.py: ccollicutt
|
|
|
|
$modules/monitoring/circonus_annotation.py: NickatEpic
|
|
|
|
$modules/monitoring/datadog_event.py:
|
|
|
|
ignored: arturaz
|
|
|
|
maintainers: n0ts
|
|
|
|
$modules/monitoring/datadog_monitor.py: skornehl
|
|
|
|
$modules/monitoring/honeybadger_deployment.py: stympy
|
|
|
|
$modules/monitoring/icinga2_feature.py: nerzhul
|
|
|
|
$modules/monitoring/librato_annotation.py: sedward
|
|
|
|
$modules/monitoring/logentries.py: ivanvanderbyl
|
|
|
|
$modules/monitoring/logicmonitor.py: ethanculler woz5999
|
|
|
|
$modules/monitoring/logstash_plugin.py: nerzhul
|
|
|
|
$modules/monitoring/monit.py: brian-brazil dstoflet
|
|
|
|
$modules/monitoring/nagios.py: tbielawa
|
|
|
|
$modules/monitoring/newrelic_deployment.py: mcodd
|
|
|
|
$modules/monitoring/pagerduty_alert.py:
|
|
|
|
$modules/monitoring/pingdom.py: thaumos
|
|
|
|
$modules/monitoring/rollbar_deployment.py: kavu
|
|
|
|
$modules/monitoring/sensu_check.py: andsens
|
|
|
|
$modules/monitoring/sensu_silence.py: smbambling
|
|
|
|
$modules/monitoring/sensu_subscription.py: andsens
|
|
|
|
$modules/monitoring/stackdriver.py: bwhaley
|
|
|
|
$modules/monitoring/statusio_maintenance.py: bhcopeland
|
|
|
|
$modules/monitoring/uptimerobot.py: nate-kingsley
|
|
|
|
$modules/monitoring/zabbix_group.py: cove eikef harrisongu
|
2017-08-30 23:21:40 +02:00
|
|
|
$modules/monitoring/zabbix_host.py: cove eikef harrisongu D3DeFi
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/monitoring/zabbix_hostmacro.py: cave eikef
|
|
|
|
$modules/monitoring/zabbix_maintenance.py: abulimov eikef
|
|
|
|
$modules/monitoring/zabbix_screen.py: cove eikef harrisongu
|
|
|
|
$modules/net_tools/basics/get_url.py: jpmens
|
|
|
|
$modules/net_tools/basics/slurp.py: $team_ansible
|
|
|
|
$modules/net_tools/basics/uri.py: $team_ansible
|
|
|
|
$modules/net_tools/cloudflare_dns.py: mgruener
|
|
|
|
$modules/net_tools/dnsimple.py: drcapulet
|
|
|
|
$modules/net_tools/dnsmadeeasy.py: briceburg
|
|
|
|
$modules/net_tools/exoscale/: resmo
|
|
|
|
$modules/net_tools/haproxy.py: ravibhure
|
|
|
|
$modules/net_tools/ipify_facts.py: resmo
|
|
|
|
$modules/net_tools/ipinfoio_facts.py: akostyuk
|
|
|
|
$modules/net_tools/ldap/: jtyr
|
|
|
|
$modules/net_tools/lldp.py: andyhky
|
|
|
|
$modules/net_tools/nmcli.py: alcamie101
|
|
|
|
$modules/net_tools/nsupdate.py: nerzhul
|
|
|
|
$modules/net_tools/omapi_host.py: nerzhul
|
|
|
|
$modules/net_tools/snmp_facts.py: ogenstad
|
|
|
|
$modules/network/a10/: ericchou1 mischapeters
|
2017-08-11 23:54:53 +02:00
|
|
|
$modules/network/aci/: dagwieers schunduri jmcgill298
|
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
|
|
|
|
$modules/network/asa/: ogenstad
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/avi/: $team_avi
|
|
|
|
$modules/network/bigswitch/: jayakody tedelhourani vuile
|
|
|
|
$modules/network/citrix/netscaler.py: $team_ansible
|
|
|
|
$modules/network/cloudengine/: QijunPan
|
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
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/eos/: privateip trishnaguha
|
2017-09-20 11:19:06 +02:00
|
|
|
$modules/network/f5/:
|
|
|
|
ignored: Etienne-Carriere mhite mryanlam perzizzle srvg wojtek0806
|
|
|
|
maintainers: caphrim007
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/fortios/: bjolivot
|
|
|
|
$modules/network/illumos/: xen0l
|
|
|
|
$modules/network/interface/: $team_networking
|
|
|
|
$modules/network/ios/: privateip rcarrillocruz
|
|
|
|
$modules/network/iosxr/: privateip rcarrillocruz
|
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
|
2017-09-12 17:13:12 +02:00
|
|
|
$modules/network/lenovo/: dkasberg amuraleedhar
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/netconf/netconf_config.py: ganeshrn lpenz userlerueda
|
|
|
|
$modules/network/netscaler/: $team_netscaler
|
|
|
|
$modules/network/netvisor/: $team_netvisor
|
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-08-01 19:02:23 +02:00
|
|
|
$modules/network/openvswitch/:
|
2017-07-11 20:47:26 +02:00
|
|
|
ignored: stygstra
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: $team_networking
|
|
|
|
$modules/network/ordnance/: alexanderturner djh00t
|
|
|
|
$modules/network/ovs/:
|
2017-07-11 20:47:26 +02:00
|
|
|
ignored: stygstra
|
|
|
|
maintainers: privateip rcarrillocruz
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/panos/: ivanbojer jtschichold
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/network/panos/panos_address.py: itdependsnetworks ivanbojer jtschichold
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/protocol/: $team_networking
|
|
|
|
$modules/network/routing/: $team_networking
|
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
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/network/vyos/: Qalthos
|
|
|
|
$modules/notification/bearychat.py: tonyseek
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/notification/campfire.py: fabulops
|
|
|
|
$modules/notification/catapult.py: Jmainguy
|
|
|
|
$modules/notification/cisco_spark.py:
|
|
|
|
$modules/notification/flowdock.py: mcodd
|
|
|
|
$modules/notification/grove.py: zimbatm
|
|
|
|
$modules/notification/hall.py: bkimble
|
|
|
|
$modules/notification/hipchat.py: pb8226 shirou
|
|
|
|
$modules/notification/jabber.py: bcoca
|
|
|
|
$modules/notification/mail.py: dagwieers
|
|
|
|
$modules/notification/mattermost.py: bjolivot
|
|
|
|
$modules/notification/mqtt.py: jpmens
|
|
|
|
$modules/notification/nexmo.py: sivel
|
|
|
|
$modules/notification/osx_say.py: $team_ansible
|
|
|
|
$modules/notification/pushbullet.py: willybarro
|
|
|
|
$modules/notification/pushover.py: weaselkeeper
|
|
|
|
$modules/notification/rocketchat.py:
|
|
|
|
ignored: ramondelafuente
|
|
|
|
maintainers: Deepakkothandan
|
|
|
|
$modules/notification/sendgrid.py: makaimc
|
|
|
|
$modules/notification/slack.py: ramondelafuente
|
|
|
|
$modules/notification/telegram.py: tyouxa
|
|
|
|
$modules/notification/twilio.py: makaimc
|
|
|
|
$modules/notification/typetalk.py: tksmd
|
|
|
|
$modules/packaging/language/bower.py: mwarkentin
|
|
|
|
$modules/packaging/language/bundler.py: thoiberg
|
|
|
|
$modules/packaging/language/cpanm.py:
|
|
|
|
$modules/packaging/language/easy_install.py: mattupstate
|
|
|
|
$modules/packaging/language/gem.py: $team_ansible
|
2017-08-08 18:24:13 +02:00
|
|
|
$modules/packaging/language/maven_artifact.py: chrisisbeef tumbl3w33d
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/language/npm.py:
|
|
|
|
ignored: chrishoffman
|
|
|
|
maintainers: shane-walker
|
|
|
|
$modules/packaging/language/pear.py:
|
2017-07-14 12:15:56 +02:00
|
|
|
$modules/packaging/language/pip.py: lujeni robinro
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/apk.py: kbrebanov tdtrask
|
|
|
|
$modules/packaging/os/apt.py: $team_ansible mgwilliams
|
|
|
|
$modules/packaging/os/apt_key.py: jvantuyl
|
|
|
|
$modules/packaging/os/apt_repository.py: $team_ansible sashka
|
|
|
|
$modules/packaging/os/apt_rpm.py: evgkrsk
|
|
|
|
$modules/packaging/os/dnf.py: DJMuggs berenddeschouwer ignatenkobrain
|
|
|
|
$modules/packaging/os/dpkg_selections.py: brian-brazil
|
|
|
|
$modules/packaging/os/homebrew.py: andrew-d danieljaouen indrajitr
|
|
|
|
$modules/packaging/os/homebrew_cask.py: danieljaouen enriclluelles indrajitr
|
|
|
|
$modules/packaging/os/homebrew_tap.py: danieljaouen indrajitr
|
|
|
|
$modules/packaging/os/layman.py: jirutka
|
|
|
|
$modules/packaging/os/macports.py: jcftang
|
|
|
|
$modules/packaging/os/openbsd_pkg.py: eest
|
|
|
|
$modules/packaging/os/opkg.py: skinp
|
|
|
|
$modules/packaging/os/package.py: $team_ansible
|
|
|
|
$modules/packaging/os/pacman.py: elasticdog indrajitr
|
|
|
|
$modules/packaging/os/pkg5.py: mavit
|
|
|
|
$modules/packaging/os/pkg5_publisher.py: mavit
|
|
|
|
$modules/packaging/os/pkgin.py: L2G jasperla szinck troy2914
|
|
|
|
$modules/packaging/os/pkgng.py:
|
|
|
|
ignored: bleader
|
|
|
|
maintainers: JoergFiedler
|
2017-09-14 02:47:08 +02:00
|
|
|
$modules/packaging/os/pkgutil.py: dermute scathatheworm
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/portage.py:
|
|
|
|
ignored: sayap
|
|
|
|
maintainers: wltjr
|
|
|
|
$modules/packaging/os/portinstall.py: berenddeboer
|
|
|
|
$modules/packaging/os/pulp_repo.py: sysadmind
|
2017-09-22 10:03:28 +02:00
|
|
|
$modules/packaging/os/redhat_subscription.py: alikins kahowell
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/rhn_channel.py: alikins vincentvdk
|
|
|
|
$modules/packaging/os/rhn_register.py: $team_rhn
|
|
|
|
$modules/packaging/os/rpm_key.py: hacosta
|
|
|
|
$modules/packaging/os/slackpkg.py: KimNorgaard
|
|
|
|
$modules/packaging/os/sorcery.py: vaygr
|
|
|
|
$modules/packaging/os/svr4pkg.py: brontitall
|
|
|
|
$modules/packaging/os/swdepot.py: melodous
|
|
|
|
$modules/packaging/os/swupd.py: albertomurillo
|
|
|
|
$modules/packaging/os/urpmi.py: pmakowski
|
2017-09-22 10:04:26 +02:00
|
|
|
$modules/packaging/os/yum.py: $team_ansible berenddeschouwer verm666 mkrizek
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/packaging/os/yum_repository.py: jtyr
|
|
|
|
$modules/packaging/os/zypper.py:
|
|
|
|
ignored: dirtyharrycallahan
|
|
|
|
maintainers: AnderEnder alxgu andytom robinro
|
|
|
|
$modules/packaging/os/zypper_repository.py: matze robinro
|
|
|
|
$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
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/remote_management/stacki/stacki_host.py: bbyhuy bsanders
|
|
|
|
$modules/remote_management/wakeonlan.py: dagwieers
|
|
|
|
$modules/source_control/bzr.py: andreparames
|
|
|
|
$modules/source_control/git.py: $team_ansible robinro
|
|
|
|
$modules/source_control/git_config.py: djmattyg007
|
|
|
|
$modules/source_control/github_deploy_key.py: bincyber
|
|
|
|
$modules/source_control/github_hooks.py: pcgentry
|
|
|
|
$modules/source_control/github_issue.py: akasurde
|
|
|
|
$modules/source_control/github_key.py:
|
|
|
|
ignored: erydo
|
|
|
|
$modules/source_control/github_release.py: adrianmoisey
|
|
|
|
$modules/source_control/gitlab_group.py: dj-wasabi
|
|
|
|
$modules/source_control/gitlab_project.py: dj-wasabi
|
|
|
|
$modules/source_control/gitlab_user.py: dj-wasabi
|
|
|
|
$modules/source_control/hg.py: yeukhon
|
|
|
|
$modules/source_control/subversion.py: dsummersl
|
|
|
|
$modules/storage/infinidat/: GR360RY vmalloc
|
|
|
|
$modules/storage/netapp/: $team_netapp
|
2017-08-01 19:02:23 +02:00
|
|
|
$modules/storage/purestorage/: sdodsley
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/storage/zfs/zfs.py: johanwiren
|
|
|
|
$modules/storage/zfs/zfs_facts.py: xen0l
|
|
|
|
$modules/storage/zfs/zpool_facts.py: xen0l
|
|
|
|
$modules/system/aix_inittab.py: molekuul
|
|
|
|
$modules/system/aix_lvol.py: adejoux
|
|
|
|
$modules/system/alternatives.py: DavidWittman mulby
|
|
|
|
$modules/system/at.py: $team_ansible
|
|
|
|
$modules/system/authorized_key.py: $team_ansible
|
|
|
|
$modules/system/awall.py: tdtrask
|
|
|
|
$modules/system/beadm.py: xen0l
|
|
|
|
$modules/system/capabilities.py: natefoo
|
|
|
|
$modules/system/cron.py: EvanK dsummersl lberruti
|
|
|
|
$modules/system/cronvar.py: dougluce
|
|
|
|
$modules/system/crypttab.py: groks
|
|
|
|
$modules/system/dconf.py: azaghal
|
|
|
|
$modules/system/debconf.py: bcoca
|
|
|
|
$modules/system/facter.py: $team_ansible
|
|
|
|
$modules/system/filesystem.py: abulimov
|
|
|
|
$modules/system/firewalld.py: maxamillion
|
|
|
|
$modules/system/gconftool2.py: akasurde kevensen
|
|
|
|
$modules/system/getent.py: bcoca
|
|
|
|
$modules/system/gluster_volume.py: rosmo
|
|
|
|
$modules/system/group.py: $team_ansible sfromm
|
|
|
|
$modules/system/iptables.py: LinusU
|
|
|
|
$modules/system/java_cert.py:
|
|
|
|
$modules/system/kernel_blacklist.py: matze
|
|
|
|
$modules/system/known_hosts.py: mcv21
|
|
|
|
$modules/system/locale_gen.py: AugustusKling
|
|
|
|
$modules/system/lvg.py: abulimov
|
|
|
|
$modules/system/lvol.py: abulimov jhoekx
|
|
|
|
$modules/system/make.py: LinusU
|
|
|
|
$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/open_iscsi.py: srvg
|
|
|
|
$modules/system/openwrt_init.py: agaffney
|
|
|
|
$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/pamd.py: kevensen
|
|
|
|
$modules/system/parted.py: ColOfAbRiX
|
|
|
|
$modules/system/ping.py: $team_ansible
|
|
|
|
$modules/system/puppet.py: emonty nibalizer
|
|
|
|
$modules/system/runit.py: jsumners
|
|
|
|
$modules/system/seboolean.py: $team_ansible sfromm
|
|
|
|
$modules/system/sefcontext.py: dagwieers
|
|
|
|
$modules/system/selinux.py: goozbach
|
|
|
|
$modules/system/selinux_permissive.py: mscherer
|
|
|
|
$modules/system/seport.py: dankeder
|
|
|
|
$modules/system/service.py: $team_ansible
|
2017-09-22 16:21:12 +02:00
|
|
|
$modules/system/setup.py:
|
|
|
|
ignored: david_obrien
|
|
|
|
maintainers: $team_ansible
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/system/solaris_zone.py: pmarkham
|
|
|
|
$modules/system/svc.py: bcoca
|
|
|
|
$modules/system/sysctl.py: akasurde davixx
|
|
|
|
$modules/system/systemd.py: $team_ansible
|
|
|
|
$modules/system/timezone.py: jasperla tmshn
|
|
|
|
$modules/system/ufw.py: ahtik ovcharenko pyykkis
|
|
|
|
$modules/system/user.py: $team_ansible sfromm
|
|
|
|
$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/debug.py: dagwieers
|
|
|
|
$modules/utilities/logic/fail.py: dagwieers
|
|
|
|
$modules/utilities/logic/include.py: $team_ansible
|
|
|
|
$modules/utilities/logic/include_role.py: $team_ansible
|
|
|
|
$modules/utilities/logic/include_vars.py: $team_ansible linuxdynasty
|
|
|
|
$modules/utilities/logic/pause.py: tbielawa
|
|
|
|
$modules/utilities/logic/set_fact.py: dagwieers
|
|
|
|
$modules/utilities/logic/set_stats.py: bcoca
|
|
|
|
$modules/utilities/logic/wait_for.py: AnderEnder gregswift jarv jhoekx
|
|
|
|
$modules/utilities/logic/wait_for_connection.py: dagwieers
|
|
|
|
$modules/web_infrastructure/ansible_tower/: $team_tower
|
|
|
|
$modules/web_infrastructure/apache2_mod_proxy.py: oboukili
|
|
|
|
$modules/web_infrastructure/deploy_helper.py: ramondelafuente
|
|
|
|
$modules/web_infrastructure/django_manage.py: scottanderson42 tastychutney
|
|
|
|
$modules/web_infrastructure/ejabberd_user.py: privateip
|
|
|
|
$modules/web_infrastructure/gunicorn.py: agmezr
|
|
|
|
$modules/web_infrastructure/htpasswd.py: $team_ansible
|
|
|
|
$modules/web_infrastructure/jboss.py: jhoekx
|
|
|
|
$modules/web_infrastructure/jenkins_job.py: sermilrod
|
|
|
|
$modules/web_infrastructure/jenkins_plugin.py: jtyr
|
|
|
|
$modules/web_infrastructure/jenkins_script.py: hogarthj
|
|
|
|
$modules/web_infrastructure/jira.py: Slezhuk tarka
|
|
|
|
$modules/web_infrastructure/letsencrypt.py: mgruener
|
|
|
|
$modules/web_infrastructure/nginx_status_facts.py: resmo
|
|
|
|
$modules/web_infrastructure/rundeck_acl_policy.py:
|
|
|
|
$modules/web_infrastructure/rundeck_project.py: nerzhul
|
|
|
|
$modules/web_infrastructure/supervisorctl.py: inetfuture mattupstate
|
|
|
|
$modules/web_infrastructure/taiga_issue.py: lekum
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/: $team_windows
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/async_status.ps1: $team_windows
|
|
|
|
$modules/windows/async_wrapper.ps1: $team_windows
|
|
|
|
$modules/windows/setup.ps1: $team_ansible
|
|
|
|
$modules/windows/slurp.ps1: $team_ansible
|
2017-07-20 20:09:04 +02:00
|
|
|
$modules/windows/win_acl.ps1:
|
|
|
|
maintainers: schwartzmx trondhindenes
|
|
|
|
ignored: h0nIg
|
|
|
|
$modules/windows/win_acl.py:
|
|
|
|
maintainers: schwartzmx trondhindenes
|
|
|
|
ignored: h0nIg
|
|
|
|
$modules/windows/win_acl_inheritance.ps1:
|
|
|
|
ignored: h0nIg
|
|
|
|
$modules/windows/win_acl_inheritance.py:
|
|
|
|
ignored: h0nIg
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_chocolatey.ps1: elventear nitzmahone petemounce smadam813 trondhindenes
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_chocolatey.py: elventear nitzmahone petemounce smadam813 trondhindenes
|
|
|
|
$modules/windows/win_command.ps1: $team_windows
|
|
|
|
$modules/windows/win_command.py: $team_windows
|
|
|
|
$modules/windows/win_copy.ps1: jhawkesworth
|
|
|
|
$modules/windows/win_copy.py: jhawkesworth
|
|
|
|
$modules/windows/win_defrag.ps1: $team_windows
|
|
|
|
$modules/windows/win_defrag.py: $team_windows
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_disk_image.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_disk_image.py: nitzmahone
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_dns_client.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_dns_client.py: nitzmahone
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_domain.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_domain.py: nitzmahone
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_domain_controller.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_domain_controller.py: nitzmahone
|
2017-07-21 02:42:14 +02:00
|
|
|
$modules/windows/win_domain_group.ps1: jborean93
|
|
|
|
$modules/windows/win_domain_group.py: jborean93
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_domain_membership.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_domain_membership.py: nitzmahone
|
|
|
|
$modules/windows/win_dotnet_ngen.ps1: petemounce
|
|
|
|
$modules/windows/win_dotnet_ngen.py: petemounce
|
|
|
|
$modules/windows/win_dsc.ps1: trondhindenes
|
|
|
|
$modules/windows/win_dsc.py: trondhindenes
|
|
|
|
$modules/windows/win_environment.ps1: jhawkesworth
|
|
|
|
$modules/windows/win_environment.py: jhawkesworth
|
|
|
|
$modules/windows/win_feature.ps1: trondhindenes
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_feature.py: trondhindenes
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_file.ps1: jhawkesworth
|
|
|
|
$modules/windows/win_file.py: jhawkesworth
|
|
|
|
$modules/windows/win_file_version.ps1: SamLiu79
|
|
|
|
$modules/windows/win_file_version.py: SamLiu79
|
|
|
|
$modules/windows/win_find.ps1: jborean93
|
|
|
|
$modules/windows/win_find.py: jborean93
|
|
|
|
$modules/windows/win_firewall.ps1: if-meaton
|
|
|
|
$modules/windows/win_firewall.py: if-meaton
|
|
|
|
$modules/windows/win_firewall_rule.ps1: TimothyVandenbrande ar7z1
|
|
|
|
$modules/windows/win_firewall_rule.py: TimothyVandenbrande ar7z1
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_get_url.ps1: angstwad jhawkesworth
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_get_url.py: angstwad jhawkesworth
|
2017-08-02 04:06:39 +02:00
|
|
|
$modules/windows/win_group_membership.ps1: andrewsaraceni
|
|
|
|
$modules/windows/win_group_membership.py: andrewsaraceni
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_group.ps1: chrishoffman
|
|
|
|
$modules/windows/win_group.py: chrishoffman
|
2017-08-11 00:55:51 +02:00
|
|
|
$modules/windows/win_hotfix.ps1: jborean93
|
|
|
|
$modules/windows/win_hotfix.py: jborean93
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_iis_virtualdirectory.ps1: $team_ansible
|
|
|
|
$modules/windows/win_iis_virtualdirectory.py: $team_ansible
|
|
|
|
$modules/windows/win_iis_webapplication.ps1: $team_windows
|
|
|
|
$modules/windows/win_iis_webapplication.py: $team_windows
|
|
|
|
$modules/windows/win_iis_webapppool.ps1: $team_windows
|
|
|
|
$modules/windows/win_iis_webapppool.py: $team_windows
|
|
|
|
$modules/windows/win_iis_webbinding.ps1: $team_windows
|
|
|
|
$modules/windows/win_iis_webbinding.py: $team_windows
|
|
|
|
$modules/windows/win_iis_website.ps1: $team_windows
|
|
|
|
$modules/windows/win_iis_website.py: $team_windows
|
|
|
|
$modules/windows/win_lineinfile.ps1: brianlloyd
|
|
|
|
$modules/windows/win_lineinfile.py: brianlloyd
|
2017-08-11 00:55:51 +02:00
|
|
|
$modules/windows/win_mapped_drive.ps1: jborean93
|
|
|
|
$modules/windows/win_mapped_drive.py: jborean93
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_msg.ps1: $team_windows
|
|
|
|
$modules/windows/win_msg.py: $team_windows
|
|
|
|
$modules/windows/win_msi.ps1: sivel
|
|
|
|
$modules/windows/win_msi.py: sivel
|
2017-07-14 19:06:59 +02:00
|
|
|
$modules/windows/win_nssm.ps1:
|
|
|
|
maintainers: smadam813
|
|
|
|
ignored: georgefrank h0nIg
|
|
|
|
$modules/windows/win_nssm.py:
|
|
|
|
maintainers: smadam813
|
|
|
|
ignored: georgefrank h0nIg
|
2017-07-20 20:09:04 +02:00
|
|
|
$modules/windows/win_owner.ps1:
|
|
|
|
maintainers: jborean93
|
|
|
|
ignored: h0nIg
|
|
|
|
$modules/windows/win_owner.py:
|
|
|
|
maintainers: jborean93
|
|
|
|
ignored: h0nIg
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_package.ps1: trondhindenes
|
|
|
|
$modules/windows/win_package.py: trondhindenes
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_path.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_path.py: nitzmahone
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_ping.ps1: cchurch nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_ping.py: cchurch nitzmahone
|
|
|
|
$modules/windows/win_psexec.ps1: dagwieers
|
|
|
|
$modules/windows/win_psexec.py: dagwieers
|
|
|
|
$modules/windows/win_psmodule.ps1: $team_windows
|
|
|
|
$modules/windows/win_psmodule.py: $team_windows
|
2017-08-29 00:48:10 +02:00
|
|
|
$modules/windows/win_rabbitmq_plugin.py: ar7z1
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_reboot.py: nitzmahone
|
|
|
|
$modules/windows/win_reg_stat.ps1: jborean93
|
|
|
|
$modules/windows/win_reg_stat.py: jborean93
|
|
|
|
$modules/windows/win_regedit.ps1: joshludwig smadam813
|
|
|
|
$modules/windows/win_regedit.py: joshludwig smadam813
|
|
|
|
$modules/windows/win_region.ps1: jborean93
|
|
|
|
$modules/windows/win_region.py: jborean93
|
|
|
|
$modules/windows/win_regmerge.ps1: jhawkesworth
|
|
|
|
$modules/windows/win_regmerge.py: jhawkesworth
|
|
|
|
$modules/windows/win_robocopy.ps1: blakfeld
|
|
|
|
$modules/windows/win_robocopy.py: blakfeld
|
|
|
|
$modules/windows/win_route.ps1: $team_windows
|
|
|
|
$modules/windows/win_route.py: $team_windows
|
|
|
|
$modules/windows/win_say.ps1: jhawkesworth
|
|
|
|
$modules/windows/win_say.py: jhawkesworth
|
|
|
|
$modules/windows/win_scheduled_task.ps1: petemounce
|
|
|
|
$modules/windows/win_scheduled_task.py: petemounce
|
2017-07-15 16:00:43 +02:00
|
|
|
$modules/windows/win_security_policy.ps1: jborean93 rndmh3ro defionscode
|
|
|
|
$modules/windows/win_security_policy.py: jborean93 rndmh3ro defionscode
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_service.ps1: chrishoffman
|
|
|
|
$modules/windows/win_service.py: chrishoffman
|
2017-07-20 20:09:04 +02:00
|
|
|
$modules/windows/win_share.ps1:
|
|
|
|
maintainers: jborean93 daBONDi
|
|
|
|
ignored: h0nIg
|
|
|
|
$modules/windows/win_share.py:
|
|
|
|
maintainers: jborean93 daBONDi
|
|
|
|
ignored: h0nIg
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_shell.ps1: nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_shell.py: nitzmahone
|
|
|
|
$modules/windows/win_shortcut.ps1: dagwieers
|
|
|
|
$modules/windows/win_shortcut.py: dagwieers
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_stat.ps1: cchurch nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_stat.py: cchurch nitzmahone
|
|
|
|
$modules/windows/win_tempfile.ps1: dagwieers
|
|
|
|
$modules/windows/win_tempfile.py: dagwieers
|
|
|
|
$modules/windows/win_template.py: jhawkesworth
|
|
|
|
$modules/windows/win_timezone.ps1: schwartzmx
|
|
|
|
$modules/windows/win_timezone.py: schwartzmx
|
|
|
|
$modules/windows/win_unzip.ps1: schwartzmx
|
|
|
|
$modules/windows/win_unzip.py: schwartzmx
|
|
|
|
$modules/windows/win_updates.ps1: nitzmahone
|
|
|
|
$modules/windows/win_updates.py: nitzmahone
|
|
|
|
$modules/windows/win_uri.ps1: blakfeld
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_uri.py: blakfeld
|
|
|
|
$modules/windows/win_user.ps1: angstwad cchurch nitzmahone
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_user.py: angstwad cchurch nitzmahone
|
2017-08-11 00:55:51 +02:00
|
|
|
$modules/windows/win_user_right.ps1: jborean93
|
|
|
|
$modules/windows/win_user_right.py: jborean93
|
2017-07-13 00:08:03 +02:00
|
|
|
$modules/windows/win_wakeonlan.ps1: dagwieers
|
|
|
|
$modules/windows/win_wakeonlan.py: dagwieers
|
2017-07-11 20:47:26 +02:00
|
|
|
$modules/windows/win_webpicmd.ps1: petemounce
|
|
|
|
$modules/windows/win_webpicmd.py: petemounce
|
|
|
|
contrib/inventory:
|
|
|
|
keywords:
|
|
|
|
- dynamic inventory script
|
|
|
|
- dynamic inventory
|
|
|
|
- inventory script
|
2017-08-29 21:34:39 +02:00
|
|
|
labels:
|
|
|
|
- "c:inventory/contrib_script"
|
|
|
|
support: community
|
2017-08-02 23:05:32 +02:00
|
|
|
contrib/inventory/linode.py:
|
|
|
|
keywords:
|
|
|
|
- linode dynamic inventory script
|
2017-08-28 18:27:08 +02:00
|
|
|
maintainers: intheclouddan rwaweber zbal
|
2017-08-29 21:34:39 +02:00
|
|
|
labels:
|
|
|
|
- cloud
|
2017-08-14 16:20:36 +02:00
|
|
|
contrib/inventory/openstack.py:
|
|
|
|
keywords:
|
|
|
|
- openstack dynamic inventory script
|
|
|
|
maintainers: $team_openstack
|
|
|
|
labels:
|
|
|
|
- cloud
|
|
|
|
- openstack
|
2017-08-04 01:22:56 +02:00
|
|
|
contrib/inventory/azure_rm.py:
|
|
|
|
keywords:
|
2017-08-17 18:41:14 +02:00
|
|
|
- azure inventory
|
|
|
|
- azure rm inventory
|
2017-08-04 01:22:56 +02:00
|
|
|
- azure azure_rm dynamic inventory script
|
2017-08-29 21:34:39 +02:00
|
|
|
labels:
|
|
|
|
- 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:
|
|
|
|
- aws dynamic inventory
|
|
|
|
- aws inventory
|
|
|
|
- ec2 inventory
|
|
|
|
- ec2 dynamic inventory
|
|
|
|
- ec2.py dynamic inventory script
|
|
|
|
- ec2.py inventory script
|
|
|
|
- ec2.py inventory
|
|
|
|
labels:
|
|
|
|
- cloud
|
|
|
|
- aws
|
|
|
|
notify: ryansb s-hertel willthames
|
2017-08-29 21:34:39 +02:00
|
|
|
contrib/inventory/vmware:
|
|
|
|
keywords:
|
|
|
|
- vmware inventory
|
|
|
|
- vmware dynamic inventory script
|
|
|
|
labels:
|
|
|
|
- cloud
|
|
|
|
- vmware
|
|
|
|
maintainers: $team_vmware
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/inventory:
|
|
|
|
keywords:
|
|
|
|
- core inventory
|
|
|
|
- inventory
|
|
|
|
- inventory parsing
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/a10.py:
|
|
|
|
maintainers: ericchou1 mischapeters
|
|
|
|
labels: networking
|
2017-08-11 23:54:53 +02:00
|
|
|
$module_utils/aci.py:
|
|
|
|
maintainers: dagwieers schunduri jmcgill298
|
|
|
|
labels: networking
|
2017-08-11 23:56:11 +02:00
|
|
|
$module_utils/aireos.py:
|
2017-08-01 19:02:23 +02:00
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
$module_utils/eos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/aruba.py:
|
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
$module_utils/asa.py:
|
|
|
|
maintainers: ogenstad
|
|
|
|
labels: networking
|
|
|
|
$module_utils/avi.py:
|
|
|
|
maintainers: $team_avi
|
|
|
|
labels: networking
|
|
|
|
$module_utils/bigswitch_utils.py:
|
|
|
|
maintainers: jayakody tedelhourani vuile
|
|
|
|
labels: networking
|
|
|
|
$module_utils/cisco_usc.py:
|
|
|
|
maintainers: ragupta-git
|
|
|
|
labels: networking
|
|
|
|
$module_utils/cloudengine.py:
|
|
|
|
maintainers: QijunPan
|
|
|
|
labels: networking
|
|
|
|
$module_utils/cnos_devicerules.py:
|
2017-09-12 17:13:12 +02:00
|
|
|
maintainers: dkasberg amuraleedhar
|
2017-08-01 19:02:23 +02:00
|
|
|
labels: networking
|
|
|
|
$module_utils/cnos_errorcodes.py:
|
2017-09-12 17:13:12 +02:00
|
|
|
maintainers: dkasberg amuraleedhar
|
2017-08-01 19:02:23 +02:00
|
|
|
labels: networking
|
|
|
|
$module_utils/cnos.py:
|
2017-09-12 17:13:12 +02:00
|
|
|
maintainers: dkasberg amuraleedhar
|
2017-08-01 19:02:23 +02:00
|
|
|
labels: networking
|
2017-08-03 11:41:31 +02:00
|
|
|
$module_utils/crypto.py:
|
|
|
|
maintainers: Spredzy
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/dellos:
|
|
|
|
maintainers: skg-net
|
|
|
|
labels: networking
|
|
|
|
$module_utils/f5_utils.py:
|
|
|
|
maintainers: caphrim007
|
|
|
|
labels: networking
|
|
|
|
$module_utils/fortios.py:
|
|
|
|
maintainers: bjolivot
|
|
|
|
labels: networking
|
|
|
|
$module_utils/ios.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/iosxr.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/junos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-08-04 12:54:10 +02:00
|
|
|
$module_utils/manageiq.py:
|
|
|
|
maintainers: $team_manageiq
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/netcfg.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/netconf.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/netcli.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/netscaler.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/network_common.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/network.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
$module_utils/nxos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: 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:
|
|
|
|
- cloud
|
|
|
|
- openstack
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/ordnance.py:
|
|
|
|
maintainers: alexanderturner djh00t
|
|
|
|
labels: networking
|
2017-09-20 16:40:24 +02:00
|
|
|
$module_utils/ovirt.py:
|
|
|
|
maintainers: joshainglis karmab machacekondra
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/sros.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-08-30 17:31:43 +02:00
|
|
|
$module_utils/vmware:
|
|
|
|
maintainers: $team_vmware
|
|
|
|
labels: vmware
|
|
|
|
support: community
|
2017-08-01 19:02:23 +02:00
|
|
|
$module_utils/vyos:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/playbook/handler.py:
|
|
|
|
keywords:
|
|
|
|
- handlers
|
|
|
|
lib/ansible/playbook/role:
|
|
|
|
keywords:
|
|
|
|
- roles path
|
|
|
|
- roles_path
|
|
|
|
- role
|
|
|
|
- role path
|
|
|
|
lib/ansible/playbook/role/include.py:
|
|
|
|
keywords:
|
|
|
|
- include role
|
|
|
|
- include_role
|
|
|
|
- role include
|
|
|
|
lib/ansible/playbook/role/requirement.py:
|
|
|
|
keywords:
|
|
|
|
- role dependencies
|
|
|
|
- role dep
|
|
|
|
- role dependency
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/action/asa:
|
|
|
|
maintainers: ogenstad
|
|
|
|
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:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/ios:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/junos:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/net:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/nxos:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/sros:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/action/vyos:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/cliconf/:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/connection/netconf.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/connection/network_cli.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/connection/persistent.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-07-19 05:36:38 +02:00
|
|
|
lib/ansible/plugins/inventory/openstack.py:
|
|
|
|
maintainers: $team_openstack
|
|
|
|
keywords:
|
|
|
|
- openstack
|
|
|
|
- inventory
|
|
|
|
labels:
|
|
|
|
- cloud
|
|
|
|
- openstack
|
2017-08-01 19:02:23 +02:00
|
|
|
lib/ansible/plugins/netconf/:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/aireos.py:
|
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/aruba.py:
|
|
|
|
maintainers: jmighion
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/asa.py:
|
|
|
|
maintainers: ogenstad
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/dellos10:
|
|
|
|
maintainers: skg-net
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/eos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/ios.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/iosxr.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/junos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/nxos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/sros.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
|
|
|
lib/ansible/plugins/terminal/vyos.py:
|
|
|
|
maintainers: $team_networking
|
|
|
|
labels: networking
|
2017-07-11 20:47:26 +02:00
|
|
|
lib/ansible/template:
|
|
|
|
keywords:
|
|
|
|
- jinja
|
|
|
|
- jinja2
|
|
|
|
test/sanity/validate-modules:
|
|
|
|
keywords:
|
|
|
|
- validate-modules
|
2017-09-01 17:10:37 +02:00
|
|
|
docs/:
|
|
|
|
labels: docs_pull_request
|
|
|
|
notify:
|
|
|
|
- dharmabumstead
|
|
|
|
packaging/:
|
2017-09-11 21:09:40 +02:00
|
|
|
# 'packaging' automatically added to labels
|
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
|
|
|
|
team_ansible: []
|
|
|
|
team_avi: ericsysmin grastogi23 khaltore
|
|
|
|
team_azure: haroldwongms nitzmahone tstringer
|
|
|
|
team_cumulus: isharacomix jrrivers privateip
|
2017-09-25 18:38:38 +02:00
|
|
|
team_manageiq: gtanzillo abellotti zgalor yaacov cben
|
2017-08-17 03:43:30 +02:00
|
|
|
team_netapp: hulquest lmprice broncofan
|
2017-07-11 20:47:26 +02:00
|
|
|
team_netscaler: chiradeep giorgos-nikolopoulos
|
|
|
|
team_netvisor: Qalthos amitsi gundalow privateip
|
|
|
|
team_networking: Qalthos ganeshrn gundalow privateip rcarrillocruz trishnaguha
|
|
|
|
team_nxos: GGabriele jedelman8 mikewiebe privateip rahushen rcarrillocruz trishnaguha
|
2017-08-14 16:20:36 +02:00
|
|
|
team_openstack: emonty j2sol juliakreger rcarrillocruz shrews thingee dagnello
|
|
|
|
team_openswitch: Qalthos gundalow privateip
|
2017-09-19 02:03:32 +02:00
|
|
|
team_rabbitmq: chrishoffman manuel-sousa hyperized
|
2017-07-11 20:47:26 +02:00
|
|
|
team_rhn: alikins barnabycourt flossware vritant
|
|
|
|
team_tower: ghjm jlaska matburt wwitzel3
|
2017-07-18 16:32:53 +02:00
|
|
|
team_vmware: dagwieers dav1x jctanner nerzhul akasurde
|
2017-07-11 20:47:26 +02:00
|
|
|
team_windows: dagwieers jborean93 jhawkesworth
|
2017-09-21 09:12:58 +02:00
|
|
|
team_ipa: Nosmoht akasurde
|