You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.7 KiB
1.7 KiB
Ansible Collection - markuman.devops
Documentation for the collection.
ansible-galaxy collection install markuman.devops
markuman.devops
Covers/plan gitlab (just one), gitea and woodpecker modules and sentry (glitchtip) callback plugin (so far).
markuman.devops.gitlab_merge_request_comment
- Task works only if
CI_OPEN_MERGE_REQUESTS
is defined api_token
parameter can also be read from ENVANSIBLE_GITLAB_API_TOKEN
- It's designed to act like a notification bot for merge requests
- Designed to run in a GitLab CI/CD Pipeline
- On other environments you must possibly fake the requires ENV variables
- name: post message
markuman.devops.gitlab_merge_request_comment:
api_url: gitlab.com
comment: |
Summary
| some | table |
| --- | --- |
| yes | 🐧 |
markuman.devops.gitea_pull_request_comment
- Tasks works only if
CI_REPO
andCI_PULL_REQUST
is defined api_token
parameter can also be read from ENVANSIBLE_GITEA_API_TOKEN
- It's designed to act like a notification bot for merge requests
- Designed to run in a Woodpecker CI/CD Pipeline
- On other environments you must possibly fake the requires ENV variables
- name: post message
markuman.devops.gitea_pull_request_comment:
api_url: git.osuv.de
comment: |
Summary
| some | table |
| --- | --- |
| yes | 🐧 |
Contribute
- Issues and Pull Requests: https://github.com/markuman/markuman.devops
- Origin: https://git.osuv.de/ansible_collections/markuman.devops