code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
---
# yamllint disable rule:line-length
- name: Install pgbouncer package
package:
name: pgbouncer
environment: "{{ proxy_env | default({}) }}"
when: ansible_os_family == "Debian" or
(ansible_os_family == "RedHat" and
ansible_distribution_major_version == '7')
tags: pgbouncer_install, pgbou... | roles/pgbouncer/tasks/main.yml |
name: ci
on: [push, pull_request]
env:
XDG_CACHE_HOME: ${{ github.workspace }}/.cache
ELECTRON_CACHE: ${{ github.workspace }}/.cache/electron
ELECTRON_BUILDER_CACHE: ${{ github.workspace }}/.cache/electron-builder
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
... | .github/workflows/ci.yml |
---
####################
# Load Certificates
####################
- name: Create kubernetes data dir
file: path=/var/lib/kubernetes state=directory
become: true
- name: Copy certificates
copy:
src: "{{ playbook_dir }}/../cert/{{ item }}"
dest: /var/lib/kubernetes
owner: root
group: root
mod... | ansible/roles/worker/tasks/main.yml |
get:
# 積分平均サウンドレベルメータ
tags:
- noise
summary: |
騒音レベルの取得
# 等価騒音レベル・単発騒音暴露レベル・ピーク音圧レベルの取得
operationId: getNoise
description: |
下記3項目を測定する。
周波数重み付け特性はA特性を適用する。
- 等価騒音レベル(Leq)
Equivalent continuous A-weighted sound pressure level.
指定した測定時間内の騒音の総エネルギーの時間平均値を音圧レベル表示した値。
... | mc-uep100/v2.0.x/ja/paths/noiseLevel.yaml |
---
banner:
enable: true
title: 'Cases : Medical Logbook App'
content: 'Cases : is an iOS App that allows you to keep a track of interesting medical
cases for your own learning. Data is stored locally on the device. Add Anonymised
details about the case, along with images, and organise by tags.'
image: ... | exampleSite/data/en/homepage.yml |
---
install_repository_dependencies: true
install_resolver_dependencies: true
install_tool_dependencies: false
tools:
# data_retrieval
- name: 'sra_tools'
owner: 'iuc'
tool_panel_section_label: 'Get Data'
# quality_control
- name: 'fastqc'
owner: 'devteam'
tool_panel_section_label: 'FA... | asaim.yaml |
# Default values for Landscaper's Helm deployer.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
deployer:
# If the deployer runs in a different cluster than the Landscaper instance, provide the kubeconfig
# to access the remote Landscaper cluster here (inline or via secretR... | charts/helm-deployer/values.yaml |
uid: "com.azure.storage.common.sas.AccountSasSignatureValues"
fullName: "com.azure.storage.common.sas.AccountSasSignatureValues"
name: "AccountSasSignatureValues"
nameWithType: "AccountSasSignatureValues"
summary: "Used to initialize parameters for a Shared Access Signature (SAS) for an Azure Storage account. Once all ... | preview/docs-ref-autogen/com.azure.storage.common.sas.AccountSasSignatureValues.yml |
namespace: python-2104
name: validate_unittest
description: Run the unittest using the tox tool
version: 2021.6.23
maintainer: <EMAIL>
images:
manylinux2014: quay.io/pypa/manylinux2014_x86_64
manylinux2010: quay.io/pypa/manylinux2010_x86_64
manylinux1_32: quay.io/pypa/manylinux1_i686
manylinux1_64: quay... | releases/python-2104/templates/validation/code_unit_test.yaml |
name: Build and Deploy Candidate; Initiate Iter8
on:
workflow_dispatch:
env:
IBM_CLOUD_API_KEY: ${{ secrets.IBM_CLOUD_API_KEY }}
IBM_CLOUD_RESOURCE_GROUP: 585330279c4b4175890b5c59dab786fb
IBM_CLOUD_REGION: us-south
# IKS_CLUSTER: kalantar-20211029-1 # name does not work
IKS_CLUSTER: c5u1ej8d00c0squuquog # ... | .github/workflows/build-deploy-test.yaml |
---
# MaaS Release: stable or next
maas_release: "stable"
# Which component to deploy?
maas_component: "none"
# MaaS defaults
maas_api_server: 172.16.34.1
maas_url: http://{{ maas_api_server }}:5240/MAAS/api/2.0
maas_admin_username: admin
maas_admin_passwd: <PASSWORD>
maas_admin_email: <EMAIL>
maas_admin_api_key: /... | ansible/roles/maas/defaults/main.yml |
name: Docker Build
on:
release:
types: [published]
env:
BOT_IMAGE_NAME: bot
BACKEND_IMAGE_NAME: backend
jobs:
build-bot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run: docker build . --build-arg VERSION=$(echo "${{ github.ref }}" | sed -e '... | .github/workflows/docker-build.yml |
name: VirtualIPMapping
uid: '@azure/arm-appservice-profile-2020-09-01-hybrid.VirtualIPMapping'
package: '@azure/arm-appservice-profile-2020-09-01-hybrid'
summary: Virtual IP mapping.
fullName: VirtualIPMapping
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: internalHttpPort
ui... | docs-ref-autogen/@azure/arm-appservice-profile-2020-09-01-hybrid/VirtualIPMapping.yml |
---
kind: StatefulSet
apiVersion: apps/v1
metadata:
name: {{ template "seaweedfs-csi-driver.name" . }}-controller
spec:
selector:
matchLabels:
app: {{ template "seaweedfs-csi-driver.name" . }}-controller
serviceName: "csi-seaweedfs"
replicas: 1
template:
metadata:
labels:
app: {{ t... | deploy/helm/seaweedfs-csi-driver/templates/statefulset.yml |
---
name: CI
'on':
push:
branches:
- master
pull_request:
schedule:
- cron: '0 6 * * *'
jobs:
ansible-legacy:
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v1
- name: Set up Python.
uses: actions/setup-python@v1
with:
... | .github/workflows/ci.yml |
items:
- uid: vss-web-extension-sdk.TFS.Dashboards.Contracts.Dashboard
name: Dashboard
fullName: Dashboard
children:
- vss-web-extension-sdk.TFS.Dashboards.Contracts.Dashboard.description
- vss-web-extension-sdk.TFS.Dashboards.Contracts.Dashboard.eTag
- vss-web-extension-sdk.TFS.Dashboar... | docs-ref-autogen/vss-web-extension-sdk/TFS.Dashboards.Contracts.Dashboard.yml |
# Executable: ExportTimeDependentCoordinates3D
# Check: parse;execute
# ExpectedOutput:
# ExportTimeDependentCoordinates3DVolume0.h5
# ExportTimeDependentCoordinates3DReductions.h5
DomainCreator:
# Parameters are chosen for an equal-mass, non-spinning binary black hole
# using superposed-Kerr-Schild initial d... | tests/InputFiles/ExportCoordinates/InputTimeDependent3D.yaml |
container:
image: ubuntu:bionic
task:
matrix:
- name: Build on Ubuntu (gcc, release)
install_dependencies_script:
- apt-get update
- apt-get install -y cmake gcc g++
script: ./ci/run_tests.sh -DCMAKE_BUILD_TYPE=Release
container:
matrix:
- image: ubuntu:20.04... | .cirrus.yml |
version: "3.7"
volumes:
grafana-sample:
prometheus-sample:
whisper-sample:
services:
grafana-sample:
container_name: grafana-sample
image: grafana/grafana:latest
ports:
- 9092:3000
volumes:
- grafana-sample:/var/lib/grafana
- ./config/monitoring/grafana/provisioning/:/etc/grafa... | docker-compose-monitoring.yml |
backend:
name: github
repo: ChaituKNag/TheBestDeveloper
branch: master
media_folder: src/images/assets
public_folder: ../images/assets
collections:
- name: blog
label: Blog
folder: site/static/blog
description: All the technical blogs of my site.
create: true
slug: "{{year}}-{{month}}-{{da... | static/admin/config.yml |
interactions:
- request:
body: '{"createTransactionModel": {"companyCode": "DEFAULT", "type": "SalesOrder",
"lines": [{"quantity": 3, "amount": "30.00", "taxCode": "O9999999", "taxIncluded":
true, "itemCode": "123", "description": "Test product"}, {"quantity": 3, "amount":
"15.00", "taxCode": "O99... | saleor/plugins/avatax/tests/cassettes/test_calculate_checkout_line_unit_price_with_variant_on_sale.yaml |
title: Event 103 - MSVideoProcessoftMFT(D3D11)_VideoProcessorBlt
description: null
platform: windows
log_source: Microsoft-Windows-MediaFoundation-MSVProc
event_code: '103'
event_version: '0'
event_fields:
- standard_name: TBD
standard_type: TBD
name: Object
type: Pointer
description: null
sample_value: null
... | windows/etw-providers/Microsoft-Windows-MediaFoundation-MSVProc/events/event-103.yml |
name: main
on:
push:
branches:
- master
tags:
- "*"
pull_request:
branches:
- master
env:
PYTEST_ADDOPTS: "--color=yes"
# Set permissions at the job level.
permissions: {}
jobs:
test:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.allow_failure }}
timeout-minut... | .github/workflows/main.yml |
%YAML 1.2
---
# IMPORTANT:
# - questions are identified by a universally unique identifier (UUID, version 4)
# - you can use a tool to generate them safely: https://www.uuidgenerator.net/version4
# - they MUST be version 4!
# - this UUID is on the left-hand side of the colon for each question
# - when modifying, it's i... | src/data/questions.yaml |
---
####
####
#### Run on PR
####
####
kind: pipeline
name: Run CI stack
trigger:
branch:
- "*"
event:
- push
steps:
- name: npm-install
image: node:12
depends_on: [ clone ]
commands:
- npm install
- name: Lint Typescript
image: node:12
depends_on: [ npm-install ]
comman... | .drone.yml |
---
name: CI
on:
pull_request:
types: ["opened", "synchronize"]
push:
branches: ["devel"]
jobs:
Test:
runs-on: ubuntu-latest
strategy:
matrix:
python:
- version: "3.6"
toxenv: py36
- version: "3.7"
toxenv: py37
- version: "3.8"
... | .github/workflows/ci.yaml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "hackmd.fullname" . }}
labels:
app: {{ template "hackmd.name" . }}
chart: {{ template "hackmd.chart" . }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchL... | stable/hackmd/templates/deployment.yaml |
tosca_definitions_version: alien_dsl_1_4_0
metadata:
template_name: alien4cloud-topology
template_version: 1.4.0-SNAPSHOT
template_author: alien4cloud
description: Alien4Cloud topology with 1 remote ES node
imports:
- tosca-normative-types:1.0.0-ALIEN14
- org.alien4cloud.lang.java.jdk.linux:1.4.0-SNAPSHOT
... | topology-alien4cloud/topology-alien.yml |
image: $SKA_K8S_TOOLS_DOCKER_BUILDER_IMAGE
# The YAML file defines a set of jobs with constraints stating when they should be run.
# You can specify an unlimited number of jobs which are defined as top-level elements with an arbitrary name and always have to contain at least the script clause.
# In this case we have o... | .gitlab-ci.yml |
{{- /*
Copyright 2020 Crown Copyright
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, soft... | kubernetes/hdfs/templates/shell.yaml |
- position: 1
driverNumber: 8
driverId: martin-brundle
constructorId: mclaren
engineManufacturerId: peugeot
tyreManufacturerId: goodyear
time: "2:32.600"
gap:
interval:
laps: 9
- position: 2
driverNumber: 30
driverId: heinz-harald-frentzen
constructorId: sauber
engineManufacturerId: mercedes
... | src/data/seasons/1994/races/11-belgium/free-practice-2-results.yml |
name: CI
on:
push:
branches:
- '**'
tags:
- 'v[0-9]+.[0-9]+-release*'
paths:
- 'src/**'
- '.github/workflows/ci.yml'
pull_request:
branches:
- master
paths:
- 'src/**'
- '.github/workflows/ci.yml'
env:
NUGET_PACKAGES_DIR: ${{ github.workspace }}/nuget-packages
j... | .github/workflows/ci.yml |
---
fixtures:
repositories:
aide: https://github.com/simp/pupmod-simp-aide
at: https://github.com/simp/pupmod-simp-at
auditd: https://github.com/simp/pupmod-simp-auditd
augeasproviders_core: https://github.com/simp/augeasproviders_core
augeasproviders_grub: https://github.com/simp/augeasproviders_... | .fixtures.yml |
TransformerEstimator_electricity:
hyperparameters:
context_length:
$eval: 2 * $trial.dataset.meta.prediction_length
embedding_dimension: 20
epochs: 100
forecaster_name: gluonts.model.transformer.TransformerEstimator
freq:
$eval: __trial__.dataset.meta.freq
inner_ff_dim_scale: 6
... | examples/run_pre_tuned_algorithm/TransformerEstimator/tuned_algorithms.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-20 09:58"
game: "Unreal Tournament 2004"
name: "DM-DarkDays"
author: "<NAME>."
description: "In 3097 Astronauts found a teleporter on the moon, it was brought back\
\ for further study. As they figured out how to open the gate some form of Egyptian\
\ species march... | content/Unreal Tournament 2004/Maps/DeathMatch/D/6/d/53783d/dm-darkdays_[6d53783d].yml |
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Sample serverless data pipeline powered by machine learning
'
Globals:
Function:
Timeout: 30
Outputs:
DataBucket:
Description: Data S3 bucket
Value:
Ref: DataBucket
IndexBucket:
Description: Index S3 bucket
Value:
Ref: IndexBu... | packaged.yaml |
- name: Verify Blueprint Source Directory is Defined
ansible.builtin.assert:
fail_msg: Blueprints Source Directory Must be Defined
that:
- blueprint_source_dir is defined
- name: Validate Blueprint Directory and Blueprint File Exists
ansible.builtin.stat:
path: "{{ item }}"
become: no
delegat... | ansible/roles/oci-build-image/tasks/main.yaml |
deployItems:
- name: deploy
type: landscaper.gardener.cloud/kubernetes-manifest
target:
name: {{ .imports.cluster.metadata.name }}
namespace: {{ .imports.cluster.metadata.namespace }}
config:
apiVersion: manifest.deployer.landscaper.gardener.cloud/v1alpha2
kind: ProviderConfiguration
updateSt... | .landscaper/blueprint/deploy-executions.yaml |
language: python
cache:
directories:
- lua_install
- testrun/testing_cache-5.1
- testrun/testing_cache-5.2
- testrun/testing_cache-5.3
- testrun/testing_cache-2.1
- testrun/testing_server-5.1
- testrun/testing_server-5.2
- testrun/testing_server-5.3
- testrun/testing_server-2.1
- testrun/binary-s... | .deps/build/src/luarocks/.travis.yml |
items:
- uid: CRMScript.Native.Inbox
commentId: T:CRMScript.Native.Inbox
id: Inbox
langs:
- crmscript
children:
- CRMScript.Native.Inbox.#ctor
- CRMScript.Native.Inbox.addSmtpMail(String,String,Integer)
name: Inbox
nameWithType: Inbox
fullName: CRMScript.Native.Inbox
type: Class
summary: "\nA cl... | docs/api-reference/CRMScript.Native.Inbox.yml |
---
apiVersion: apps/v1beta2
kind: Deployment
metadata:
name: {{ .Release.Name }}-kube-agent
labels:
app.kubernetes.io/name: "{{ .Release.Name }}"
app.kubernetes.io/component: codefresh-kube-agent
spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/name: "{{ .Release.Name }}"
app.... | codefresh/chart/codefresh-gcp-deployer/templates/deployment.yaml |
---
# Cop supports --auto-correct.
Rails/Pick:
# Offense count: 42
# Temporarily disabled due to too many offenses
Enabled: false
Exclude:
- 'app/models/ci/pipeline.rb'
- 'app/models/merge_request.rb'
- 'app/models/merge_request/metrics.rb'
- 'app/models/merge_request_diff.rb'
- 'db/post_mig... | .rubocop_todo/rails/pick.yml |
{{- if .Values.web.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: {{ template "concourse.web.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/component: web
{{- if .Values.service.web.labels }}
{{- incl... | bitnami/concourse/templates/web/service.yaml |
- title: Home
url: "/"
side: left
- title: 우리의 미션
url: "/our-mission/"
side: left
- title: "ABLESTACK"
url: "/ablestack/"
side: left
dropdown:
- title: "<u>핵심 인프라</u>"
url: "/ablestack/#core-infra"
- title: " Glue - 분산스토리지"
url: "/ablestack/#glue"
- title: " &nb... | _data/navigation.yml |
---
# tasks file for linux
#
- name: Extract information from customer information spreadsheet
read_csv:
path: "/path/to/customerSpecs.csv"
fieldnames: uuid,template,srvName,customCpu,customMem,ipv4Addr,ipv4Mask,ipv4Gw,epgName,bdName,packProfile
delimiter: ','
register: datacust
delegate_to: localhost... | LINUX AND ACI MISC OPS/linux/tasks/main.yml |
app_quiz:
resource: |
alias: app.quiz
templates: PlatformAdminBundle:Crud
except: ['show', 'bulkDelete', 'delete']
redirect: index
grid: app_admin_quiz
vars:
all:
subheader: app.ui.manage_quizzes
index:
icon: glo... | config/routes/admin/app_quiz.yaml |
version: 2 # use CircleCI 2.0
jobs:
build:
working_directory: ~/keycloak-lambda-authorizer # directory where steps will run
docker: # run the steps with Docker
- image: circleci/node:12.16.1 # ...with this image as the primary container; this is where all `steps` will run
steps: # a collection of ... | .circleci/config.yml |
---
- name: Install and config apache2
hosts: apache
become: yes
tasks:
- name: Install certbot
when: config_cerbot|default(true)|bool
shell: |
apt-get install -y software-properties-common
add-apt-repository -y universe
add-apt-repository -y ppa:certbot/certbot
ap... | playbooks/apache.yaml |
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
# Prime the caches every Monday
- cron: 0 1 * * MON
jobs:
build:
name: Build and test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
... | .github/workflows/ci.yml |
name: publish
on:
push:
tags:
- v*
jobs:
docker:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Version
id: version
run: |
echo ::set-output name=VERSION::${GITHUB_REF:11}
- name: Set up QEMU
uses: doc... | .github/workflows/push.yaml |
---
- name: Get UCLDC operator keys to account, no need for master key
become: no
get_url:
url: https://raw.github.com/ucldc/appstrap/master/cdl/ucldc-operator-keys.txt
dest: ~/.ssh/ucldc_operator_keys
force: no
- name: get lines for adding to authorized_keys
become: no
shell: tail -n+2 ~/.ssh/ucldc... | ansible/roles/common/tasks/add_operator_keys.yml |
---
# tasks file for psm_clean
- name: Find all inf and log files in hardening folder
win_find:
paths: "{{ psm_installation_path }}\\PSM\\Hardening"
patterns: ['*.inf', '*.log']
register: files_to_delete
- name: Delete all inf and log files in the hardening folder
win_file:
path: "{{ item.path }}"
... | tasks/psm_clean.yml |
name: ReadResult
uid: '@azure/ai-form-recognizer.ReadResult|beta'
package: '@azure/ai-form-recognizer|beta'
summary: |
The result of analysis using the prebuilt "read" model ("prebuilt-read").
This model produces only textual information: pages and languages.
fullName: ReadResult
remarks: ''
isPreview: false
isDepr... | reference-docs/cognitive-services/azure-ai-form-recognizer/beta/ReadResult.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-18 08:11"
game: "Unreal Tournament"
name: "MH-QueenSistersV3"
author: "Raddi"
description: "None"
releaseDate: "2005-03"
attachments: []
originalFilename: "mh-queensistersv3.zip"
hash: "367f0ad5c7fba9bd07ead51462b27c4e45b50754"
fileSize: 2450216
files:
- name: "Monster... | content/Unreal Tournament/Maps/Monster Hunt/Q/3/6/7f0ad5/mh-queensistersv3_[367f0ad5].yml |
Dataset:
shape: [1024, 1024] # wxh
keep_size_ratio: True
img_idrid_url: /home/tmp/clpla/data/idrid/A. Segmentation/1. Original Images/a. Training Set/
^mask_idrid_url: /home/tmp/clpla/data/idrid/A. Segmentation/2. All Segmentation Groundtruths/a. Training Set/
img_messidor_url: /home/tmp/clpla/data/messidor/o... | experiments/contrastive_training/config_contrastive.yaml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 18:25"
game: "Unreal Tournament"
name: "CTF-iKes[V2]"
author: "Kris (R3plicant) Andrews"
description: "This version is for Instagib ONLY."
releaseDate: "2006-01"
attachments:
- type: "IMAGE"
name: "CTF-iKes[V2]_shot_3.png"
url: "https://f002.backblazeb2.com/file... | content/Unreal Tournament/Maps/Capture The Flag/I/e/b/d9352b/ctf-ikesv2_[ebd9352b].yml |
title: Developing Mobile Apps
metadata:
title: 'Exam 70-357: Developing Mobile Apps'
description: 'Exam 70-357: Developing Mobile Apps'
uid: exam.70-357
displayName: 70-357
summary: |-
<div><font color='red'><strong>Este examen se retiró el 31 de enero de 2021. Para conocer las opciones disponibles actualmente, p... | learn-certs-pr/exams/70-357.yml |
os: linux
dist: bionic
language: c
compiler: gcc
# This defines a "matrix" of jobs. Each combination of environment variables
# defines a different job. They run in parallel, five at a time. We have
# divided the matrix into "stages"; if any stage has a failure, testing stops
# and the remaining stages are skipped. No... | test/travis.yml |
items:
- uid: com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfResultFormat
id: WithWhatIfResultFormat
artifact: com.microsoft.azure:azure-mgmt-resources:1.36.1
parent: com.microsoft.azure.management.resources
children:
- com.microsoft.azure.management.resources.Deployment.Executi... | docs-ref-autogen/com.microsoft.azure.management.resources.Deployment.ExecutionStages.WithWhatIfResultFormat.yml |
type: module
# The module category can be either "template" or "helm-chart" or "security-exception"
# For now, we only support "helm-chart", "template will NOT support yet
category: helm-chart
# The name here just for display purpose, not necessary to be the same as the name in the directory. Optional
name: watson-lan... | repo/cpd/3.5/modules/watson-language-pak-3/x86_64/1.2/main.yaml |
device:
name: eg
version: 1.0
variables:
name: eg
baresip_base: "/home/interkom/{{id(app).variables.name}}/baresip"
platforms:
- platform: plugins.mqtt
id: mqtt
variables:
base_topic: "home/{{id(app).variables.name}}"
host: home
port: 1883
availability:
topic: "{{id(mqtt).variables.base_topi... | src/eg.yaml |
version: "2.4"
services:
uploader:
image: ziemsky/gdrive-uploader:latest
mem_limit: 34m
restart: always
volumes:
# Location of custom configuration file, overriding some or all configuration options.
#
# Optional. Uncomment to enable, in which case make sure to also uncomment the l... | docker/compose/docker-compose_example.yaml |
name: VirtualMachineScaleSetUpdateOSProfile
uid: '@azure/arm-compute.VirtualMachineScaleSetUpdateOSProfile'
package: '@azure/arm-compute'
summary: Describes a virtual machine scale set OS profile.
fullName: VirtualMachineScaleSetUpdateOSProfile
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties... | docs-ref-autogen/@azure/arm-compute/VirtualMachineScaleSetUpdateOSProfile.yml |
id: foia_vic4_response_time
label: 'Import VI. ADMINISTRATIVE APPEALS / C. (4) paragraphs from NIEM-XML data.'
migration_group: foia_component_data_import
source:
item_selector: '/iepd:FoiaAnnualReport/foia:AppealResponseTimeSection/foia:ResponseTime'
fields:
-
name: report_year
label: 'Fiscal year ... | docroot/modules/custom/foia_upload_xml/config/install/migrate_plus.migration.foia_vic4_response_time.yml |
name: deploy
on:
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
overlay:
description: The environment to update
default: 'dev'
required: true
tag:
description: The tag to deploy
default: 'dev'
required: true
# A workflow run is made up of... | .github/workflows/deploy.yml |
name: Startup
on:
push:
branches:
- master
paths:
- '**.yml'
- '**.el'
- lisp/**
- site-lisp/**
pull_request:
branches:
- master
paths-ignore:
- '**.md'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progres... | .github/workflows/startup.yml |
---
- name: Set fact indicating that tests are being run
set_fact:
prometheus_software_testing: true
prometheus_local_archive: '{{ lookup("env", "PROMETHEUS_LOCAL_ARCHIVE") | bool }}'
- name: Gather Operating System specific variables
include_vars: '{{ os_var_file }}'
loop_control:
loop_var: os_var_f... | tests/playbooks/install_common_pre.yml |
name: Map Taxa to Functions using FAPROTAX - v1.2.4
subtitle : FAPROTAX is a database that maps prokaryotic clades (e.g. genera or species) to established metabolic or other ecologically relevant functions, using the current literature on cultured strains
tooltip: FAPROTAX maps prokaryotic clades (e.g. genera or specie... | ui/narrative/methods/faprotax/display.yaml |
---
- name: Extensions | configure PgBouncer
when: groups.postgresql[0] == inventory_hostname
block:
# Avoid wrong process identification as interpreted script is used
# See https://chris-lamb.co.uk/posts/start-stop-daemon-exec-vs-startas
- name: Extensions | PgBouncer | Debian | Change daemon start sto... | ansible/playbooks/roles/postgresql/tasks/extensions/pgbouncer/extension.yml |
name: Create Release
on:
push:
branches: [ 'main' ]
jobs:
create_release:
runs-on: ubuntu-18.04
name: Create Release
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
# - name: Determine next version
# id: tag_version_dry_run
# ... | .github/workflows/auto-release.yaml |
clusters:
- name: dev
config:
addresses: # A list of Elasticsearch nodes to use.
- http://dev-es:9200
# username: "elastic" # Username for HTTP Basic Authentication
# password: "<PASSWORD>" # Password for HTTP Basic Authentication
# cloudid: "clustername:id" # Endpoint for the Elas... | example.yml |
name: MountConfiguration
uid: '@azure/arm-batch.MountConfiguration'
package: '@azure/arm-batch'
summary: The file system to mount on each node.
fullName: MountConfiguration
remarks: ''
isPreview: false
isDeprecated: false
type: interface
properties:
- name: azureBlobFileSystemConfiguration
uid: '@azure/arm-batch.... | preview-packages/docs-ref-autogen/@azure/arm-batch/MountConfiguration.yml |
apiVersion: cr.kanister.io/v1alpha1
kind: Blueprint
metadata:
name: k8ssandra-blueprint
actions:
backup:
outputArtifacts:
backupInfo:
keyValue:
apiVersion: '{{ .Phases.createCassandraBackup.Output.apiVersion }}'
group: '{{ .Phases.createCassandraBackup.Output.group }}'
... | examples/k8ssandra/k8ssandra-blueprint.yaml |
- name: Adatelemzési virtuális gép dokumentációja
href: index.yml
items: null
- name: Áttekintés
expanded: true
items:
- name: Mi az az adatelemzési virtuális gép?
href: overview.md
- name: Mi az a mélytanulási virtuális gép?
href: deep-learning-dsvm-overview.md
- name: Mi az a mesterség... | articles/machine-learning/data-science-virtual-machine/toc.yml |
__id: en
__langname: English
Can be Extended For: Extension
contest_create: Contest Create
contest_detail_problem_submit: Submit Contest Problem
contest_edit: Contest Edit
contest_main: Contest
contest_scoreboard: Scoreboard
discussion_create: Create Discussion
discussion_detail: Discussion Detail
discussion_edit: Disc... | packages/hydrooj/locales/en.yaml |
guidelines:
1: PAS.v1
test_cases:
- id: Age 3, Low
input:
1:
gt0003|Respiration rate: 30,/min
gt0005|Age: 3,a
gt0009|Auscultation: 1|local::at0009|Normal breath sounds to end-expiratory wheeze only|
gt0010|Oxygen requirements: 1|local::at0005|>95% on room air|
gt0011|Retractions: 1... | gdl2/PAS.v1.test.yml |
AWSTemplateFormatVersion: '2010-09-09'
Metadata:
AWS::ServerlessRepo::Application:
Name: eks-kubectl-apply
Description: "This Lambda function `kubectl apply -f` to update kubernetes objects for you"
Author: <NAME>
SpdxLicenseId: Apache-2.0
LicenseUrl: LICENSE
ReadmeUrl: README.md
Labels: ... | samples/create-k8s-objects/sar-sam.yaml |
name: OFRP CI
on:
workflow_dispatch:
jobs:
build:
name: OFRP Build CI
runs-on: ubuntu-18.04
env:
OEM: samsung
DEVICE: j1pop3g
BRANCH: twrp-5.1
steps:
- uses: actions/checkout@v2
- name: Installing build dependencies
run: |
sudo apt-get update
... | .github/workflows/ofrp.yml |
version: '3' # 配置文件兼容版本
networks: # 网络设置
back-tire:
services: # 容器编排中不同服务的配置
web: # 容器名称
build: . # 使用当前目录下 Dockerfile 构建镜像
depends_on: # 服务依赖,启动当前服务的容器时,必须先启动其依赖容器。即 redis 和 mysql 会先于 web 启动。
- redis
- mysql
environment: ... | docker-compose.yaml |
allOf:
- $ref: "self_mailer_base.yml"
- $ref: "../../../shared/models/form_factor/input_to.yml"
- $ref: "../../../shared/models/form_factor/input_from_us.yml"
- type: object
required:
- to
- inside
- outside
properties:
inside:
description: >
The artwork to u... | resources/self_mailers/models/self_mailer_editable.yml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/chef-server-12-trigger-git_poll/99/
timestamp: 2016-04-27 19:50:08 UTC
duration: 1h26m5s
active_duration: 1h54m24s
parameters: {}
change:
git_remote: <EMAIL>:chef/chef-server.git
git_commit: bbc<PASSWORD>b99c9db9db<PASSWORD>fa
project: chef-server
version: 1... | reports/wilson.ci.chef.co/job/chef-server-12-trigger-git_poll/99.yaml |
quarkus:
profile: dev
package:
type: fast-jar
# type: native
native:
additional-build-args: --allow-incomplete-classpath
# container-build: true
# container-runtime: docker
# container-image:
# build: true
vertx:
prefer-native-transport: true
http:
so-reuse-port: true
swagger-u... | src/main/resources/application.yaml |
---
# tasks file for cassandra
- apt_repository:
repo: ppa:openjdk-r/ppa
state: present
- name: apt-get update
command: apt-get update
sudo: yes
- name: Import the Apache Cassandra Repository Tasks
include: apache_repo.yml
when: cassandra_configure_apache_repo == True
- name: Custom Facts Part 1 o... | roles/cassandra/tasks/main.yml |
language: python
sudo: required
# https://docs.travis-ci.com/user/ci-environment/ to get a modern gcc etc
dist: trusty
# notes from http://conda.pydata.org/docs/travis.html
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.5"
- "3.6"
install:
# We do this condition... | .travis.yml |
branches:
only:
- master
- development
- dev-build-test
environment:
nodejs_version: "8"
matrix:
- COMPONENT_NAME: process-service
- COMPONENT_NAME: content-service
- COMPONENT_NAME: core
- COMPONENT_NAME: insights
# - COMPONENT_NAME: ng2-demo-shell
# Install scripts. (runs after r... | appveyor.yml |
---
http_interactions:
- request:
method: post
uri: https://api.trello.com/1/boards?key=DEVELOPER_PUBLIC_KEY&token=MEMBER_TOKEN
body:
encoding: UTF-8
string: name=IT+99&idOrganization=5e93ba154634282b6df23bcc&desc=testing+board+create
headers:
Accept:
- "*/*"
User-Agent:
... | spec/cassettes/can_success_create_a_board.yml |
items:
- uid: "com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages.WithServicePrincipalProfile"
id: "WithServicePrincipalProfile"
parent: "com.microsoft.azure.management.containerservice"
children:
- "com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages... | docs-ref-autogen/com.microsoft.azure.management.containerservice.ContainerService.DefinitionStages.WithServicePrincipalProfile.yml |
items:
- uid: ext_azure-cli-iot-ext_az_iot_pnp
name: az iot pnp
summary: Manage entities of an IoT Plug and Play model repository.
description: ''
langs:
- azurecli
children: []
commands:
- uid: ext_azure-cli-iot-ext_az_iot_pnp_capability_model
name: az iot pnp capability-model
summary: Manage device ca... | latest/docs-ref-autogen/ext/azure-cli-iot-ext/iot/pnp.yml |
uuid: 7554506c-f2e7-4e16-a2d7-8cdb7975350d
langcode: en
status: true
dependencies:
config:
- field.field.node.encyclopedia_item.body
- field.field.node.encyclopedia_item.field_glossary_section
- field.field.node.encyclopedia_item.field_image
- field.field.node.encyclopedia_item.field_image_caption
... | config-yml/core.entity_form_display.node.encyclopedia_item.default.yml |
---
name: Release
on:
workflow_dispatch:
push:
branches:
- master
tags:
- '*'
env:
GO_VERSION: 1.15
GORELEASER_VERSION: v0.146.0
jobs:
create-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup... | .github/workflows/release.yml |
fos_user:
db_driver: orm
firewall_name: main
user_class: Cdlr\codeBundle\Entity\User
service:
user_manager: pugx_user_manager
pugx_multi_user:
users:
user_one:
entity:
class: Cdlr\codeBundle\Entity\Admin
# factory:
registration:
form:... | src/Cdlr/codeBundle/Resources/config/config.yml |
name: Excel.ConditionalColorScaleCriterion
uid: 'excel!Excel.ConditionalColorScaleCriterion:interface'
package: excel!
fullName: Excel.ConditionalColorScaleCriterion
summary: 'Represents a color scale criterion which contains a type, value, and a color.'
remarks: '\[ [API set: ExcelApi 1.6](/office/dev/add-ins/referenc... | docs/docs-ref-autogen/excel_online/excel/excel.conditionalcolorscalecriterion.yml |
# Please remember the following before you begin:
# - This plugin is not a standalone IRCd, and will not function without an InspIRCd
# instance to link to. You can find InspIRCd at http://inspircd.org/
# - This plugin is currently only compatible with recent versions of InspIRCd. This is
# the only type of IRCd y... | config.yml |
version: 0.1
name: test1
providers:
openwhisk:
ow_cluster1:
auth:
ow_auth: <PASSWORD>:<PASSWORD>zO<PASSWORD> <KEY>
ow_api_host:
ow_apigw_access_token: hello
path: ./Functions/nodeinfo/openwhisk/
monitoring:
openwhisk: ""
kubernetes: ""
meta:
... | config-sample.yaml |
_portal: &portal
typ: PORTAL
imagename: objects/portal.png
passable: True
takeable: False
collided: True
_floor: &floor
imagename: objects/block0.png
typ: MAPGROUND
passable: True
takeable: False
collided: False
_block: &block
imagename: objects/block0.png
typ: MAPWALL
... | surgame/data/objects.yaml |
---
result: SUCCESS
url: http://wilson.ci.chef.co/job/chef-marketplace-trigger-nightly-master/65/
timestamp: 2016-02-12 08:10:00 UTC
duration: 3h56m16s
active_duration: 3h55m49s
parameters: {}
change:
git_remote: <EMAIL>:chef-partners/omnibus-marketplace.git
git_commit: <PASSWORD>
project: chef-marketplace
vers... | reports/wilson.ci.chef.co/job/chef-marketplace-trigger-nightly-master/65.yaml |
---
- name: Configure node for test
hosts: oioswift
become: true
gather_facts: true
any_errors_fatal: true
environment: "{{ openio_environment }}"
pre_tasks:
- name: set openio_bind_address as fact
set_fact:
openio_bind_address: "{{ openio_bind_address }}"
tasks:
- name: Install AW... | products/sds/playbooks/postinstall.yml |
interactions:
- request:
body: null
headers:
User-Agent:
- azsdk-python-storage-blob/12.4.0b1 Python/3.7.3 (Windows-10-10.0.18362-SP0)
x-ms-date:
- Tue, 04 Aug 2020 17:44:07 GMT
x-ms-version:
- '2019-12-12'
method: PUT
uri: https://storagenamestorname.blob.core.window... | sdk/storage/azure-storage-blob/tests/recordings/test_container_async.test_delete_blobs_with_if_tagss.yaml |
services:
apiserver:
extends:
file: common.yml
service: common
image: ${AS_IMAGE}
environment:
DS_HOST: ${DS_HOST}
DS_PORT: ${DS_PORT}
DS_SECRET: ${DS_SECRET}
# Warning: Temporal variable
FS_HOST: ${FS_HOST_PUBLIC}
FS_PORT: ${FS_PORT}
FS_USERNAME: ${... | .compose/01_base.yml |
test: off
version: '0.3.3.{build}'
image: Visual Studio 2017
environment:
my_pfx:
secure: jxL/b1xngUepPiYC48vTzA==
branches:
only:
- master
- develop
skip_tags: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembl... | appveyor.yml |