Doku (#74)
Doku Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#74 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
parent
fdc9984732
commit
a86f271ce7
1 changed files with 14 additions and 2 deletions
|
@ -2,9 +2,21 @@
|
||||||
|
|
||||||
### Beschreibung
|
### Beschreibung
|
||||||
Fuehrt:
|
Fuehrt:
|
||||||
` apt install {{ programme }}`
|
`apt install {{ programme }}`
|
||||||
aus.
|
aus.
|
||||||
|
```yaml
|
||||||
|
programs_common:
|
||||||
|
- locales
|
||||||
|
- wird überall installiert
|
||||||
|
programs_only_physical:
|
||||||
|
- hddtemp
|
||||||
|
- nur auf Hardware-Maschinen
|
||||||
|
programs_only_vms:
|
||||||
|
- qemu-guest-agent
|
||||||
|
- nur in VMs
|
||||||
|
programs_extra:
|
||||||
|
- Extra-Parameter für einzelne Hosts
|
||||||
|
```
|
||||||
Es wird unterschieden ob das Ziel eine VM ist oder nicht.
|
Es wird unterschieden ob das Ziel eine VM ist oder nicht.
|
||||||
|
|
||||||
### Funktioniert auf
|
### Funktioniert auf
|
||||||
|
|
Loading…
Reference in a new issue