code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
apiVersion: v1
kind: Service
metadata:
name: logstash-view
spec:
selector:
app: logstash-view
ports:
- protocol: TCP
port: 80
targetPort: 8080
---
apiVersion: v1
kind: ConfigMap
metadata:
name: logstash-view
data:
logstash.yml: |
pipeline.workers: 2
pipeline.batch.size: 250
pip... | k8s/logstash-view.yml |
service: ddb2csv-lambda # NOTE: update this with your service name
#app: your-app-name
#tenant: your-tenant-name
# You can pin your service to only deploy with a specific Serverless version
# Check out our docs for more details
# frameworkVersion: "=X.X.X"
provider:
name: aws
runtime: nodejs14.x
memorySize: 51... | Lab13-Dump-DynamoDB-into-CSV-Stored-in-S3/serverless.yml |
TR_services:
-
TR_title: "Support"
icon: "//d1qmdf3vop2l07.cloudfront.net/optimizely-marketer-assets.cloudvent.net/raw/success/support.png"
TR_headline: "High quality answers in no time."
MD_description: |
High quality answers to technical issues or questions about how to use certain features. We have a standard ... | website/success/success.yml |
{% set version = '1.1.9' %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-presenceabsence
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/PresenceAbsence_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archiv... | recipes/r-presenceabsence/meta.yaml |
items:
- uid: '@azure/arm-apimanagement.EmailTemplateUpdateParameters'
name: EmailTemplateUpdateParameters
fullName: EmailTemplateUpdateParameters
children:
- '@azure/arm-apimanagement.EmailTemplateUpdateParameters.body'
- '@azure/arm-apimanagement.EmailTemplateUpdateParameters.description'
... | docs-ref-autogen/@azure/arm-apimanagement/EmailTemplateUpdateParameters.yml |
image: node:10 #default image
stages:
- build
- test
- deploy staging
- deploy production
- production tests
- cache
#Artifacts: Use for stage results that will be passed between stages
# --- usually the output of a build tool
# --- can be used to pass data between stages/jobs
#Caches: For storing projec... | .gitlab-ci.yml |
name: Build OpenWrt
on:
repository_dispatch:
release:
types: published
push:
branches:
- master
paths:
- '.'
# schedule:
# - cron: 0 8 * * 5
watch:
types: started
env:
REPO_URL: https://github.com/yysw/lede.git
REPO_BRANCH: master
FEEDS_CONF: feeds.conf.default
CONFIG_FI... | .github/workflows/build-openwrt.yml |
uid: "com.azure.cosmos.implementation.RMResources"
fullName: "com.azure.cosmos.implementation.RMResources"
name: "RMResources"
nameWithType: "RMResources"
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(j... | preview/docs-ref-autogen/com.azure.cosmos.implementation.RMResources.yml |
label: Tempo Features
description: Statistical descriptors of tempo distribution (mean, stddev, min, max, range) for inter-beat intervals (IBI) measured in seconds or BPM counts (beats per minute). BPM=60/IBI
feature:
source:
BEATS:
param: beats
process:
IBI:
type: diff
inputVec: BEATS.o... | feature_selection_jazz/material/melospy_feature_definition_files/GENERAL_TEMPO.yml |
%YAML 1.2
---
title: Bindings for AXI ETHERNET controller
maintainers:
- <NAME> <<EMAIL>>
properties:
compatible:
OneOf:
- items:
- enum:
- xlnx,axi-ethernet-1.00.a
- xlnx,axi-ethernet-7.1
- xlnx,axi-ethernet-7.2
- enum:
- xlnx,axi-2_5-gig-ethern... | XilinxProcessorIPLib/drivers/axiethernet/data/axiethernet.yaml |
---
- hosts: satellite6
remote_user: root
gather_facts: no
vars_files:
- ../../conf/satperf.yaml
- ../../conf/satperf.local.yaml
vars:
resting: 0
save_graphs: true
tasks:
- name: "Determine job description"
set_fact:
job_desc: "Date with 40 ({{ lookup('pipe', 'date --utc --is... | repo-github/redhat-performance@satellite-performance/playbooks/tests/rex.yaml |
uuid: 68602099-aefe-4efc-a5e4-601c150af5e8
langcode: en
status: true
dependencies:
config:
- group.type.group
id: group-administrator
label: Administrator
weight: -1
internal: false
audience: member
group_type: group
permissions_ui: true
permissions:
- 'access group_node overview'
- 'administer group'
- 'ad... | conf/cmi/group.role.group-administrator.yml |
version: '2'
services:
# PYTHON CONTAINER
weather-reporter:
image: scapsulators/python-app:0.0.1
env_file:
- config.env
environment:
- FLASK_HOST=${FLASK_HOST}
- FLASK_PORT=${FLASK_PORT}
- DEBUG=${DEBUG}
ports:
- "5006:5006"
hostname: weather-reporter
container... | docker-compose.yml |
sidebar:
about: True # set to False or comment line if you want to remove the "how to use?" in the sidebar
education: True # set to False if you want education in main section instead of in sidebar
# Profile information
name: <NAME>
tagline: Myongji University
avatar: profile.jpg #place a... | _data/data.yml |
---
- name: "Spoke Cloud"
debug:
msg: "{{cloud}}"
# Destination directory
- name: Set Extra facts
set_fact:
spoke_out_base_dir: "out"
spoke_out_dir: "out/{{cloud}}/{{cluster_name}}"
- name: "Create Spoke output directory"
file:
path: "{{spoke_out_dir}}"
state: directory
mode: "0755"
- n... | project/roles/acm-spoke/tasks/main.yaml |
service: tournament
# You can pin your service to only deploy with a specific Serverless version
# Check out our docs for more details
# frameworkVersion: "=X.X.X"
provider:
name: aws
runtime: nodejs12.x
region: ap-southeast-2
stage: ${opt:stage, self:custom.defaultStage}
profile: ${self:custom.profiles.${... | api/serverless.yml |
name: SqlPoolReplicationLinks
uid: '@azure/arm-synapse.SqlPoolReplicationLinks'
package: '@azure/arm-synapse'
summary: Interface representing a SqlPoolReplicationLinks.
fullName: SqlPoolReplicationLinks
remarks: ''
isPreview: false
isDeprecated: false
type: interface
methods:
- name: >-
getByName(string, string... | docs-ref-autogen/@azure/arm-synapse/SqlPoolReplicationLinks.yml |
name: Build Microbial SpeciesTree - v1.6.0
tooltip: |
Build Species Tree for your Microbial Genomes, optionally including Tree Skeleton of Phylum Exemplars
screenshots: []
icon: speciestree-purple.png
#
# define a set of similar methods that might be useful to the user
#
suggestions:
apps:
related:
... | ui/narrative/methods/build_microbial_speciestree/display.yaml |
- name: アクセスの管理の概要
href: manage-access-to-azure-resources.md
- name: Azure でのリソース アクセス
href: active-directory-understanding-resource-access.md
- name: ロール ベースのアクセス制御 (RBAC)
href: role-based-access-control-what-is.md
items:
- name: アクセス権の割り当てを管理する
items:
- name: ユーザー別
href: role-based... | articles/active-directory/TOC.yml |
- hosts: all
remote_user: sammy
become: true
###################################################
# VARS section - update these variables accordingly
###################################################
vars:
mysql_root_password: <PASSWORD>
http_port: 80
http_host: "{{ ansible_facts.eth0.ipv4.addres... | playbooks/lemp/ubuntu1804.yml |
---
# sensor customization
sensor.asuswrt_download:
unit_of_measurement: GB
sensor.asuswrt_upload:
unit_of_measurement: GB
sensor.count_automations:
friendly_name: Automations
icon: mdi:play-circle
sensor.count_scripts:
friendly_name: Scripts
icon: mdi:file-document
sensor.cpu_speed:
friendly_name: CPU F... | config/customization/customize/sensor.yaml |
uid: "com.microsoft.azure.batch.protocol.Certificates.listNext*"
fullName: "com.microsoft.azure.batch.protocol.Certificates.listNext"
name: "listNext"
nameWithType: "Certificates.listNext"
members:
- uid: "com.microsoft.azure.batch.protocol.Certificates.listNext(java.lang.String)"
fullName: "com.microsoft.azure.batch... | docs-ref-autogen/com.microsoft.azure.batch.protocol.Certificates.listNext.yml |
version: v1
id: gcp-cloud-data-fusion
label: GCP Cloud Data Fusion
description: "GCP Cloud Data Fusion pipelines"
available: true
type: EXTERNAL_JOB
icon: job
contexts:
- id: batch-pipelines
label: Batch pipelines
description: "GCP Cloud Data Fusion batch pipelines context"
recommended: true
trustLev... | technologies/job/gcp-cloud-data-fusion/metadata.yaml |
driver:
name: docker
use_sudo: false
provisioner:
name: habitat
verifier:
name: inspec
platforms:
- name: centos-7.4
suites:
- name: consul_leonardo
provisioner:
depot_url: http://bldr.bluepipeline.io
package_origin: indellient
package_name: consul
service_update_strategy: ro... | vault/.kitchen.yml |
{{ if .Values.GITLAB_REGISTRY_ENABLED }}
{{ if .Values.git_registry_claim }}
{{ else }}
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: {{ .Release.Name }}-pv-registry-claim
labels:
app: {{ .Release.Name }}-registry
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storag... | templates/dep-registry.yml |
uid: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.UpdateStages.WithAgentPool.defineAgentPool*"
fullName: "com.azure.resourcemanager.containerservice.models.KubernetesCluster.UpdateStages.WithAgentPool.defineAgentPool"
name: "defineAgentPool"
nameWithType: "KubernetesCluster.UpdateStages.WithAgen... | docs-ref-autogen/com.azure.resourcemanager.containerservice.models.KubernetesCluster.UpdateStages.WithAgentPool.defineAgentPool.yml |
#
# This action will check that an extension release candidate is ready for the vote
# (verify checksums, verify the release signature, rc tag is exist etc.).
#
name: "Extension Check Release Candidate"
on:
workflow_dispatch:
inputs:
extension-name:
description: 'The name of Ignite Extension (e.g... | .github/workflows/release-checker.yml |
sudo: false
language: cpp
compiler:
- g++
- clang
env:
- BUILD_SHARED_LIBS="ON" CMAKE_BUILD_TYPE="Release" ENABLE_HTTPS="ON" Uri_BUILD_TESTS=OFF Uri_DISABLE_LIBCXX=YES
- BUILD_SHARED_LIBS="ON" CMAKE_BUILD_TYPE="Release" ENABLE_HTTPS="OFF" Uri_BUILD_TESTS=OFF Uri_DISABLE_LIBCXX=YES
- BUILD_SHARED_LIBS="ON" CMAKE_BUILD_T... | .travis.yml |
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: >
Amazon S3 Bucket for AWS DMS Endpoints
Resources:
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html
S3Bucket:
Type: AWS::S3::Bucket
Properties:
BucketName: !Ref A... | templates/s3/s3.yaml |
name: ESLint
on:
workflow_dispatch:
push:
branches:
- 'master'
paths-ignore:
- '.github/**'
- '.vscode/**'
- '.husky/**'
- '.eslintignore'
- '.gitignore'
- '**.md'
- 'LICENSE'
- 'package.json'
- 'renovate.json'
- 'tsconfig.json'
pull_requ... | .github/workflows/ESLint.yml |
params:
# Resolution of contact map to use.
binsize: 50000
# Total number of eigenvectors to compute.
n_eigs: 128
# Number of clusters K for K-means runs.
n_clusters: [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 20, 32, 64]
#####
# Genome and Hi-C data
#####
assembly:
name: hg38
fasta_path: ../re... | config.yaml |
uid: azure.mgmt.storagecache.models.CacheActiveDirectorySettings
name: CacheActiveDirectorySettings
fullName: azure.mgmt.storagecache.models.CacheActiveDirectorySettings
module: azure.mgmt.storagecache.models
inheritances:
- msrest.serialization.Model
summary: 'Active Directory settings used to join a cache to a domain... | preview/docs-ref-autogen/azure-mgmt-storagecache/azure.mgmt.storagecache.models.CacheActiveDirectorySettings.yml |
---
- name: verify inventory
block:
- name: fail if `edgenode_group` doesn't contain only one node
fail:
msg: |
For single-node Network Edge deployment `edgenode_group` group in the inventory.yml should contain only one node, e.g.:
# inventory.yml file
edgenode_group:
... | tasks/settings_check_ne_single_node.yml |
---
type: "script"
data:
name: "fwk.setParameterList.1"
description: "test fwk.setParameterList"
parameters: []
actions:
- number: 1
type: "fwk.setParameterList"
name: "action1"
description: "set parameter list"
component: ""
condition: ""
iteration: ""
errorExpected: "N"
error... | test/metadata/conf/actions/fwk.setParameterList.1.yml |
language: node_js
node_js: '12'
dist: xenial
# When pushing a tagged commit, Travis adds two builds: one with the tag, one
# without. We only want to build the one with the tag, because it's the one
# that runs the deployment stage
if: '!(commit_message =~ /^Release/ && tag is blank)'
jobs:
include:
# Test on Win... | .travis.yml |
title: Documentação do Azure Spring Cloud
summary: O Azure Spring Cloud fornece um serviço gerido que permite aos programadores Java compilar e executar facilmente microsserviços com base no Spring Boot no Azure sem necessidade de alterar os códigos.
metadata:
title: Azure Spring Cloud
description: O Azure Spring C... | articles/spring-cloud/index.yml |
name: Generate a RaSCSI OS image, based upon the official Rapsberry Pi OS
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the rpi_image_creation branch
push:
branches: [ rpi_image_creation ]
pull_request:
branches: [ rpi_image_creation ]
# ... | .github/workflows/rpi_image_creation.yml |
stack: ohtu/grafana
version: 1.0.0
description: Grafana stack.
expose: ui
variables:
reset_passwords:
type: boolean
from:
prompt: Reset all default passwords during initial stack installation?
affinity:
type: string
required: false
from:
prompt: Affinity rule for Grafana
grafana... | grafana.yml |
---
# Copyright (c) 2020, 2021 Oracle and/or its affiliates.
# This software is made available to you under the terms of the GPL 3.0 license or the Apache 2.0 license.
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Apache License v2.0
# See LICENSE.TXT for details.
#====... | samples/compute/nat_gateway_configuration/setup.yaml |
documentType: LandingData
title: Documentatie voor Azure Stack-gebruiker
metadata:
document_id: cbf798da-6f1a-7d4d-7707-5d5e02589e22
title: 'Documentatie voor Azure Stack - zelfstudies, API-verwijzing'
description: Informatie over het gebruik van Azure-Stack-services en apps maken voor Azure-Stack.
services: az... | articles/azure-stack/user/index.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-18 10:31"
game: "Unreal Tournament"
name: "TO-Bankjob-2_fixed5"
author: "Nick_C, conversion bu -Zlodey-{SG}"
description: "None"
releaseDate: "2000-03"
attachments:
- type: "IMAGE"
name: "TO-Bankjob-2_fixed5_shot_1.png"
url: "https://f002.backblazeb2.com/file/unrea... | content/Unreal Tournament/Maps/Tactical Ops/B/b/6/5265e5/to-bankjob-2_fixed5_[b65265e5].yml |
trigger:
- master
pool:
vmImage: 'vs2017-win2016'
steps:
- script: echo Starting build pipeline!
displayName: 'Hello from Albanian Xrm'
- powershell: echo "##vso[task.setvariable variable=configuration;isOutput=true]$(IF($env:BRANCH -eq "refs/heads/master"){"Azure Pipelines"}else{"release"})"
name: MyVars
en... | azure-pipelines.yml |
name: PR Validation
on:
pull_request:
types: [ready_for_review, synchronize]
paths-ignore:
- '**.md'
push:
branches: [master, dev]
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 20
strategy:
matrix:
node-version: [14.x]
services:
mysql:
# We are u... | .github/workflows/pr-validation.yml |
name: MLOps-CICD
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Azure CLI Action
... | .github/workflows/mlops.yml |
language: cpp
os:
- linux
sudo: required
dist: focal
services:
- mysql
addons:
apt:
packages:
#- mysql-server-5.6
#- mysql-client-core-5.6
#- mysql-client-5.6
- libboost-dev
compiler:
- clang
- gcc
env:
- CONFIG=Release
#- CONFIG=Debug
notifications:
email:
on_success: chang... | .travis.yml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/opscode-reporting-trigger-git_poll/4/
timestamp: 2016-01-19 20:00:07 UTC
duration: 1h2m52s
active_duration: 1h2m26s
parameters: {}
change:
git_remote: <EMAIL>:opscode/omnibus-reporting.git
git_commit: <PASSWORD>0cbda498b<PASSWORD>e339b4598b95c0d25bacd2
project... | reports/wilson.ci.chef.co/job/.deleted/opscode-reporting-trigger-git_poll/4.yaml |
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
method: GET
uri: https://query2.finance.yahoo.com/v8/finance/chart/PM?events=div%2Csplits&includePrePost=False&interval=1d&range=1mo
response:
... | tests/gamestonk_terminal/stocks/options/cassettes/test_yfinance_model/test_get_closing[get_price].yaml |
datasets:
- id: Brain1.CTX.CB
reference: hg19
url: "https://pubmed.ncbi.nlm.nih.gov/31570194/"
dir: "./data/Gokool"
isBrain: true
main: "gok.csv"
meta: "gok_meta.csv"
brainRegionFilter: "BroadRegionID"
matrices:
- type: CPM
... | pipeline/input.yaml |
---
- name: install snapd
apt:
name: "{{ packages }}"
state: latest
dpkg_options: 'force-confnew,force-confdef'
autoclean: yes
autoremove: yes
update_cache: yes
cache_valid_time: 3600
vars:
packages:
- snapd
- name: Install certbot via snap
snap:
name: certbot
state: p... | tasks/main.yml |
title: 'Microsoft Office Specialist: Word Associate (Word and Word 2019)'
metadata:
title: 'Microsoft Office Specialist: Word Associate (Word and Word 2019)'
description: 'Zeigen Sie, dass Sie über die benötigten Fähigkeiten verfügen, das Beste aus Word herauszuholen, indem Sie den folgenden Microsoft Office Specia... | learn-certs-pr/mos-word-2019/index.yml |
---
- name: Copy over the Kerberos LDAP service password file (if LDAP integration enabled)
copy:
content: "{{ krb_ldap_service_password }}"
dest: "/var/kerberos/krb5kdc/{{ kdc_realm_name | upper() }}.ldap_service_pw"
owner: root
group: root
mode: 0600
when: krb_enable_ldap
tags:
- kerbero... | roles/kerberos_server/tasks/main.yml |
items:
- uid: Sdl.Core.TM.ImportExport
commentId: N:Sdl.Core.TM.ImportExport
id: Sdl.Core.TM.ImportExport
children:
- Sdl.Core.TM.ImportExport.BatchExportedEventArgs
- Sdl.Core.TM.ImportExport.BatchImportedEventArgs
- Sdl.Core.TM.ImportExport.Exporter
- Sdl.Core.TM.ImportExport.IExportOrigin
- Sdl.Core.... | api/translationmemory/Sdl.Core.TM.ImportExport.yml |
sv:
js:
poll:
voters:
one: "röst"
other: "röster"
total_votes:
one: "totalt antal röst"
other: "totalt antal röster"
average_rating: "Medelbetyg: <strong>%{average}</strong>."
multiple:
help:
at_least_min_options:
one: "Välj mi... | plugins/poll/config/locales/client.sv.yml |
---
inherit_gem:
bixby: bixby_default.yml
AllCops:
Exclude:
- db/**/*
- script/**/*
- vendor/**/*
- tmp/**/*
Metrics/AbcSize:
Exclude:
- app/models/xml_import.rb
Metrics/BlockLength:
Exclude:
- config/**/*
- app/controllers/catalog_controller.rb
- spec/**/*
- app/mode... | .rubocop.yml |
trigger:
- master
variables:
buildConfiguration: 'Release'
ubuntuImage: 'ubuntu-latest'
stages:
- stage: 'Build'
displayName: 'Build the web application'
jobs:
- job: 'Build'
displayName: 'Build job'
pool:
vmImage: '$(ubuntuImage)'
demands:
- npm
variables:
dotnetSdkVer... | azure-pipelines.yml |
- id: toggle_navigation
translation: Skupi navigaciju
- id: table_of_contents
translation: Sadržaj
- id: on_this_page
translation: Na ovoj stranici
- id: back_to_top
translation: Na početak
- id: related
translation: Povezano
- id: minute_read
translation: Vrijeme čitanja
- id: previous
translation: Natra... | i18n/hr.yaml |
scriptMain: '%%[
VAR @orderlist, @order, @userlist, @user
]%%
%%[
SET @userlist = LOOKUPROWS("User", "SubscriberKey", SubscriberKey)
SET @orderlist = LOOKUPROWS("TI Order Confirmation", "event_id", EventId)
]%%
%%[
IF ((ROW... | src/data/hk/cc/cross-sell/script-zh.yml |
homepage: https://github.com/jeffreyrosenbluth/static-canvas
changelog-type: ''
hash: 876ae56659dd863acd9c59a8cdebe639a7e12aa3bebbd26eacbd83547e8975fc
test-bench-deps: {}
maintainer: <EMAIL>
synopsis: DSL to generate HTML5 Canvas javascript.
changelog: ''
basic-deps:
free: ! '>=4.9 && <5.1'
base: ! '>=4.5 && <4.12'... | packages/st/static-canvas.yaml |
hook_dag_map:
ingress:
dag_name: ingress
global_option_data_key: ingress
# map of namespace -> option_data
# these are attached to hooks in the `hook_dag_map` and passed to a DAG
# during execution
global_option_data:
ingress:
# TODO: better example.. this is a bit of a stretch
response_codes:
... | tests/files/basic.yaml |
intro: ""
accomodation:
- img: img/facilities/lapace.jpg
title: Hotel La Pace
descr: ""
site: http://www.hotellapace.it/
map: https://goo.gl/maps/Tk3SfQmw3eJ2
- img: img/facilities/moderno.jpg
title: Hotel Moderno
descr: ""
site: https://www.hotelmoderno.pisa.it/
map: https:/... | _data/facilities.yml |
apiVersion: v1
kind: Secret
metadata:
name: github-webhook-token
namespace: flux-system
stringData:
token: ENC[AES256_GCM,data:MtT3R2sBLDEeWILulGabeyKCM7wZtTnLIOcLDhdoo7XFpP7IcE3c7g==,iv:F4bD++MyCrUR3PxpUW5h60Q+efQ7C+TjjU+bfsU2WlU=,tag:Y7rLFyZN4eAvM2ulGzIBtg==,type:str]
sops:
kms: []
gcp_kms: []
... | cluster/apps/flux-system/webhook/github/secret.sops.yaml |
blueprint:
name: "deCONZ - Philips Hue Dimmer Switch - Custom Actions"
description: Freely customizable actions for Philips Hue Dimmer Switch buttons.
domain: automation
input:
remote:
name: Dimmer Switch
selector:
device:
integration: deconz
manufacturer: Philips
... | config/blueprints/automation/knapoc/deconz-rwl021-customized.yaml |
views:
- name: Resource
title: Files
itemName: Name
types:
- https://sils.uva.nl/ontology#ExternalFile
columns:
- name: externalFileLink
title: File link
source: https://sils.uva.nl/ontology#externalFileLink
type: link
joinColumns:
- name: objectSpecies
... | docker/views.yaml |
_id: 72004210-9925-11e9-aef0-4b1de1b25bd9
message: >-
If mfq.ragk.hashtafak.github.io.klj.uh questioned astigmatism systemically,
[URL=http://ezhandui.com/kamagra-jelly/ - viagra italy[/URL -
[URL=http://celebsize.com/cheep-viagra/ - viagra 100mg price walmart[/URL -
[URL=http://disclosenews.com/neurontin/ - ... | _data/comments/dear-diary/comment-1561672171931.yml |
de:
devise:
confirmations:
confirmed: "Ihr Konto wurde erfolgreich bestätigt."
send_instructions: "Sie erhalten in einigen Minuten eine E-Mail mit Anweisungen zur Bestätigung Ihres Kontos."
send_paranoid_instructions: "Wenn Ihre E-Mail-Adresse in unserer Datenbank vorhanden ist, erhalten Sie in... | vteams-open-source-billing-7978d62/config/locales/devise.de.yml |
---
############# Behavioral Parameters #############
install_redis: true
firewalld_enabled: true
############# Remi Repository Specific Parameters #############
remi_repo_url: "https://mirror.netsite.dk/remi/enterprise/$releasever/remi/$basearch/"
remi_public_key_url: https://rpms.remirepo.net/RPM-GPG-KEY-... | defaults/main.yml |
Urbem\CoreBundle\Entity\Pessoal\AssentamentoAssentamento:
type: entity
table: pessoal.assentamento_assentamento
repositoryClass: Urbem\CoreBundle\Repository\Pessoal\AssentamentoAssentamentoRepository
id:
codAssentamento:
type: integer
generator:
strategy: ... | src/Urbem/CoreBundle/Resources/config/doctrine/Pessoal.AssentamentoAssentamento.orm.yml |
title: Webshell Detection With Command Line Keywords
id: bed2a484-9348-4143-8a8a-b801c979301c
description: Detects certain command line parameters often used during reconnaissance activity via web shells
author: <NAME>, <NAME>, <NAME>, oscd.community
status: experimental
references:
- https://www.fireeye.com/blog/t... | images/rules/windows/process_creation/proc_creation_win_webshell_detection.yml |
grades:
# GET
get:
tags:
- Grades
summary: "List of all grades"
description: "Returns the list of all grades"
responses:
200:
description: Success
content:
application/json:
schema:
$ref: '../components.yaml#/Grades'
403:
... | openapi_old/paths/grades.yaml |
barclamp:
name: "saltstack"
display: "Saltstack"
description: "SaltStack CMDB DevOps Framework"
version: "2.E"
source_url: "https://github.com/digitalrebar/core"
license: "Apache 2"
license_url: "https://github.com/digitalrebar/core/blob/develop/doc/licenses/README.md"
roles:
- name: saltstack
jig... | core/barclamps/saltstack.yml |
---
# create folder for docker builds in /home for larger disk storage
# (the folder is under the /dev/mapper/cl-root is limited to 50GB by default)
- name: create /docker directory at /home
file:
path: "/home/docker"
state: directory
- name: edit docker configuration to use new directory
replace:
pa... | roles/machine_setup/vca_host_setup/tasks/main.yml |
{% set version = "0.3.4" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
package:
name: r-purrr
version: {{ version|replace("-", "_") }}
source:
url:
- {{ cran_mirror }}/src/contrib/purrr_{{ version }}.tar.gz
- {{ cran_mirror }}/src/contrib/Archive/purrr/purrr_{{ ver... | recipe/meta.yaml |
album: Music Information Retrieval
artist: Tabla Breakbeat Science
composer:
- <NAME>
excerpt: 'no'
genre: Electronic/Fusion
has_bleed: 'no'
instrumental: 'yes'
mix_filename: TablaBreakbeatScience_PhaseTransition_MIX.wav
origin: Dolan Studio
producer:
- <NAME>
raw_dir: TablaBreakbeatScience_PhaseTransition_RAW
stem_dir... | medleydb/data/Metadata/TablaBreakbeatScience_PhaseTransition_METADATA.yaml |
version: '3'
services:
ldap-service:
container_name: ldap-service
image: osixia/openldap:1.1.8
ports:
- "389:389"
- "636:636"
ldap-admin:
container_name: ldap-admin
image: osixia/phpldapadmin:0.9.0
ports:
- "6443:443"
depends_on:
- "ldap-service"
environment:
... | horusec-auth/deployments/docker-compose.yaml |
{{ if .Values.vms.deploy }}
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{.Values.docker.image_prefix}}vms
namespace: {{.Values.namespace.name}}
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: {{.Values.docker.image_prefix}}vms
roleRef:
apiGroup: rbac.authori... | templates/vms-deploment.yaml |
version: '3.4'
services:
preprocess:
image: ${DOCKER_IMG_URL}
command: >
preprocess --port_in ${PREPROCESSOR_IN} --port_out ${PREPROCESSOR_OUT}
--socket_in PULL_BIND --socket_out PUSH_CONNECT
--host_out encoder_serviced
--yaml_path /preprocessor_config --dump_path /dump/preprocessor.bi... | docker-compose/basic/index-compose.yml |
post:
tags: ['Authentication']
summary: Login existing user, returns access token
operationId: Login
parameters:
- in: body
name: authRequest
description: Authentication Data
required: true
schema:
type: object
required:
- email
- password
... | Artifacts/API/includes/paths/auth/auth.yaml |
version: "3.7"
services:
## Postgres Database
## Create external postgres network:
# docker network create --gateway 192.168.251.1 --subnet 192.168.251.0/24 postgres
## Suggested procedure to create new databases:
## Replace <THESE VALUES>
# docker exec -it postgres su postgres
# createuser --pwpro... | ymlfiles/postgres.yml |
swagger: '2.0'
info:
description: |
This is a CodeIgniter Cookie Decryptor microservice. The app was written to connect modern frameworks' session solutions with legacy CodeIgniter Cookie session.
As an author of the app I did my best to provide full compatibile API.
But if you find any problems do not he... | src/docs.yml |
title: '지혜의 개발공부로그'
tagline: '지혜의 개발공부로그'
description: '프로그래밍을 공부하며 배운점 느낀점을 기록하는 곳입니다.'
baseurl: ""
url: "https://zehye.github.io"
logo: '/public/logo.png'
# Site configurations
gems:
- jekyll-paginate
markdown: kramdown
kramdown:
input: GFM
excerpt_separator: "<!-- more -->"
sass:
style: compressed
sass_dir:... | _config.yml |
apiVersion: v1
kind: Namespace
metadata:
name: distribution
---
apiVersion: v1
kind: ConfigMap
metadata:
name: distribution-config
data:
config.yml: |
version: 0.1
log:
accesslog:
disabled: true
level: debug
fields:
service: registry
environment: development
... | infra/gcp/distribution-fs.yaml |
- name: Ensure database password file directory
file:
path: /usr/share/mysql/password
state: directory
mode: 750
- name: Copy database password file
copy:
src: "{{item}}"
dest: /usr/share/mysql/password/{{item}}
mode: 640
with_items:
- postfixadmin
- name: Ensure postifxadmin directo... | ansible/roles/postfixadmin/tasks/main.yml |
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: app-viewer
labels:
# Add these permissions to the "app-viewer" role.
apps.tanzu.vmware.com/aggregate-to-app-viewer: "true"
rules:
- apiGroups: ["conventions.carto.run"]
resources: ["podintents"]
verbs: ["get","list","watch"]
... | config/rbac/aggregated_roles.yaml |
descriptor_version: "vnfd-schema-01"
vendor: "eu.sonata-nfv"
name: "vtc-test-vnf"
version: "0.1"
author: "<NAME>, NCSRD"
description: >
"Virtual traffic classifier (vTC) descriptor file. vTC uses ndpi library for the implementation of the vTC"
virtual_deployment_units:
- id: "vdu01"
description: "VNFC for the... | int-slm-infrabstractV2/test-trigger/test_trigger/test_descriptors/vtc-vnf-vnfd.yml |
api_name: []
items:
- children:
- azure.mgmt.security.models.ExternalSecuritySolutionKind.aad
- azure.mgmt.security.models.ExternalSecuritySolutionKind.ata
- azure.mgmt.security.models.ExternalSecuritySolutionKind.cef
class: azure.mgmt.security.models.ExternalSecuritySolutionKind
fullName: azure.mgmt.security... | docs-ref-autogen/azure-mgmt-security/azure.mgmt.security.models.ExternalSecuritySolutionKind.yml |
eo:
errors:
messages:
expired: "senvalidiĝis, bonvolu peti novan"
not_found: "ne trovita"
already_confirmed: "jam konfirmita, bonvolu provi ensaluti"
not_locked: "ne estis ŝlosita"
not_saved:
one: "1 eraro malebligis la konservon de %{resource}:"
other: "%{count} erar... | config/locales/devise.eo.yml |
- name: "Find out if PostgreSQL is initialized"
stat:
path: "/var/lib/pgsql/data/pg_hba.conf"
register: postgres_data
when:
- ansible_os_family == "RedHat"
- name: "Initialize PostgreSQL"
shell: "postgresql-setup initdb"
when:
- ansible_os_family == "RedHat"
- not postgres_data.stat.exists
... | bare/roles/postgres/tasks/database.yml |
---
# tasks file for roles/nginx-proxy sites and ssl
# See http://serverfault.com/a/337893
- name: nginx | proxy config
become: true
template:
src: nginx-confd-proxy.j2
dest: >-
/etc/nginx/conf.d/proxy-{{ site.nginx_proxy_server_name |
default('default') }}.conf
mode: 0644
notify:
- r... | tasks/nginx-proxy-sites.yml |
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Newsroom
em... | _config.yml |
- name: deploy to ec2
hosts: localhost
connection: local
vars:
ansible_ssh_private_key_file: /home/circleci/project/devops-final-hw.pem
tasks:
- name: Identify running instances for termination
ec2_instance_info:
region: us-east-1
aws_access_key: "{{ lookup('env', 'AWS_ACCESS_KEY... | ansible/ec2_deploy.yml |
- name: Overview
href: overview.md
- name: What's new or changed
items:
- name: Dynamics 365 Fraud Protection October 2020 release
href: whats-new-10-6.md
- name: Dynamics 365 Fraud Protection July 2020 release
href: whats-new-7-1.md
- name: May 2020 release (INT only)
href: whats-new-5-4.md
- nam... | content/TOC.yml |
service: survey-api
frameworkVersion: ">=1.1.0 <2.0.0"
provider:
name: aws
apiKeys:
- ${self:service}-${opt:stage, self:provider.stage}
runtime: nodejs4.3
stage: ${env:SLS_STAGE,dev}
region: ${env:AWS_REGION,eu-west-1}
profile: ${env:AWS_PROFILE}
memorySize : 128
versionFunctions: false
environm... | serverless.yml |
title: Résumé
name: <NAME>
jobtitle: Undergraduate Student
contact:
- icon: fa-envelope
text: <EMAIL>
- icon: fa-phone-square
text: your-phone-num
- icon: fa-globe
text: http://www.cnblogs.com/qpswwww/
- icon: fa-github
text: https://github.com/qpswwww/
education:
- university: School of Compu... | _data/resume.yml |
---
- debug: var=webmethods_install_sum_descriptor verbosity=3
- name: fail if mandatory params not specified
fail:
msg: "A mandatory param was not defined, cannot do anything."
when: item is not defined
with_items:
- "{{ webmethods_install_sum_descriptor.target_install_dir }}"
- "{... | provision-with-installer-from-s3/tasks/command_run_sum_install.yml |
---
:caption: Que Jobs
:sql: SELECT "que_jobs"."priority", "que_jobs"."run_at", "que_jobs"."id", "que_jobs"."job_class",
"que_jobs"."error_count", "que_jobs"."last_error_message", "que_jobs"."queue", "que_jobs"."last_error_backtrace",
"que_jobs"."finished_at", "que_jobs"."expired_at", "que_jobs"."args", "que_jobs".... | grid_definitions/dataminer_queries/que_jobs.yml |
name: CI
on:
create:
pull_request:
types: [ opened, synchronize, reopened ]
push:
branches:
- master
workflow_dispatch:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Configure job
id: config
env:
ACTOR: ${{ github.actor }}
EVENT_ACTION: ${{ g... | out/plantuml/plantuml/.github_workflows_ci.yml |
name: PKG
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
... | .github/workflows/build.yml |
stages:
- lint
- build
- deploy
variables:
APP_BUILD_VERSION: 0.0.0
APP_BUILD_MODE: development
.kaniko-build-pre-script: &kaniko-build-pre-script |
set -x
mkdir -p /kaniko/.docker
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"<PASSWORD>\"}}}" > /kaniko/.docker/... | .gitlab-ci.yml |
apiVersion: v1
data:
operator_config.yaml: |
apiVersion: config.storageos.com/v1
kind: OperatorConfig
health:
healthProbeBindAddress: :8081
metrics:
bindAddress: 127.0.0.1:8080
webhook:
port: 9443
leaderElection:
leaderElect: true
resourceName: storageos-operator
... | charts/ondat-operator/templates/config-maps.yaml |
items:
- uid: "com.microsoft.azure.management.sql.SqlDatabaseMetricAvailability"
id: "SqlDatabaseMetricAvailability"
parent: "com.microsoft.azure.management.sql"
children:
- "com.microsoft.azure.management.sql.SqlDatabaseMetricAvailability.retention()"
- "com.microsoft.azure.management.sql.SqlDatabaseMetricAv... | docs-ref-autogen/com.microsoft.azure.management.sql.SqlDatabaseMetricAvailability.yml |