Update dependencies, add requirements-codeberg.yml

This commit is contained in:
Alexander Dietrich 2023-11-19 14:49:51 +01:00
parent a6df0ad5ca
commit 71d1ba711e
3 changed files with 13 additions and 5 deletions

View file

@ -6,11 +6,14 @@
verwaltet werden sollen. Zu den Servern ist SSH-Zugang mit sudo-Rechten
erforderlich.
[ansible]: https://docs.ansible.com/ansible/latest/
[ansible]: https://docs.ansible.com/ansible/
Abhängigkeiten installieren:
```bash
# Abhängigkeiten installieren mit Codeberg
ansible-galaxy install -r requirements-codeberg.yml
# Abhängigkeiten installieren mit GitHub
ansible-galaxy install -r requirements-github.yml
```
@ -18,12 +21,12 @@ ansible-galaxy install -r requirements-github.yml
## Anwenden der Konfiguration
```bash
# Anwenden der Konfiguration
./site
# Testen der Konfiguration
./site -C
# Anwenden der Konfiguration
./site
# Anwenden nur auf bestimmte Server
./site -l srv01,srv02

View file

@ -0,0 +1,5 @@
---
collections:
- name: https://codeberg.org/alxndr42/ansible-commons.git
type: git
version: v1.3.0

View file

@ -2,4 +2,4 @@
collections:
- name: https://github.com/alxndr42/ansible-commons.git
type: git
version: v1.2.0
version: v1.3.0