Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
linux:ansible:basics [26.07.2025 11:00. ] – [Installation] Installation unter Arch ergänzt django | linux:ansible:basics [26.07.2025 11:13. ] (aktuell) – [Paket ansible] django | ||
---|---|---|---|
Zeile 1115: | Zeile 1115: | ||
# zyppr in ansible -y | # zyppr in ansible -y | ||
- | ==== RPM-Paket ansible ==== | + | ==== Paket ansible ==== |
- | Einen Überblick über das Paket kann man mit Hilfe des Befehls | + | Einen Überblick über das Paket **ansible**, |
+ | |||
+ | Bsp unter **[[https:// | ||
+ | # pacman -Qi ansible | ||
+ | |||
+ | ++++ Paketbeschreibung und Versionsangabe | | ||
+ | < | ||
+ | Version | ||
+ | Description | ||
+ | Architecture | ||
+ | URL : https:// | ||
+ | Licenses | ||
+ | Groups | ||
+ | Provides | ||
+ | Depends On : python | ||
+ | Optional Deps : python-argcomplete: | ||
+ | python-pyopenssl: | ||
+ | python-dnspython: | ||
+ | python-ovirt-engine-sdk: | ||
+ | python-boto3: | ||
+ | python-ldap: | ||
+ | python-proxmoxer: | ||
+ | python-openstacksdk: | ||
+ | python-pynetbox: | ||
+ | python-ldap: | ||
+ | python-kubernetes: | ||
+ | python-keyring: | ||
+ | python-github3py: | ||
+ | python-lxc: LXC module | ||
+ | python-fqdn: | ||
+ | acme-tiny: openssl_certificate module | ||
+ | Required By : None | ||
+ | Optional For : None | ||
+ | Conflicts With : None | ||
+ | Replaces | ||
+ | Installed Size : 537.68 MiB | ||
+ | Packager | ||
+ | Build Date : Wed 16 Jul 2025 06:36:01 PM CEST | ||
+ | Install Date : Sat 26 Jul 2025 12:52:57 PM CEST | ||
+ | Install Reason | ||
+ | Install Script | ||
+ | Validated By : Signature | ||
+ | </ | ||
+ | ++++ | ||
+ | |||
+ | Nachfolgend sehen wir ein Beispiel unter einem RPM-basierenden Distribution: | ||
# rpm -qi ansible | # rpm -qi ansible | ||
+ | |||
+ | ++++ Paketbeschreibung und Versionsangabe | | ||
< | < | ||
Version | Version | ||
Zeile 1141: | Zeile 1188: | ||
on remote nodes. Extension modules can be written in any language and | on remote nodes. Extension modules can be written in any language and | ||
are transferred to managed machines automatically.</ | are transferred to managed machines automatically.</ | ||
+ | ++++ | ||
+ | |||
+ | Interessieren wir uns für eine Datei- und Ordnerliste, | ||
+ | # pacman -Qil ansible | ||
+ | |||
+ | bzw. | ||
- | Interessieren wir uns für eine Datei- und Ordnerliste, | ||
# rpm -qil ansible | # rpm -qil ansible | ||