Update README

This commit is contained in:
Alexander Dietrich 2023-09-01 21:44:58 +02:00
parent 5913ddb92e
commit bda3ed145e

View file

@ -18,25 +18,18 @@ ansible-galaxy install -r requirements-galaxy.yml
ansible-galaxy install -r requirements-github.yml ansible-galaxy install -r requirements-github.yml
``` ```
## Anwenden der Konfiguration auf alle Server ## Anwenden der Konfiguration
```bash ```bash
# Anwenden der Konfiguration
./site ./site
```
# Testen der Konfiguration
Das Skript führt das Playbook `site.yml` aus. Zum Testen kann `-C` angehängt ./site -C
werden.
# Anwenden nur auf bestimmte Server
## Ansible Convenience ./site -l srv01,srv02
Einschränken auf bestimmte Tags, z.B. `nginx`: # Anwenden nur auf bestimmte Tags
./site -t basics,nginx
```bash
./site -t nginx
```
Einschränken auf bestimmte Server:
```bash
./site -l srv01
``` ```