fix: update requirements to forgejo repo locations
Some checks failed
ci/woodpecker/push/linting Pipeline failed
Some checks failed
ci/woodpecker/push/linting Pipeline failed
This commit is contained in:
parent
907878d1b6
commit
18eb603402
2 changed files with 4 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ This playbook includes the following roles:
|
||||||
|
|
||||||
| Role | Description | Repository |
|
| Role | Description | Repository |
|
||||||
| -------------- | -------------------------------------- | ------------------------------------------------------------------------ |
|
| -------------- | -------------------------------------- | ------------------------------------------------------------------------ |
|
||||||
| `common` | Core OS components and system defaults | [ans-common](https://gitlab.simoncor.net/ansible/ans-common) |
|
| `common` | Core OS components and system defaults | [ans-common](https://git.simoncor.net/ansible/common) |
|
||||||
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://gitlab.simoncor.net/ansible/ans-zabbix-agent) |
|
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://git.simoncor.net/ansible/zabbix-agent) |
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
roles:
|
roles:
|
||||||
- name: "common"
|
- name: "common"
|
||||||
scm: "git"
|
scm: "git"
|
||||||
src: "https://gitlab.simoncor.net/ansible/ans-common"
|
src: "https://git.simoncor.net/ansible/common"
|
||||||
version: "main"
|
version: "main"
|
||||||
|
|
||||||
- name: "zabbix_agent"
|
- name: "zabbix_agent"
|
||||||
scm: "git"
|
scm: "git"
|
||||||
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-agent"
|
src: "https://git.simoncor.net/ansible/zabbix-agent"
|
||||||
version: "main"
|
version: "main"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue