diff --git a/.drone.yml b/.drone.yml index 475997b..442d37f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,83 +7,83 @@ platform: arch: amd64 steps: -- name: generate - image: thegeeklab/alpine-tools - commands: - - make doc + - name: generate + image: thegeeklab/alpine-tools + commands: + - make doc -- name: sync - image: thegeeklab/git-batch - commands: - - git-batch + - name: sync + image: thegeeklab/git-batch + commands: + - git-batch -- name: markdownlint - image: thegeeklab/markdownlint-cli - commands: - - markdownlint 'content/**/*.md' 'README.md' -p .gitignore + - name: markdownlint + image: thegeeklab/markdownlint-cli + commands: + - markdownlint 'content/**/*.md' 'README.md' -p .gitignore -- name: spellcheck - image: node:lts-alpine - commands: - - npm install -g spellchecker-cli - - spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions - environment: - FORCE_COLOR: true - NPM_CONFIG_LOGLEVEL: error + - name: spellcheck + image: node:lts-alpine + commands: + - npm install -g spellchecker-cli + - spellchecker --no-gitignore --files 'content/**/_index.md' 'README.md' '!content/filters/*' '!content/modules/*' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions + environment: + FORCE_COLOR: true + NPM_CONFIG_LOGLEVEL: error -- name: testbuild - image: thegeeklab/hugo:0.83.1 - commands: - - hugo -b http://localhost/ + - name: testbuild + image: thegeeklab/hugo:0.91.0 + commands: + - hugo -b http://localhost/ -- name: link-validation - image: thegeeklab/link-validator - commands: - - link-validator -ro - environment: - LINK_VALIDATOR_BASE_DIR: public + - name: link-validation + image: thegeeklab/link-validator + commands: + - link-validator -ro + environment: + LINK_VALIDATOR_BASE_DIR: public -- name: build - image: thegeeklab/hugo:0.83.1 - commands: - - hugo + - name: build + image: thegeeklab/hugo:0.91.0 + commands: + - hugo -- name: beautify - image: node:lts-alpine - commands: - - npm install -g js-beautify - - html-beautify -r -f 'public/**/*.html' - environment: - FORCE_COLOR: true - NPM_CONFIG_LOGLEVEL: error + - name: beautify + image: node:lts-alpine + commands: + - npm install -g js-beautify + - html-beautify -r -f 'public/**/*.html' + environment: + FORCE_COLOR: true + NPM_CONFIG_LOGLEVEL: error -- name: publish - image: plugins/s3-sync - settings: - access_key: - from_secret: s3_access_key - bucket: geekdocs - delete: true - endpoint: https://sp.rknet.org - path_style: true - secret_key: - from_secret: s3_secret_access_key - source: public/ - strip_prefix: public/ - target: /${DRONE_REPO_NAME} - when: - ref: - - refs/heads/master - - refs/tags/** + - name: publish + image: plugins/s3-sync + settings: + access_key: + from_secret: s3_access_key + bucket: geekdocs + delete: true + endpoint: https://sp.rknet.org + path_style: true + secret_key: + from_secret: s3_secret_access_key + source: public/ + strip_prefix: public/ + target: /${DRONE_REPO_NAME} + when: + ref: + - refs/heads/master + - refs/tags/** trigger: ref: - - refs/heads/master - - refs/tags/** - - refs/pull/** + - refs/heads/master + - refs/tags/** + - refs/pull/** --- kind: signature -hmac: 718f3f93f5c26358773d9b1962e8bb2dd937b768dce5f47afa39a5cfdd7f3476 +hmac: 37c533f1dc1224ddb514be53608c7db8def718eefdaf83a644a0fd59c5865413 ... diff --git a/LICENSE b/LICENSE index 4675d23..3812eb4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,21 @@ -The MIT License (MIT) +MIT License -Copyright (c) 2020 Robert Kaussow +Copyright (c) 2022 Robert Kaussow -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF +OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md index fdbc549..7724968 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # galaxy +[![Build Status](https://img.shields.io/drone/build/ansible/galaxy?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/galaxy) + Ansible resource documentation. + +## License + +This project is licensed under the MIT License - see the [LICENSE](https://github.com/ansible/galaxy/blob/main/LICENSE) file for details.