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 |
|
||||
| -------------- | -------------------------------------- | ------------------------------------------------------------------------ |
|
||||
| `common` | Core OS components and system defaults | [ans-common](https://gitlab.simoncor.net/ansible/ans-common) |
|
||||
| `zabbix_agent` | Zabbix Agent 2 monitoring | [ans-zabbix-agent](https://gitlab.simoncor.net/ansible/ans-zabbix-agent) |
|
||||
| `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://git.simoncor.net/ansible/zabbix-agent) |
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
roles:
|
||||
- name: "common"
|
||||
scm: "git"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-common"
|
||||
src: "https://git.simoncor.net/ansible/common"
|
||||
version: "main"
|
||||
|
||||
- name: "zabbix_agent"
|
||||
scm: "git"
|
||||
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-agent"
|
||||
src: "https://git.simoncor.net/ansible/zabbix-agent"
|
||||
version: "main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue