code
stringlengths
38
801k
repo_path
stringlengths
6
263
--- - name: ADC_IN / ADC_INN / ADC_INP match: "^ADC(?:\\d+)?_IN[NP]?\\d+$" mode: analog - name: CAN_RX match: "^CAN\\d+_RX$" mode: alternate bias: pull-up - name: CAN_TX match: "^CAN\\d+_TX$" mode: alternate - name: DAC_OUT match: "^DAC(?:\\d+)?_OUT\\d+$" mode: analog - name: FDCAN_RX match: "^...
scripts/genpinctrl/config.yaml
- name: Get download webpage delegate_to: localhost run_once: True get_url: url: 'https://fritzing.org/download/' http_agent: "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0" dest: '/tmp/fritzingDownloadPage' timeout: 60 - name: Read file from download webpage delegate_to:...
tasks/main.yml
--- - name: apt | Add rabbitmq key become: yes apt_key: keyserver: "hkp://keyserver.ubuntu.com:80" id: "0A9AF2115F4687BD29803A206B73A36E6026DFCA" state: present register: _task retries: 5 delay: 3 until: _task is succeeded tags: rabbitmq - name: Ensure pre-requisites are installed become: y...
roles/StackStorm.rabbitmq/tasks/rabbitmq_debian.yml
--- name: Build Image Nightly for Docker on: workflow_dispatch: inputs: version: description: Image Tag default: nightly required: true git-ref: description: Git Ref default: master required: true schedule: - cron: "30 23 * * *" #push: #branch...
out/gem/oq-engine/.github_workflows_docker_dev.yml
mgn_article: path: /articles/{page} defaults: { _controller: MgnArticleBundle:Article:index, page: 1 } requirements: page: \d+ mgn_article_read: pattern: /article/{id}/{category}/{date}/{slug} defaults: { _controller: MgnArticleBundle:Article:read } requirements: id: ...
src/Mgn/ArticleBundle/Resources/config/routing.fr.yml
header: title: WELCOME TO ZHANG LAB #<br> Academy of Medical Engineering and Translational Medicine Tianjin University stitle: Academy of Medical Engineering and Translational Medicine, Tianjin University text: 'We focus on computational immunology and omics data mining and modeling' buttonall: ...
_data/sitetext.yml
uid: azure.cognitiveservices.vision.computervision.models.ComputerVisionInnerErrorCodeValue name: ComputerVisionInnerErrorCodeValue fullName: azure.cognitiveservices.vision.computervision.models.ComputerVisionInnerErrorCodeValue summary: An enumeration. module: azure.cognitiveservices.vision.computervision.models const...
docs-ref-autogen/azure-cognitiveservices-vision-computervision/azure.cognitiveservices.vision.computervision.models.ComputerVisionInnerErrorCodeValue.yml
language: cpp sudo: required dist: trusty matrix: include: - os: linux env: PYTHON=2.7 CUDA_VERSION="9.1.85_387.26" - os: linux env: PYTHON=3.4 CUDA_VERSION="9.1.85_387.26" - os: linux env: CONDA=2.7 CUDA_VERSION="9.1.85_387.26" - os: linux env: CONDA=3.6 CU...
.travis.yml
title: Linux commands description: This assignment is to help you self-assess your comprehension on **Linux**. Read carefully each question. Once answered, you will receive feedback. Good luck! questions: - type: "fill-single" points: 1 question: "You have a file `robot_script.sh` with read-only permission in y...
getting-started-with-ubuntu/_data/assessment/mod-1-assessment.yml
language: php services: - docker matrix: fast_finish: true include: - php: 7.2 env: LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-lowest' - php: 7.2 env: LARAVEL='5.6.*' TESTBENCH='3.6.*' COMPOSER_FLAGS='--prefer-stable' - php: 7.3 env: LA...
.travis.yml
nameWithType: OpenShiftManagedClustersInner.delete type: method members: - fullName: com.microsoft.azure.management.containerservice.implementation.OpenShiftManagedClustersInner.delete(String resourceGroupName, String resourceName) name: delete(String resourceGroupName, String resourceName) nameWithType: OpenShiftM...
legacy/docs-ref-autogen/com.microsoft.azure.management.containerservice.implementation.OpenShiftManagedClustersInner.delete.yml
uid: management.azure.com.storsimple.managers.listfeaturesupportstatus name: List Feature Support Status service: StorSimple groupName: Managers apiVersion: 2017-06-01 summary: Lists the features and their support status consumes: - application/json produces: - application/json paths: - content: GET https://management....
docs-ref-autogen/storsimple/Managers/ListFeatureSupportStatus.yml
gato_past: instructors: instructor1 topic: gato location: Alkek 155 site: sanmarcos cancelled: false seats: 3 tracs_past: instructors: instructor1 topic: tracs location: Alkek 155 site: sanmarcos cancelled: false seats: 20 no_survey_topic_past: instructors: instructor1 topic: no_survey_...
test/fixtures/sessions.yml
asyncapi: 1.2.0 info: title: Standard Events for Real Estate Software Integration and Automation. version: '0.0.2' description: | This document describes an event vocabulary for automating business processes across organizational boundaries in the residential real estate domain. The vocabulary and rela...
www/src-content/asyncapi.yaml
name: build and test on: [push] env: CONTAINER_REGISTRY: ghcr.io CONTAINER_REGISTRY_REPO: ghcr.io/${{ github.repository_owner }} CONTAINER_REGISTRY_USER: ${{ secrets.CONTAINER_REGISTRY_USER }} CONTAINER_REGISTRY_PASSWORD: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} DOCKER_IMAGE_NAME: kolga BUILD_HOST_IMAGE...
.github/workflows/on_push.yml
--- - name: set_fact docker_exec_cmd set_fact: docker_exec_cmd: "docker exec ceph-osd-{{ ansible_hostname }}" when: - containerized_deployment - name: include check_mandatory_vars.yml include: check_mandatory_vars.yml - name: include system_tuning.yml include: system_tuning.yml # Hard code this so w...
roles/ceph-osd/tasks/main.yml
- name: detail: Carnegie Mellon University i18n: company_e desc: detail: Research Programmer under Prof. <NAME> at Auton Lab, CMU i18n: company_e_desc date: detail: Aug 2020 i18n: company_e_date job: detail: Research Programmer/Analyst i18n: company_e_job icon: fa-plus-square - ...
_data/index/careers.yml
en: authorization: create_city_not_allowed: This user cannot create city instances. cure_diseases: already_cured: The disease is already cured. not_the_same_color: The cards are not the same color. wrong_number_of_cards: You do not have the correct number of cards. player_must_own_cards: The pla...
config/locales/en.yml
functions: - {summary: Converts a given big integer to an array of Booleans. The 0 element of the array is the least significant bit of the big integer., uid: Microsoft.Quantum.Convert.BigIntAsBoolArray} - {summary: Converts a given array of Booleans to an equivalent big integer. The 0 element of the array is t...
api/qsharp/microsoft.quantum.convert.yml
uid: "com.azure.messaging.eventgrid.implementation.EventGridPublisherClientImpl" fullName: "com.azure.messaging.eventgrid.implementation.EventGridPublisherClientImpl" name: "EventGridPublisherClientImpl" nameWithType: "EventGridPublisherClientImpl" summary: "Initializes a new instance of the EventGridPublisherClient ty...
docs-ref-autogen/com.azure.messaging.eventgrid.implementation.EventGridPublisherClientImpl.yml
--- - name: include OS-specific vars include: vars.yml - name: OS packages package: "name={{ item }} state=present" with_items: "{{ consul_os_packages }}" tags: installation - include: user.yml when: consul_create_user tags: consul_user - block: - name: download hashicorp gpg key file from keybase ...
tasks/install.yml
--- - hosts: pelican-gitreceive-openbsd gather_facts: false roles: [adarnimrod.openbsd-bootstrap] - hosts: pelican-gitreceive-xenial gather_facts: false roles: [adarnimrod.debian-bootstrap] - hosts: all tasks: - name: Create SSH keypair become: False local_action: command ssh-keygen -t...
tests/playbook.yml
author: <NAME> copyright: '2021' dependencies: - base >= 4.7 && < 5 - attoparsec - bytestring - containers - parallel - vector description: Please see the README on GitHub at <https://github.com/erochest/day2#readme> executables: day1-exe: dependencies: - Advent2021 ghc-options: - -threaded - -rts...
package.yaml
_id: 64201c30-aa12-11e9-96bc-538bd6997c7c message: >- Give vhu.phug.zacharythomas.github.io.zsm.aq coagulase-negative stenosis [URL=http://tattoosideasblog.com/cialis-generic/ - cialis reviews[/URL - [URL=http://iowansforsafeaccess.org/tadalafil-20-mg/ - cialis generic[/URL - cialis 20mg [URL=http://thegrizzl...
_data/comments/elasticsearch-restore/comment-1563533158105.yml
front_cart: path: /warenkorb/ defaults: { _controller: ShopsysShopBundle:Front\Cart:index } front_customer_edit: path: /kunde/bearbeiten/ defaults: { _controller: ShopsysShopBundle:Front\Customer:edit } front_customer_orders: path: /kunde/bestellungen/ defaults: { _controller: ShopsysShopBundl...
src/Shopsys/ShopBundle/Resources/config/routing_front_de.yml
title: slackmoji-regional-indicator emojis: - name: regional_indicator_a src: https://emojis.slackmojis.com/emojis/images/1532523105/4266/regional_indicator_a.png - name: regional_indicator_b src: https://emojis.slackmojis.com/emojis/images/1532523142/4267/regional_indicator_b.png - name: regional_indicat...
packs/slackmojis-regional-indicator.yaml
_known_files: /repositories/permian-frac-exchange/data/Apache Frac Schedule.xlsx: '2019-08-23T18:14:59.588020' /repositories/permian-frac-exchange/data/CQ Frac Schedule 081919.xlsx: '2019-08-23T18:15:35.476604' /repositories/permian-frac-exchange/data/DE3_Frac_Schedule_8-21-2019.xlsx: '2019-08-23T18:15:47.430579'...
config/download_log.yaml
%YAML 1.2 --- $id: http://devicetree.org/schemas/iio/adc/aspeed,ast2600-adc.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: ADC that forms part of an ASPEED server management processor. maintainers: - <NAME> <<EMAIL>> description: | • 10-bits resolution for 16 voltage channels. • The device...
Documentation/devicetree/bindings/iio/adc/aspeed,ast2600-adc.yaml
- uid: type2docfx.Directions name: Directions fullName: Directions children: - uid: type2docfx.Directions.Bottom name: Bottom children: [] langs: - typeScript summary: A simple enum member. type: field package: type2docfx - uid: type2docfx.Directions.Left ...
tests/data/enumerations/spec.yml
--- environment: matrix: # Ruby 2.4 (32bit) - ruby_version: "24" PYTHONDIR: "C:\\Python27" PYTHON: "C:\\Python27\\python.exe" - ruby_version: "24" PYTHONDIR: "C:\\Python35" PYTHON: "C:\\Python35\\python.exe" - ruby_version: "24" PYTHONDIR: "C:\\Python36" PYTHON: "C:\\Python36\\python...
appveyor.yml
--- result: SUCCESS timestamp: 2016-05-11 08:01:12 UTC url: http://manhattan.ci.chef.co/job/push-jobs-client-build/76/ trigger_url: http://manhattan.ci.chef.co/job/push-jobs-client-trigger-nightly-master/21/ duration: 57m25s runs: debian-6-i386: result: SUCCESS url: http://manhattan.ci.chef.co/job/push-jobs-c...
reports/stages/manhattan.ci.chef.co/job/push-jobs-client-build/76.yaml
items: - uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithFormat" id: "WithFormat" parent: "com.microsoft.azure.management.apimanagement.v2019_01_01" children: - "com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithFormat.withFormat(co...
docs-ref-autogen/com.microsoft.azure.management.apimanagement.v2019_01_01.ApiContract.UpdateStages.WithFormat.yml
apiVersion: extensions/v1beta1 kind: Deployment metadata: annotations: carrier: galloper kompose.cmd: kompose convert kompose.version: 1.7.0 (HEAD) traefik.enable: "true" traefik.http.middlewares.galloper-auth.forwardauth.address: http://carrier-auth/forward-auth/auth?target=json&scope=galloper ...
dev/newmanifests/galloper-deployment.yaml
gr: homepage: "Αρχική" welcome: "Καλώς ήρθατε στο ResearchGr" start_immediately: "Μπορείτε να ξεκινήσετε αμέσως δημιουργώντας ένα νέο έργο" account_activated: "Ο λογαριασμός σας έχει ενεργοποιηθεί. Μπορείτε τώρα να εισέλθετε και να δημιουργήσετε το πρώτο σας έργο." activation_email: "Έχετε λάβει email με οδη...
config/locales/defaults/gr.yml
name: '🏁 Create Release PR' # Controls when the action will run. Workflow runs when manually triggered using the UI or API. on: workflow_dispatch: # Inputs the workflow accepts. inputs: newVersion: # Friendly description to be shown in the UI instead of 'name' description: 'The versio...
.github/workflows/create-release-pr.yml
name: NodeBalancer Config description: > Describes a configuration for a NodeBalancer. schema: id: editable: false type: Integer value: 804 description: The ID of this NodeBalancer config. port: editable: true type: Integer value: 80 description: Port to bind to on the public inter...
docs/src/data/objects/nodebalancer_config.yaml
title: Nicolas Hoizey, passionate about the Web and photography author: <NAME> email: <EMAIL> description: > # this means to ignore newlines until "baseurl:" Nicolas Hoizey, passionate about the Web and photography, among many other interests. baseurl: "" url: "https://nicolas-hoizey.com" twitter_username: nhoizey gi...
_config.yml
--- language: php cache: directories: - $HOME/.composer/cache/files php: - nightly - 7.3 - 7.2 - 7.1 - 7.0 - 5.6 - 5.5 - 5.4 env: global: # - PATH=~/bin:~/.composer/vendor/bin:vendor/bin:$PATH - PATH=~/.composer/vendor/bin:$PATH - TEST_LINT=`true` matrix: fast_finish: true include: - php: 5.3 ...
.travis.yml
{% set name = "ngspice" %} {% set version = "36" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://downloads.sourceforge.net/project/ngspice/ng-spice-rework/{{ version }}/ngspice-{{ version }}.tar.gz sha256: 4f818287efba245341046635b757ae81f879549b326a4316b5f6e697aa517f8c patc...
recipe/meta.yaml
de: views: lifestyle_footprints: title: Berechnen Sie Ihre CO2-Bilanz questions: region: In welcher Region wohnen Sie? home: Wie wohnen Sie? home_area: Wie groß ist Ihr Zuhause? heating: Wie heizen Sie? green_electricity: Nutzen Sie Ökostrom? food: Wie s...
config/locales/views/lifestyle_footprints.de.yml
Create Link Create a link for an alternate character. This resets the owner_hash of the character to an empty string --- consumes: - application/json operationId: post_accounts_account_id tags: - Accounts parameters: - name: account_id in: path description: account's id...
waitlist/blueprints/swagger_api/accounts/links_post_v1.yml
name: CI on: [push, pull_request] jobs: build: name: ${{ matrix.platform.name }} ${{ matrix.config.name }} runs-on: ${{ matrix.platform.os }} strategy: fail-fast: false matrix: platform: - { name: Windows VS2019, os: windows-latest } - { name: Linux GCC, os: ubun...
out/eXpl0it3r/Examples/.github_workflows_ci.yml
name: Bug report title: "[Bug] Bug title " description: If something isn't working as expected. labels: [ "bug" ] body: - type: markdown attributes: value: | For better global communication, Please write in English. - type: checkboxes attributes: label: Search before asking descr...
.github/ISSUE_TEMPLATE/bug_report.yml
--- values: ingress: enabled: true hosts: - "{{ service_name }}.{{ domain }}" annotations: kubernetes.io/ingress.class: traefik traefik.ingress.kubernetes.io/router.entrypoints: websecure cert-manager.io/cluster-issuer: cloudflare-issuer tls: - secretName: "{{ service_nam...
ansible/host_vars/grafana/values.yml
--- !<SKIN> contentType: "SKIN" firstIndex: "2018-12-25 23:25" game: "Unreal Tournament" name: "FragManiacs" author: "Unknown" description: "None" releaseDate: "1999-11" attachments: - type: "IMAGE" name: "FragManiacs_shot_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament/Skin...
content/Unreal Tournament/Skins/F/6/b/74d323/fragmaniacs_[6b74d323].yml
version: '3' services: example_app: container_name: example_app restart: always build: . networks: - web labels: - "traefik.http.routers.example.rule=Host(`app.your.domain`)" - "traefik.http.routers.example.entrypoints=websecure" - "traefik.http.routers.example.service=exam...
docker-compose-traefik.yml
name: minimal_BUILD on: pull_request: branches: - master push: branches: - master paths: - '.github/workflows/build_for_minimal.yml' - '!**.md' schedule: - cron: 0 10 * * * # watch: # types: [started] # ┌───────────── minute (0 - 59) # │ ┌───────────── hour (0 - 23) # ...
.github/workflows/build_for_minimal.yml
l_english: estate_magnates:0 "Magnates" magnates_loyalty_modifier:0 "Magnates Loyalty Equilibrium" magnates_influence_modifier:0 "Magnates Influence" estate_magnates_desc:0 "Polish Magnates were owners of huge fields and folwarks. They had big influence on ruler and other estates." estate_magnates_lower_recruitm...
localisation/WFAS_estate_l_english.yml
uid: "com.microsoft.azure.sdk.iot.service.ServiceAuthenticationWithSharedAccessPolicyKey" fullName: "com.microsoft.azure.sdk.iot.service.ServiceAuthenticationWithSharedAccessPolicyKey" name: "ServiceAuthenticationWithSharedAccessPolicyKey" nameWithType: "ServiceAuthenticationWithSharedAccessPolicyKey" summary: "Extend ...
preview/docs-ref-autogen/com.microsoft.azure.sdk.iot.service.ServiceAuthenticationWithSharedAccessPolicyKey.yml
cs: plugins: refinery_users: title: Uživatelé description: Spravovat uživatele admin: users: delete: Smazat tohoto uživatele edit: Editovat tohoto uživatele update: cannot_remove_user_plugin_from_current_user: Nemůžete odstranit 'Users' plugin z aktuálně přihlášeného ko...
authentication/config/locales/cs.yml
--- result: ABORTED url: http://manhattan.ci.chef.co/job/chefdk-trigger-ad_hoc/407/ failure_category: network failure_cause: 'aborted: acceptance; worker disconnected: mac_os_x-10.11: chefdk-test' timestamp: 2016-07-07 20:44:56 UTC duration: 59m58s triggered_by: tyler-ball active_duration: 59m41s parameters: GIT_REF:...
reports/manhattan.ci.chef.co/job/chefdk-trigger-ad_hoc/407.yaml
name: ci on: push: branches: - master paths: - "Cargo.toml" - "src/**" - ".github/workflows/**" jobs: build: name: ${{ matrix.kind }} ${{ matrix.os }} runs-on: ${{ matrix.os }} timeout-minutes: 60 strategy: matrix: os: [macOS-latest, ubuntu-lates...
.github/workflows/main.yml
name: CI Docker Image on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Build and push to outputs uses: docker/build-push-action@v2 with: ...
.github/workflows/docker.yml
--- version: 2.1 # ---------------- # Orbs declaration # ---------------- orbs: noos-ci: noosenergy/noos-ci@0.1.14 # -------------- # Pipeline tasks # -------------- jobs: build-image-circleci: executor: noos-ci/default steps: - checkout - noos-ci/docker-build-image: registry-pr...
.circleci/config.yml
items: - uid: "com.microsoft.azure.management.network.RouteFilterRule.UpdateStages.WithAccessType" id: "WithAccessType" parent: "com.microsoft.azure.management.network" children: - "com.microsoft.azure.management.network.RouteFilterRule.UpdateStages.WithAccessType.allowAccess()" - "com.microsoft.azure.managem...
docs-ref-autogen/com.microsoft.azure.management.network.RouteFilterRule.UpdateStages.WithAccessType.yml
Reaper: Trail: "PARTICLE_SMOKE" Trail_Radius: 6 Trail_Go_Through: "entities" Space_Between_Trails: 2.0 Trail_Settings: Speed: 0.1 Particle_Count: 3 Circle: Maxium_Circle_Size: 2.0 Executor: Trail: "VOID_FOG" Trail_Catch: Required_Distance_To_Catch: 0.5 ...
CrackShotPlus/trails/T_Unique.yml
ID: ID Office: Офисы Locale: Локаль Actions: Действия Created at: Дата создания Updated at: Дата изменения admin.id: ID admin.admin: Админ admin.name: Название admin.alias: Алиас admin.base: По-умолчанию admin.state: Статус admin.locale: Локаль admin.locale_list: Локали admin.common: Общее admin.position: Позиция adm...
src/Octava/Bundle/MuiBundle/Resources/translations/OctavaMuiBundle.ru.yml
objects: - apiVersion: image.openshift.io/v1 generation: 0 image: dockerImageLayers: null dockerImageMetadata: ContainerConfig: {} Created: null Id: '' apiVersion: '1.0' kind: DockerImage dockerImageMetadataVersion: '1.0' metadata: creationTimestamp: null kind: ...
creator/src/main/resources/META-INF/catalog/app-images/resources/mysql.yaml
uid: "com.azure.resourcemanager.loganalytics.LogAnalyticsManager" fullName: "com.azure.resourcemanager.loganalytics.LogAnalyticsManager" name: "LogAnalyticsManager" nameWithType: "LogAnalyticsManager" summary: "Entry point to LogAnalyticsManager. Operational Insights Client." inheritances: - "<xref href=\"java.lang.Obj...
preview/docs-ref-autogen/com.azure.resourcemanager.loganalytics.LogAnalyticsManager.yml
wake_on_lan: binary_sensor: - name: Gaming Room Gaming PC Power State platform: ping host: !secret GAMING_ROOM_GAMING_PC_IP scan_interval: 20 script: gaming_room_turn_on_gaming_pc: sequence: - service: wake_on_lan.send_magic_packet data: mac: !secret GAMING_ROOM_GAMING_PC_M...
apps/home-assistant/src/packages/gaming_room/entities/gaming_pc.yaml
commonfields: id: DocumentationAutomation version: -1 name: DocumentationAutomation script: |+ import yaml import sys reload(sys) sys.setdefaultencoding('utf-8') entryID = demisto.args()['entryID'] res = demisto.executeCommand('getFilePath', {'id': entryID}) if isError(res[0]): demisto.result...
Utils/script-DocumentationAutomation.yml
version: "3.8" services: prometheus: image: prom/prometheus:v2.31.1 user: "1000:1000" ports: - "9090:9090/tcp" networks: - monitoring deploy: replicas: 1 volumes: - ${PROMETHEUS_DATA}:/prometheus - ${APP_CONFIG}/prometheus/prometheus.yml:/etc/prometheus/promethe...
prometheus-grafana/docker-compose.yml
version: "3.2" networks: ffc: name: ffc-network services: # loki: # image: grafana/loki:2.3.0 # container_name: grafana-loki # restart: always # ports: # - "3100:3100" # command: -config.file=/etc/loki/local-config.yaml # networks: # - ffc # profiles: # - costeff...
FeatureFlagsCo.Docker/docker-compose.yaml
globals: last: c60 includes: - from: c60.png to: images/c60.png pages: - _id: c60 _path: 60.html _template: page.html prev: c59 next: c61 datetime: 2010-11-01 05:00:00 src: images/c60.png width: 900 height: 650 name: Ultrahazardous description: Brown Rabbit has a hangover. al...
meta/c60.yaml
--- result: SUCCESS url: http://wilson.ci.chef.co/job/opscode-push-jobs-server-trigger-ad_hoc/21/ timestamp: 2016-04-21 15:24:59 UTC duration: 5h31s triggered_by: scottopherson active_duration: 1h55m39s queue_delays: 10s retry_delays: 3h4m29s parameters: GIT_REF: praj/SPOOL-142/testbuild EXPIRE_CACHE: true change: ...
reports/wilson.ci.chef.co/job/.deleted/opscode-push-jobs-server-trigger-ad_hoc/21.yaml
apiVersion: v1 kind: ConfigMap metadata: name: init namespace: default data: init.sh: | #!/bin/sh while ! wget -qO /dev/null ${VAULT_ADDR}/v1/sys/health 2>/dev/null do echo "Waiting for vault to be ready" sleep 1 done if vault read auth/kubernetes/config > /dev/null; then echo "V...
helm/e2esetup-vault/templates/vault.yaml
items: - uid: office.Office.Auth summary: Office Auth 名前空間 (Office) は、Office ホストがアドインの web アプリケーションへのアクセストークンを取得できるようにするメソッドを提供します。 これにより、間接的に、サインインしたユーザーの Microsoft Graph データにアドインがアクセスできるようにもなります。ユーザーがもう一度サインインする必要はありません。 isPreview: true name: Office.Auth fullName: Office.Auth langs: - type...
docs/docs-ref-autogen/office/office/office.auth.yml
version: 2.1 jobs: build: machine: image: ubuntu-1604:202007-01 working_directory: ~/project/capstone steps: # Initial setup - checkout: path: ~/project - run: name: "Info" command: | docker-compose --version docker version ...
.circleci/config.yml
--- - name: Nvidia-Docker | ensure nvidia-docker repository public key is installed shell: "curl -s -L https://nvidia.github.io/nvidia-docker/gpgkey | sudo apt-key add -" register: result until: result is succeeded retries: 5 delay: 5 when: inventory_hostname in nvidia_gpu_nodes - name: Nvidia-Docker |ens...
roles/prepare/nodes/tasks/nvidia-docker.yaml
--- # Develop playbook for a local vagrant instance - hosts: develop become: yes become_method: sudo roles: - role: postgresql postgresql_listen_addresses: "*" postgresql_databases: - "{{ project_name }}" - role: DavidWittman.redis redis_version: 4.0.2 redis_verify_checksu...
env/dev/deploy/develop.yml
de: activerecord: models: humpyard: element: "Element" elements: box_element: 'Rahmenelement' text_element: 'Textelement' news_element: 'Nachrichtenelement' page: "Seite" pages: static_page: 'Statische Seite' news_page: 'Nac...
config/locales/de.yml
name: Create and publish a Docker image on: release: types: - created env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}-proxy jobs: build-and-push-image: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository ...
.github/workflows/publish-image.yaml
actions: 1: action: snapshot description: >- Store a snapshot in ${CURATOR_SNAPSHOT_REPO:logs} of the previous day's indices. Ignore the error if the filter does not result in an actionable list of indices (ignore_empty_list) and exit cleanly. options: repository: ${CURATOR_SNAP...
curator/config/action_file.yml
backend: name: github repo: devmecha/Restaurant_Demo branch: master # Branch to update (optional; defaults to master) media_folder: "src/img/gallery" # Media files will be stored in the repo under images/uploads collections: - name: "food" # Used in routes label: "Food Item" # Used in the UI folder: "...
site/static/admin/config.yml
apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "dolibarr.fullname" . }} labels: app: {{ template "dolibarr.name" . }} chart: {{ template "dolibarr.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: replicas: {{ .Values.replicaCount }} selector: ...
k8s/charts/dolibarr/templates/deployment.yaml
name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch on: schedule: - cron: '0 10 * * *' # everyday at 10am push: branches: - 'master' tags: - 'v*.*.*' pull_request: workflow_dispatch: # A workflow run is mad...
.github/workflows/main.yml
- hosts: sonic gather_facts: yes tasks: - fail: msg="need to provide topology type and vm base like topo=t0 and vm_base=VM100" when: (topo is not defined) or (vm_base is not defined) - fail: msg="need hwsku, interface speed, netmask and interface prefix/postfix defined to generate configuration file...
ansible/config_sonic_basedon_testbed.yml
--- apiVersion: v1 kind: Service metadata: name: location-be-service-32079 labels: app: location-be-service-32079 spec: type: NodePort ports: - port: 8079 targetPort: 8079 nodePort: 32079 name: http selector: app: location-be-32079 --- apiVersion: v1 kind: Pod metadata: name: l...
location_app/artifacts/location_service_deploy_mepagent.yaml
apiVersion: v1 kind: ConfigMap metadata: name: harbor-registry-config data: config: | version: 0.1 log: level: debug fields: service: registry storage: filesystem: rootdirectory: /storage cache: layerinfo: inmemory maintenance: uploadpurging:...
make/kubernetes/registry/registry.cm.yaml
name: CI on: push: branches: - master pull_request: {} jobs: check: # Run `cargo check` first to ensure that the pushed code at least compiles. runs-on: ubuntu-latest strategy: matrix: rust: [1.46.0, stable] steps: - uses: actions/checkout@main - uses: actions-rs/to...
.github/workflows/CI.yml
# Website settings title: Maxablancas description: Max's blog. keywords: Max,Maxablancas,blog,Jekyll,github,gh-pages #baseurl: /Maxr # if you have suburl as homepage like '/homepage', please change it to '/homepage' and your repo's name should be 'homepage' url: https://Max-Robertson.github.io/Maxablancas # url shou...
_config.yml
- title: Animal motion capture category: MoCap status: Not implemented sources: - https://youtu.be/vJoHlCc4Y7E?t=1606 quote: "I think we probably would do some animal motion capture. It's always fun." - title: Capture Backers faces for ingame characters category: MoCap status: Completed tags: - Offi...
_data/mocap.yaml
version: v1.0 name: Docker agent: machine: type: e1-standard-2 os_image: ubuntu1804 fail_fast: stop: when: 'true' blocks: - name: Code Quality task: jobs: - name: hadolint commands: - docker run --rm -i ghcr.io/hadolint/hadolint < Dockerfile || true - na...
.semaphore/semaphore.yml
--- !<MAP_PACK> contentType: "MAP_PACK" firstIndex: "2018-11-01 07:10" game: "Unreal" name: "Dm Recall" author: "<NAME> ** Norman(KWAK) **" description: "None" releaseDate: "2000-04" attachments: - type: "IMAGE" name: "Dm_Recall_shot_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal/MapPac...
content/Unreal/MapPacks/D/9/6/51130d/dm-recall_[9651130d].yml
name: Build Ubuntu on: push: branches: - master pull_request: {} jobs: build-ubuntu: strategy: matrix: config: [ 'Debug', 'Release' ] cxx: [ 'g++-11', 'clang++-12' ] include: - cxx: g++-11 cc: gcc-11 name: GCC cxxflags: -f...
.github/workflows/build-ubuntu.yml
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-20 10:16" game: "Unreal Tournament 2004" name: "DM-FuelingStation" author: "<NAME>" description: "This station usually fuels up the cargo ships that come and go. Today,\ \ however, it is the bloodsport of the tournament that provides fuel for the soul." releaseDate:...
content/Unreal Tournament 2004/Maps/DeathMatch/F/9/6/de2b77/dm-fuelingstation_[96de2b77].yml
_id: 71e70780-97e2-11e9-a7e3-717941eb3c30 message: >- Electrodes cix.jddr.jambonkapa.github.io.nay.ik paradigms splint grasp [URL=http://quotes786.com/tadacip/]cheapest tadacip[/URL] [URL=http://quotes786.com/rulide/]rulide[/URL] [URL=http://heavenlyhappyhour.com/questran--online/]questran lowest price[/URL]...
_data/comments/barvinok-1/comment-1561533444345.yml
en: kit: auth: notifications: sign_in: success: "You are now signed-in, welcome back!" required: "This page requires you to be signed-in." link: expired: 'This sign-in link has expired. Please request a new one' revoked: 'This sign-in link ha...
domains/kit-auth/config/locales/notifications.en.yml
apiVersion: apps/v1 kind: Deployment metadata: {{- if .Values.mysql.deploymentAnnotations }} annotations: {{ toYaml .Values.mysql.deploymentAnnotations | nindent 4 }} {{- end }} labels: {{- include "rekor.mysql.labels" . | nindent 4 }} name: {{ template "rekor.mysql.fullname" . }} {{ include "rekor.namesp...
charts/rekor/templates/mysql/deployment.yaml
name: Go on: workflow_dispatch: push: branches: [ main ] pull_request_target: branches: [ main ] types: [labeled] jobs: build_and_test: name: Build and Test runs-on: [self-hosted, x64] if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' container: imag...
.github/workflows/test.yml
name: CI on: push: branches: - main pull_request: concurrency: group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }} cancel-in-progress: true # cancel jobs from previous push jobs: formatting: runs-on: ubuntu-latest steps: - uses: ...
.github/workflows/pr_and_main.yml
homepage: http://www.kfish.org/software/hogg/ changelog-type: '' hash: 9fbf1323b7f1cef98afff343cdbc74f6f099e660a71839601207cefd0465603b test-bench-deps: {} maintainer: <NAME> <<EMAIL>> synopsis: Library and tools to manipulate the Ogg container format changelog: '' basic-deps: bytestring: -any base: ! '>=3 && <5' ...
packages/ho/hogg.yaml
--- name: credhub-ha releases: - {name: credhub, version: latest} - {name: uaa, version: latest} - {name: postgres, version: latest} - {name: haproxy, version: latest} stemcells: - alias: default os: ubuntu-bionic version: latest instance_groups: - name: credhub-proxy instances: 1 vm_type: 1cpu-2g stemcell...
micro-depls/credhub-ha/template/credhub-ha.yml
# This file is an example configuration file highlighting only the most common # options. The filebeat.reference.yml file from the same directory contains all the # supported options with more comments. You can use it as a reference. # # You can find the full configuration reference here: # https://www.elastic.co/guid...
logging/filebeat/filebeat-es.yml
# Site Settings title: <NAME> | Dev Ops Projects Manager and Cloud Expert url: 'http://sergio.afanou.com' name: Sergio's blog logo: assets/images/salogo.png #baseurl: '/' #change it according to your repository name # Style will be applied only after restarting the build or serve. Just choose one of the options. theme...
_config.yml
items: - uid: com.microsoft.azure.management.appplatform.v2020_07_01.AppResource.DefinitionStages.WithServiceName id: WithServiceName artifact: com.microsoft.azure.appplatform.v2020_07_01:azure-mgmt-appplatform:1.0.0-beta parent: com.microsoft.azure.management.appplatform.v2020_07_01 children: - com.microsoft...
preview/docs-ref-autogen/com.microsoft.azure.management.appplatform.v2020_07_01.AppResource.DefinitionStages.WithServiceName.yml
--- - name: broker group group: name: "{{ kafka.broker.group }}" - name: broker user user: name: "{{ kafka.broker.user }}" comment: "Kafka User" system: yes group: "{{ kafka.broker.group }}" - name: create kafka log directory file: path: /var/log/kafka state: directory mode: 0755...
provisioners/ansible/roles/confluent.kafka-broker/tasks/configure.yml
- name: check deployed stack shell: . ~/stackrc && heat stack-list | grep overcloud failed_when: false changed_when: false register: stack - block: - name: check IPA is available wait_for: host={{ inventory_hostname }} port=22 timeout=1 register: ipa_available - name: copy certificate of I...
ansible/roles/layer2_rhosp_overcloud_deploy/tasks/create_overcloud.yml
imports: - { resource: parameters.yml } - { resource: security.yml } framework: #esi: ~ translator: { fallback: %locale% } secret: %secret% router: resource: "%kernel.root_dir%/config/routing.yml" strict_requirements: ~ form: ~ csrf_p...
app/config/config.yml
items: - uid: '@azure/arm-logic.AS2EnvelopeSettings' name: AS2EnvelopeSettings fullName: AS2EnvelopeSettings children: - '@azure/arm-logic.AS2EnvelopeSettings.autogenerateFileName' - '@azure/arm-logic.AS2EnvelopeSettings.fileNameTemplate' - '@azure/arm-logic.AS2EnvelopeSettings.messageCo...
docs-ref-autogen/@azure/arm-logic/AS2EnvelopeSettings.yml