You've already forked ansible-role-renovate
Compare commits
1 Commits
renovate/a
...
2723a8eb68
| Author | SHA1 | Date | |
|---|---|---|---|
|
2723a8eb68
|
@@ -12,9 +12,9 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.1
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v26.1.0
|
||||
uses: ansible/ansible-lint@v25.8.2
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6.0.1
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v21.0.0
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
name: Release Ansible Role
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release Ansible Role
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Ansible Galaxy
|
||||
run: |
|
||||
apt update --yes
|
||||
apt install --yes ansible
|
||||
- env:
|
||||
ANSIBLE_GALAXY_TOKEN: ${{ secrets.ANSIBLE_GALAXY_TOKEN }}
|
||||
name: Update Ansible Role in Ansible Galaxy
|
||||
run: |
|
||||
ansible-galaxy role import --token=${ANSIBLE_GALAXY_TOKEN} volker-raschek ${GITHUB_REPOSITORY#*/}
|
||||
14
.vscode/settings.json
vendored
14
.vscode/settings.json
vendored
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"ansible.python.interpreterPath": "/bin/python",
|
||||
"files.associations": {
|
||||
"**/.gitea/**/*.yml": "yaml",
|
||||
"**/.gitea/**/*.yaml": "yaml",
|
||||
"docker-compose*.yml": "dockercompose",
|
||||
"*.yml": "ansible",
|
||||
"*.yaml": "ansible",
|
||||
".yamllint": "yaml",
|
||||
".yamllint.yml": "yaml",
|
||||
".yamllint.yaml": "yaml"
|
||||
},
|
||||
"rewrap.wrappingColumn": 120
|
||||
}
|
||||
@@ -14,7 +14,7 @@ Renovate will be periodically started by systemd.
|
||||
|
||||
## Features
|
||||
|
||||
- Configuring docker-compose.yaml and the config.json
|
||||
- Configuring docker-compose.yml and the config.json
|
||||
- Configuring systemd service and timer unit
|
||||
|
||||
## Configuring
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
group: docker
|
||||
mode: "0664"
|
||||
with_items:
|
||||
- srv/docker/renovate/docker-compose.yaml
|
||||
- srv/docker/renovate/docker-compose.yml
|
||||
- srv/docker/renovate/config.json
|
||||
|
||||
- name: Create start and stop scripts
|
||||
Reference in New Issue
Block a user