code
stringlengths
38
801k
repo_path
stringlengths
6
263
name: GitStars version: 0.1.0.0 github: "githubuser/agentultra" license: BSD3 author: "<NAME>" maintainer: "<EMAIL>" copyright: "2018 <NAME>" extra-source-files: - README.md - ChangeLog.md # Metadata used when publishing your package ...
package.yaml
--- Name: Total_Recon Description: Total Recon is a progressive, story-based game designed to teach nmap network reconnaissance. Instructions: Instruct students to connect to the first machine, and further login instructions will appear onscreen once connected. Codelab: http://localhost:5000/404 Groups: - Name: Stu...
scenarios/prod/total_recon/total_recon.yml
id: "20180035" week: 35 year: 2018 title: ロックなビリージョエルで漫遊記 subtitle: "" guests: [] categories: ["アーティスト特集"] date: 2018-09-02 playlist: - id: "2018003501" week: 35 name: 夏が終わる artist: スピッツ year: 1993 nation: JPN label: ポリドール producer: - 笹路正徳 corner: 漫遊前の一曲 title: 夏が終わる inde...
data/yaml/2018/0035.yaml
title: Máquinas virtuais do Linux no Azure summary: Documentação para criação e gerenciamento de máquinas virtuais do Linux no Azure. metadata: title: Máquinas virtuais do Linux no Azure description: Documentação para criação e gerenciamento de máquinas virtuais do Linux no Azure. services: virtual-machines-linux...
articles/virtual-machines/linux/index.yml
cerad_tourn_index: path: / defaults: { _controller: CeradTournBundle:Main:index } cerad_tourn_welcome: path: /welcome defaults: { _controller: CeradTournBundle:Main:welcome } cerad_tourn_home: path: /home defaults: { _controller: CeradTournBundle:Home:home } cerad_tourn_textalerts: path: /text...
src/Cerad/Bundle/TournBundle/Resources/config/routing.yml
.security_parent_job: stage: security_tools extends: - .dd_upload_report tags: [docker] allow_failure: true #### GitLeaks ##### appsec:gitleaks: extends: [.security_parent_job] variables: DD_SCAN_TYPE: 'Gitleaks Scan' DD_REPORT_FILE_NAME: 'gitleaks.json' GIT_DEPTH: 0 image: name: ${C...
pipeline/security_tools.yml
titles: Art: - 'How to choose the right colors for your brand' - 'How to get the most out of NumberNine CMS: Tips for graphic designers and agencies' - 'Your ultimate guide to designing with background' - "39 of the most beautiful YouTube banners we've seen" - "How one nonpro...
src/Resources/faker/templates/titles.yaml
trigger: none pool: name: 'MicroBuildV2Pool' steps: - task: CmdLine@2 displayName: 'Build vcpkg' inputs: script: .\bootstrap-vcpkg.bat - task: CmdLine@2 displayName: "Build vcpkg with CMake and Run Tests" inputs: failOnStderr: true script: | .\vcpkg.exe fetch cmake ...
scripts/azure-pipelines/windows/signing.yml
apiVersion: v1 kind: Namespace metadata: name: timemachine --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: local-path-retain provisioner: rancher.io/local-path reclaimPolicy: Retain volumeBindingMode: WaitForFirstConsumer --- apiVersion: v1 kind: Service metadata: name: timemachine-udp name...
timemachine-k3s.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: index rw: RW - !ruby/object:RI::Attribute comment: name: value rw: RW class_methods: - !ruby/object:RI::MethodSummary name: "[]" - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::...
gems/gems/facets-2.4.3/doc/ri/Association/cdesc-Association.yaml
items: - name: Bing Entity Search のドキュメント href: index.yml - name: 概要 items: - name: Bing Entity Search とは href: search-the-web.md - name: REST API のクイック スタート items: - name: C# href: quickstarts/csharp.md - name: Java href: quickstarts/java.md - name: Node.js href: quickstarts...
articles/cognitive-services/Bing-Entities-Search/toc.yml
--- '001': code: '001' name: 本店 kana: ホンテン hira: ほんてん roma: honten '002': code: '002' name: 吉方金融 kana: ヨシカタキンユウ hira: よしかたきんゆう roma: yoshikatakinyuu '003': code: '003' name: 城北金融 kana: ジヨウホクキンユウ hira: じようほくきんゆう roma: jiyouhokukinyuu '007': code: '007' name: 邑美 kana: オウミ hira: おうみ ...
data/branches/7601.yml
apiVersion: v1 kind: ServiceAccount metadata: name: fluentd namespace: kube-system --- apiVersion: rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: name: fluentd namespace: kube-system rules: - apiGroups: - "" resources: - namespaces - pods - pods/logs verbs: - get - list - watch...
k8s/demo/efk/fluentd/fluentd-ds.yaml
homepage: https://github.com/aviaviavi/curl-runnings#readme changelog-type: '' hash: fe2fcf1c04dfd20a93f955e2c6451843a0298700c2cc11acedac843eca74c6f2 test-bench-deps: base: ! '>=4.7 && <5' hspec: ! '>=2.4.4' curl-runnings: -any hspec-expectations: ! '>=0.8.2' directory: ! '>=1.3.0.2' maintainer: <EMAIL> synop...
packages/cu/curl-runnings.yaml
name: 'Ticket management' description: |- APIs for managing Ticket endpoints: - httpMethods: - GET uri: api/Ticket metadata: title: 'display all Ticket' description: '' authenticated: true custom: [] headers: Authorization: 'Bearer {YOUR_AUTH_KEY}' Conten...
.scribe/endpoints.cache/04.yaml
name: OperationStatus uid: '@azure/arm-analysisservices.OperationStatus' package: '@azure/arm-analysisservices' summary: '' fullName: OperationStatus remarks: '' isPreview: false isDeprecated: false type: interface properties: - name: endTime uid: '@azure/arm-analysisservices.OperationStatus.endTime' package:...
docs-ref-autogen/@azure/arm-analysisservices/OperationStatus.yml
name: CI on: [ push, pull_request ] env: NODE_VERSION: 14.x jobs: install: runs-on: ubuntu-latest steps: - name: Begin CI... uses: actions/checkout@v2 - name: Use Node ${{ env.NODE_VERSION }} uses: actions/setup-node@v2 with: node-version: ${{ env.NODE_VERSI...
.github/workflows/ci.yml
name: Test Execution on: # Triggers the workflow on push & pull request events for the main branch. Also allows for manual triggers push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: '0 12 * * *' # Execute every day at noon workflow_dispatch: jobs: test: runs-on: ...
.github/workflows/main.yml
name: "\U0001F4A5 Build error" description: Some package in Spack didn't build correctly title: "Installation issue: " labels: [build-error] body: - type: markdown attributes: value: | Thanks for taking the time to report this build failure. To proceed with the report please: 1. Title the is...
.github/ISSUE_TEMPLATE/build_error.yml
title: Telegram author: appleboy tags: - notifications - chat logo: telegram.svg repo: https://github.com/appleboy/drone-telegram image: https://hub.docker.com/r/appleboy/drone-telegram license: Apache License 2.0 readme: https://github.com/appleboy/drone-telegram/blob/master/README.md description: The Telegram plu...
plugins/telegram/content.yaml
profile: # Your profile, required name: 'Lucka' # Your name, required avatar: 'https://s.gravatar.com/avatar/f03d18971cd558e09f51ad19923bf077?s=180' # URL to your avatar, `180x180px` recommended, required babels: # List of your Babel, optional - lang: 'zh' # Language code, required level: 'N' # Babe...
config.yaml
- Test with that Finance manager who can only create supplier invoice. - !context uid: 'res_users_account_manager' - In order to test account invoice I create a new supplier invoice - I create a Tax Codes - !record {model: account.tax.code, id: tax_case}: name: Tax_case company_id: base.main_comp...
web/addons/account/test/account_supplier_invoice.yml
parameters: kunstmaan_pagepart.page_part_configuration_reader.class: 'Kunstmaan\PagePartBundle\PagePartConfigurationReader\PagePartConfigurationReader' kunstmaan_pagepart.page_part_configuration_parser.class: 'Kunstmaan\PagePartBundle\PagePartConfigurationReader\PagePartConfigurationParser' kunstmaan_pagep...
src/Kunstmaan/PagePartBundle/Resources/config/services.yml
steps: - name: ':npm: :docker: Build UI-component base image' plugins: docker-compose#v2.3.0: build: build image-repository: docker.sendgrid.net/sendgrid cache-from: build:docker.sendgrid.net/sendgrid/ui-components:latest - wait - name: ':docker: Push image to latest tag' #...
.buildkite/buildPipeline.yml
name: 'Slack Release Deployment' description: 'An opinionated Github action that notifies platforms-bot to update Slack based on a particular action.' author: 'Platforms' inputs: action: description: 'The type of event being performed, for a full list check the platforms-bot readme https://github.com/Footage-Firm...
action.yml
uid: azure.mgmt.automation.models.UpdateConfiguration name: UpdateConfiguration fullName: azure.mgmt.automation.models.UpdateConfiguration module: azure.mgmt.automation.models inheritances: - msrest.serialization.Model summary: 'Update specific properties of the software update configuration. All required parameter...
preview/docs-ref-autogen/azure-mgmt-automation/azure.mgmt.automation.models.UpdateConfiguration.yml
name: privacyidea_authenticator description: An OTP Authenticator App for privacyIDEA Authentication Server. homepage: https://netknights.it repository: https://github.com/privacyidea/pi-authenticator publish_to: none # The following defines the version and build number for your application. # A version number is thre...
pubspec.yaml
nameOverride: "" fullnameOverride: "" # Number of Cerbos pods to run replicaCount: 1 # Container image details image: repository: ghcr.io/cerbos/cerbos pullPolicy: IfNotPresent # Image tag to use. Defaults to the chart appVersion. tag: "" imagePullSecrets: [] initContainers: [] serviceAccount: # Specifi...
deploy/charts/cerbos/values.yaml
--- !<SKIN> contentType: "SKIN" firstIndex: "2018-12-26 03:59" game: "Unreal Tournament" name: "MishimaSamurai" author: "Unknown" description: "None" releaseDate: "2008-03" attachments: - type: "IMAGE" name: "MishimaSamurai_shot_6.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournamen...
content/Unreal Tournament/Skins/M/5/0/0b207b/mishimasamurai_[500b207b].yml
name: Macos Build on: [push, pull_request, workflow_dispatch] concurrency: group: ci-${{github.workflow}}-${{ github.ref }} cancel-in-progress: true jobs: build: runs-on: 'macos-latest' strategy: fail-fast: false # don't cancel if a job from the matrix fails matrix: config: [ ...
out/diydrones/ardupilot/.github_workflows_macos_build.yml
metadata: title: Preguntas más frecuentes sobre la API de Azure Cosmos DB para MongoDB description: Obtenga respuestas a las preguntas más frecuentes sobre la API de Azure Cosmos DB para MongoDB. author: SnehaGunda ms.service: cosmos-db ms.subservice: cosmosdb-mongo ms.topic: conceptual ms.date: 04/28/202...
articles/cosmos-db/mongodb-api-faq.yml
Transform: AWS::Serverless-2016-10-31 Parameters: EventBusName: Type: String Default: StripeEventBus Description: (Required) Name of EventBus. StripeWebhookSecret: Type: String Default: wshec_1234 Description: (Required) Your Stripe webhooks secret StripeSecretKey: Type: String Def...
template.yaml
--- publish_base: &publish_base image: plugins/ecr access_key: from_secret: ecr_access_key secret_key: from_secret: ecr_secret_key registry: 795250896452.dkr.ecr.us-east-1.amazonaws.com repo: 795250896452.dkr.ecr.us-east-1.amazonaws.com/server-tig/${DRONE_REPO_NAME} create_repository: true deploy_w...
.drone.yml
name: GitTreeDiff uid: azure-devops-extension-api.GitTreeDiff package: azure-devops-extension-api summary: '' fullName: GitTreeDiff remarks: '' isPreview: false isDeprecated: false type: interface properties: - name: baseTreeId uid: azure-devops-extension-api.GitTreeDiff.baseTreeId package: azure-devops-exten...
docs-ref-autogen/azure-devops-extension-api/GitTreeDiff.yml
# ============================================================================= # NexT Theme configuration # ============================================================================= # 多说帐号 duoshuo_shortname: your-duoshuo-shortname # DISQUS 帐号 (如果已经设置 多说 帐号,此选项将被跳过) disqus_shortname: your-disqus-shortname # Jia...
_config.yml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-16 18:53" game: "Unreal Tournament" name: "DM-ASMD_Battle][" author: "Javier \"PetrakeN\" Braceras" description: "None" releaseDate: "2005-11" attachments: - type: "IMAGE" name: "DM-ASMD_Battle][_shot_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-im...
content/Unreal Tournament/Maps/DeathMatch/A/9/f/437b59/dm-asmd_battle_[9f437b59].yml
backend: name: github repo: joaojusto/jose-gomes-landing-page branch: master media_folder: "pages/" collections: - name: "events" label: "Eventos" folder: "Data/events" create: true slug: "{{uuid}}" fields: - { name: "location", label: "Localização", widget: "string" } - { name...
public/admin/config.yml
- labels: env: test namespace: webapp region: us-east-2 type: kubernetes key: bucket value: webapp-test-environment - labels: env: test namespace: webapp type: kubernetes key: domain value: example-test.com - labels: env: test namespace: webapp type: kubernetes key: web...
examples/kv.yaml
uid: "com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthServerInner" fullName: "com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthServerInner" name: "ApplicationGatewayBackendHealthServerInner" nameWithType: "ApplicationGatewayBackendHealthServerInner" summary: ...
docs-ref-autogen/com.azure.resourcemanager.network.fluent.models.ApplicationGatewayBackendHealthServerInner.yml
items: - uid: '@azure/storage-blob.IBlobDownloadOptions' name: IBlobDownloadOptions fullName: IBlobDownloadOptions children: - '@azure/storage-blob.IBlobDownloadOptions.blobAccessConditions' - '@azure/storage-blob.IBlobDownloadOptions.progress' - '@azure/storage-blob.IBlobDownloadOptions...
preview-packages/docs-ref-autogen/@azure/storage-blob/IBlobDownloadOptions.yml
name: Python testing on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: max-parallel: 4 matrix: os: [ubuntu-latest, windows-latest] python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-v...
.github/workflows/pythontest.yml
items: - uid: com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration.DefinitionStages id: DefinitionStages artifact: com.microsoft.azure:azure-mgmt-network:1.36.3 parent: com.microsoft.azure.management.network children: - com.microsoft.azure.management.network.ApplicationGatewayRedirec...
docs-ref-autogen/com.microsoft.azure.management.network.ApplicationGatewayRedirectConfiguration.DefinitionStages.yml
name: CD # Controls when the workflow will run on: push: tags: [ ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # Run CI workflow before # workflow_run: # workflows: ["CI"] # types: # - completed # A workflow run is made up of one or more jobs tha...
.github/workflows/CD.yml
inheritedMembers: - com.microsoft.azure.management.resources.fluentcore.arm.models.HasId.id() - com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner() - com.microsoft.azure.management.resources.fluentcore.model.Indexable.key() - com.microsoft.azure.management.resources.fluentcore.arm.models.HasManag...
legacy/docs-ref-autogen/com.microsoft.azure.management.servicebus.ServiceBusNamespace.yml
- company: Gaydio, and Freelance position: Senior Producer / Researcher (Radio) duration: Feb 2017 to Present summary: <ul><li>Coordinated major productions including 'Manchester Together - One Year On', and local, national, and international outside broadcasts for an audience of 500,000+ monthly listeners.</li>...
_data/experience.yml
--- - name: Inject and merge defaults settings with postgres_cluster_settings set_fact: postgres_cluster_settings: "{{ postgres_cluster_settings_defaults | combine(postgres_cluster_settings) }}" tags: [always] - name: Create "postgres" group group: name: postgres state: present - name: Create postg...
ansible/roles/!_databases/pgcluster/postgres/tasks/main.yml
--- # Controller Service kind: Deployment apiVersion: apps/v1 metadata: name: nifcloud-storage-csi-controller spec: replicas: 1 selector: matchLabels: app: nifcloud-storage-csi-controller template: metadata: labels: app: nifcloud-storage-csi-controller spec: nodeSelector: ...
deploy/kubernetes/base/controller.yaml
server: host: localhost:8080 contextPath: /aac # APPLICATION EXTERNAL URL application: url: http://localhost:8080/aac # DB CONFIGURATION jdbc: dialect: org.hibernate.dialect.MySQLDialect driver: com.mysql.jdbc.Driver url: jdbc:mysql://mysql:3306/aac?autoReconnect=true&amp;useSSL=false user: ac passwor...
conf/aac/application-local.yml
uid: "com.azure.ai.textanalytics.models.TextAnalyticsActions" fullName: "com.azure.ai.textanalytics.models.TextAnalyticsActions" name: "TextAnalyticsActions" nameWithType: "TextAnalyticsActions" summary: "The <xref uid=\"com.azure.ai.textanalytics.models.TextAnalyticsActions\" data-throw-if-not-resolved=\"false\" data-...
preview/docs-ref-autogen/com.azure.ai.textanalytics.models.TextAnalyticsActions.yml
project_list: pattern: / defaults: { _controller: "FabricaWebsiteBundle:Project:list" } project_create: pattern: /create-project defaults: { _controller: "FabricaWebsiteBundle:Project:create" } project_newsfeed: pattern: /projects/{slug} defaults: { _controller: "FabricaWebsiteBundle:Project:n...
src/Bundle/WebsiteBundle/Resources/config/routing/project.yml
name: CI/CD eShop on: push: branches: [ 'main' ] pull_request: branches: [ 'main' ] env: build_config: Release registry_name: lfraileacr.azurecr.io repository_name: eshop-web jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Do...
.github/workflows/ci-cd.yml
- name: Docs href: / topicHref: / items: - name: แพลตฟอร์ม Power href: /power-platform/ topicHref: /power-platform/ items: - name: Power BI tocHref: /power-bi/ topicHref: /power-bi/ items: - name: ผู้บริโภค tocHref: /power-bi/co...
powerbi-docs-pdf/breadcrumb/toc.yml
# Offense count: 1 # This cop supports safe autocorrection (--autocorrect). Layout/EmptyLines: Exclude: - 'config/environments/development.rb' # Offense count: 1 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: AllowForAlignment, AllowBeforeTrailingComments, ForceEqualSignAli...
.rubocop_todo.yml
tosca_definitions_version: tosca_simple_yaml_1_0 imports: - custom_types/switch.yaml - custom_types/switchport.yaml - custom_types/portinterface.yaml - custom_types/bngportmapping.yaml - custom_types/attworkflowdriverwhitelistentry.yaml - custom_types/attworkflowdriverservice.yaml - custom_types/s...
src/use_cases/seba_on_arm/install/fabric.yaml
image: Visual Studio 2017 clone_folder: C:\projects\sheep-qt shallow_clone: true # See https://www.appveyor.com/docs/windows-images-software/#qt environment: matrix: #- QTDIR: C:\Qt\5.6.3\mingw49_32 #- QTDIR: C:\Qt\5.6.3\msvc2015 #- QTDIR: C:\Qt\5.6.3\msvc2015_64 #- QTDIR: C:\Qt\5.7\mingw53_32 #...
.appveyor.yml
# This manifest installs Nuage VRS on # each worker node in a Kubernetes cluster. kind: DaemonSet apiVersion: apps/v1 metadata: name: nuage-vrs namespace: nuage-network-operator labels: k8s-app: nuage-vrs spec: selector: matchLabels: k8s-app: nuage-vrs updateStrategy: type: RollingUpdate ...
bindata/network/vrs/nuage-vrs-daemonset.yaml
uid: management.azure.com.compute.virtualmachinesizes.list name: List service: Compute groupName: Virtual Machine Sizes apiVersion: 2017-12-01 summary: Lists all available virtual machine sizes for a subscription in a location. consumes: - application/json produces: - application/json paths: - content: GET https://mana...
docs-ref-autogen/compute/VirtualMachineSizes/List.yml
os: linux dist: bionic language: go git: depth: false addons: apt: packages: - ruby-dev - rpm - build-essential - git - libgnome-keyring-dev - fakeroot - zip - upx go: - 1.15.x services: - docker install: - mkdir -p $GOPATH/bin # download super-linter: golangci-lint - c...
.travis.yml
- name: Confirm kubeadm version command: "{{ bin_dir }}/kubeadm version -o short" register: kubeadm_version_output - name: Setup kubeadm api version to v1beta1 set_fact: kubeadmConfig_api_version: v1beta1 when: - kubeadm_version_output.stdout is version('v1.13.0', '>=') - kubeadm_version_output.stdout ...
roles/upgrade/tasks/common.yml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "k8s-image-availability-exporter.fullname" . }} labels: helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}" app.kubernetes.io/name: "{{ template "k8s-image-availability-exporter.fullname" . }}" app.kubernetes.io/insta...
helm/k8s-image-availability-exporter/templates/deployment.yaml
groups: # Node exporter rules for CPU - name: Node Exporter CPU rules rules: ### CPU alerts ### # CPU High Utilization - alert: CPU-HighUtilization expr: > 100 - (avg by (instance, host) ( irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100 ) > 85 for: 15m la...
prometheus/rules/node_exporter.cpu.rules.yml
name: uci-movie description: This data set contains a list of over 10000 films including many older, odd, and cult films. There is information on actors, casts, directors, producers, studios, etc. homepage: https://archive.ics.uci.edu/ml/datasets/Movie files: - name: doc-html url: https://archive.ics.uci.edu/ml/m...
uci-movie.yaml
id: bitcoin name: Bitcoin alt_names: - BitCoin start_date: '2008-08-18' web: - 'https://bitcoin.org/' ledgers: - id: btc symbol: BTC name: Bitcoin type: blockchain networks: - id: main type: main name: mainnet proof_type: PoW algorithm: SHA256 mineable...
examples/models/project.yaml
items: - name: Documentation Service Bus Relay href: index.yml - name: Vue d’ensemble items: - name: Qu’est-ce que Relay ? href: relay-what-is-it.md - name: Forum Aux Questions href: relay-faq.md - name: Démarrages rapides items: - name: Créer une application hybride locale/dans le cloud ...
articles/service-bus-relay/TOC.yml
AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 Description: > data-migrator SAM Template for performing data migrations with Fauna, the data API for modern applications. Parameters: FaunaSecretParameter: Type: String Default: fauna-secret Globals: Function: Runtime:...
data-migrator/template.yaml
name: automerge workflow on: pull_request_target: jobs: automerge_job: name: automerge job runs-on: ubuntu-latest env: # append additional users to the USER_ALLOWLIST to allow automerge for them USER_ALLOWLIST: | '[ "${{github.repository_owner}}", "dependabot[bot...
.github/workflows/automerge.yaml
name: Build on: pull_request: release: types: - published jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-18.04, windows-latest, macos-latest] steps: - uses: actions/checkout@v2 # Include al...
.github/workflows/build_deploy.yml
title: Dokumentation mit grundlegenden Informationen zu Azure Active Directory summary: Hier werden die grundlegenden Konzepte und Prozesse von Azure Active Directory (Azure AD) erläutert. Dabei erfahren Sie unter anderem, wie Sie eine einfache Umgebung sowie einfache Benutzer und Gruppen erstellen. metadata: title: ...
articles/active-directory/fundamentals/index.yml
{% set data = load_setup_py_data() %} package: name: "pymt_landlab" version: {{ data.get('version') }} source: path: .. build: number: 0 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv" requirements: build: - {{ compiler('c') }} host: - python - pip ...
recipe/meta.yaml
items: - uid: "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithReverseFQDN" id: "WithReverseFQDN" parent: "com.microsoft.azure.management.network" children: - "com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithReverseFQDN.withReverseFqdn(java.lang.String)" ...
docs-ref-autogen/com.microsoft.azure.management.network.PublicIPAddress.DefinitionStages.WithReverseFQDN.yml
jobs: # mobile/examples/basic_usage/ios - job: BasicUsageIos pool: vmImage: "macOS-11" steps: - template: templates/use-python-step.yml - bash: | set -e pip install -r ../model/requirements.txt ../model/gen_model.sh ./OrtBasicUsage/model workingDirectory: mobile/examples/basic_usage...
ci_build/azure_pipelines/mobile-examples-pipeline.yml
uid: "com.azure.resourcemanager.sql.fluent.WorkloadClassifiersClient.createOrUpdateAsync*" fullName: "com.azure.resourcemanager.sql.fluent.WorkloadClassifiersClient.createOrUpdateAsync" name: "createOrUpdateAsync" nameWithType: "WorkloadClassifiersClient.createOrUpdateAsync" members: - uid: "com.azure.resourcemanager.s...
preview/docs-ref-autogen/com.azure.resourcemanager.sql.fluent.WorkloadClassifiersClient.createOrUpdateAsync.yml
# N.B. Settings that require a conversion to integer should NOT be set here. # They should be set in config.rb, in the Config class. home_description: home_feeds_cache_timeout: events_enabled: bioportal_api_key: jerm_enabled: email_enabled: no_reply: jws_enabled: jws_online_root: internal_help_enabled: external_help_u...
lib/seek/config_setting_attributes.yml
# This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configurat...
api/config/services.yaml
plugins: - serverless-webpack service: random-images provider: name: aws runtime: nodejs12.x region: us-east-1 custom: #domain: images.example.com #rootDomain: example.com #certificateArn: arn:aws:acm:us-east-1:000000000000:certificate/00000000-0000-0000-0000-000000000000 #fallbackImage...
serverless.yml
category: db app: oracle name: zh-CN: Oracle数据库 en-US: Oracle DB # 参数映射map. type是参数类型: 0-number数字, 1-string明文字符串, 2-secret加密字符串 # 强制固定必须参数 - host configmap: - key: host type: 1 - key: port type: 0 - key: username type: 1 - key: password type: 2 - key: database type: 1 - key: timeout ...
manager/src/main/resources/define/app/oracle.yml
items: - uid: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.DefinitionStages.WithProvider" id: "WithProvider" parent: "com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview" children: - "com.microsoft.azure.management.operationsmanagement.v2015_...
preview/docs-ref-autogen/com.microsoft.azure.management.operationsmanagement.v2015_11_01_preview.ManagementAssociation.DefinitionStages.WithProvider.yml
apiVersion: v1 kind: Template metadata: creationTimestamp: null name: cloud-navigator labels: template: cloud-navigator objects: - apiVersion: v1 data: Caddyfile: | 0.0.0.0:2015 root /var/www/html log stdout errors stdout rewrite { regexp ^\/topic(\/[...
app/openshift/templates/dc.yaml
name: deploy on: push: branches: - master - release- create: tags: - v* jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.j...
.github/workflows/deploy.yml
name: ErrorModel uid: '@azure/arm-recoveryservices.ErrorModel' package: '@azure/arm-recoveryservices' summary: The resource management error response. fullName: ErrorModel remarks: '' isPreview: false isDeprecated: false type: interface properties: - name: additionalInfo uid: '@azure/arm-recoveryservices.ErrorMod...
preview-packages/docs-ref-autogen/@azure/arm-recoveryservices/ErrorModel.yml
name: build on: push: branches: "**" tags: - '**' pull_request: branches: [ master ] jobs: build-and-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Compare version with git tag if: startsWith(github.ref, 'refs/tags/') run: | file...
.github/workflows/python-app.yml
apiVersion: v1 kind: ConfigMap metadata: name: config namespace: system 10-kubeadm.conf: | # Note: This dropin only works with kubelet v1.11+ [Service] Environment="KUBELET_KUBECONFIG_ARGS=--kubeconfig=/var/lib/kubelet/kubeconfig" Environment="KUBELET_DYNAMIC_ARGS=--config=/var/lib/kubelet/config....
config/kubelet/patch-configmap.yaml
--- - name: CloudFlare Dynamic DNS Updater block: - name: Install script ansible.builtin.get_url: url: https://github.com/K0p1-Git/cloudflare-ddns-updater/raw/main/cloudflare-template.sh dest: /usr/local/bin/cloudflare-ddns-updater owner: root group: root mode: 0700 ...
roles/dns/tasks/main.yml
trigger: - master stages: - stage: "Build_CPP_Binaries" jobs: - job: Windows pool: vmImage: 'windows-2019' steps: - script: | git clone --depth 1 https://github.com/evman182/json-schema-validator.git cd json-schema-validator mkdir build cd build cmake -DC...
azure-pipelines.yml
--- version: '3.5' services: ksql-server: image: confluentinc/${CP_KSQL_IMAGE}:${TAG} hostname: ksql-server container_name: ksql-server ports: - "8089:8089" environment: KSQL_HOST_NAME: ksql-server KSQL_CONFIG_DIR: "/etc/ksql" KSQL_LOG4J_OPTS: "-Dlog4j.configuration=file:...
troubleshooting/ksql-avro-ccloud/docker-compose.yml
# Whether or not the plugin blocks inappropriate party names block-inappropriate-names: false # Add words you would like to block here. blocked-names: wordlist: - 'blocked' - 'words' - 'these' - 'are' - 'placeholders' # Whether or not the plugin uses permissions # If set to false everyone will ...
src/main/resources/config.yml
version: '3.8' networks: global-network: external: true services: traefik: container_name: traefik image: traefik:latest restart: always labels: - traefik.enable=true - traefik.docker.network=global-network - traefik.http.routers.api.service=api@internal - traefik.http....
docker-compose.yml
--- - name: Set RAID status set_fact: raid_type: true raid_controller_sensor: "{{ idrac_info.system_info.ControllerSensor[my_idx3].FQDD }}" raid_enclosure_name: "Enclosure.Internal.0-1:{{ idrac_info.system_info.ControllerSensor[my_idx3].FQDD }}" raid_vd_status: "{{ idrac_info.system_info.VirtualDisk ...
control_plane/roles/provision_idrac/tasks/create_vd.yml
controller_list: - name: left_arm_controller action_ns: follow_joint_trajectory type: FollowJointTrajectory default: true joints: - left_arm_shoulder_pitch_joint - left_arm_shoulder_roll_joint - left_arm_shoulder_yaw_joint - left_arm_elbow_roll_joint - left_arm_forearm_yaw_joi...
config/controller.yaml
nameWithType: Faces.verifyFaceToFace type: method members: - fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.Faces.verifyFaceToFace(UUID faceId1, UUID faceId2) name: verifyFaceToFace(UUID faceId1, UUID faceId2) nameWithType: Faces.verifyFaceToFace(UUID faceId1, UUID faceId2) parameters: - descrip...
legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.faceapi.Faces.verifyFaceToFace.yml
outbound: # Outbound slots locations slots: # name: slot name # slots_group: name of the slot group where slot is contained # max_objects: numebr of object that can be contained in a slot, the value can be: minor than 0 if the slot has infinite space (e.g. to simulate a conveyor track that remove i...
manipulation_skills/config/slots_distribution.yaml
name: Build WebSite on: workflow_dispatch jobs: build: runs-on: ubuntu-20.04 strategy: matrix: node-version: [12.x] steps: - name: Checkout Source uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 wit...
.github/workflows/deploy.yml
name: Build/Test/Deploy on: push: branches: - master tags: - v[0-9]+.[0-9]+.[0-9]+ - v[0-9]+.[0-9]+.[0-9]+.[0-9]+ pull_request: jobs: run-scripts: runs-on: ubuntu-latest strategy: matrix: image: ['centos:centos7', 'rockylinux:8', 'quay.io/centos/centos:strea...
.github/workflows/build-test-deploy.yml
{{- if not .Values.prometheus.enabled }} # When multiple Prometheus instances are running outside the mesh in a multi-cluster setup # remote Prometheus instances could only be reached using mTLS and the local one without it. # Create a special host to only reach the local Prometheus without mTLS. apiVersion: networking...
assets/charts/backyards/templates/multicluster-prometheus-workaround.yaml
version: "3" services: job: build: ../docker/ops-playground-image command: "flink run -d /opt/ClickCountJob.jar --bootstrap.servers kafka:9092 --checkpointing" volumes: - ./conf:/opt/flink/conf clickevent-generator: build: ../docker/ops-playground-image command: "java -classpath /opt/Click...
operations-playground-ha/docker-compose.yaml
apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: mongodbs.mongodb.com spec: group: mongodb.com names: kind: MongoDB listKind: MongoDBList plural: mongodbs singular: mongodb scope: Namespaced subresources: status: {} validation: openAPIV3Schema: ...
deploy/crds/mongodb.com_mongodbs_crd.yaml
_id: eb028580-b45d-11e9-b05b-bd3bcc960d13 message: >- Shoe cdm.vomp.zacharythomas.github.io.vau.ew coat ligament, recalcitrant [URL=http://circulateindia.com/generic-cialis/ - generic cialis[/URL - [URL=http://earthbeours.com/prednisone/ - prednisone no prescription[/URL - [URL=http://circulateindia.com/ciali...
_data/comments/elasticsearch-restore/comment-1564665108237.yml
options: openstack-origin: default: distro type: string description: | Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket. Supported Cloud Archive sources include...
src/config.yaml
--- # vars file for ansible-wal-g # Storages ## AWS S3 storage setup walg_aws_config: [] # aws_profile: 'default' # aws_session_token: '' # walg_cse_kms_id: '' # walg_cse_kms_region: '' # walg_s3_sse: '' # walg_s3_sse_kms_id: '' # aws_access_key_id: "{{ walg_s3_id }}" # aws_secret_access_key: "{{ walg...
vars/main.yml
--- http_interactions: - request: method: get uri: http://api.themoviedb.org/3/search/list?api_key=c29379565234e20d7cbf4f2e835c3e41&language=en&query=Disney body: encoding: US-ASCII string: '' headers: Accept: - application/json Accept-Encoding: - gzip, deflate ...
spec/vcr/search/list.yml