install

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible @linux:ansible
33 Treffer, Zuletzt geändert:
utionsspezifischen Paket-Managers. Bsp.: # dnf install ansible-doc -y $ sudo apt install ansible-doc -y # zypper in ansible-doc -y Nach erfolgter Instal... : 2.9.2 Release : 1.fc31 Architecture: noarch Install Date: Sa 21 Dez 2019 20:38:39 CET Group : U... e: $ dpkg -l ansible-doc <code>Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Un
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
21 Treffer, Zuletzt geändert:
*APT**. * RPM basierende Systeme: <code> # dnf install ansible git</code> bzw. <code> # yum install ansible git</code> * DEB basierende Systeme: <code> # apt install ansible git </code> bzw. als eigeloggter User via **''sudo''** mit <code> $ sudo apt install ansible git</code> ==== Einrichten der eigenen
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
16 Treffer, Zuletzt geändert:
ager **''yum''**. - Als User: <code> $ sudo ndf install chrony -y </code>bzw.<code> $ sudo yum install chrony -y </code> - Als Nutzer mit Root-Rechten entsprechend: <code> $ ndf install chrony -y </code>bzw.<code> $ yum install chrony -y </code> ==== Chrony auf einem Debian/Ubuntu Basierend
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
10 Treffer, Zuletzt geändert:
figurationsdatei für den Dienst chrony - include: install.yml # Installation - include: config-backup... YML-Datei. $ vim ~/ansible/roles/chrony/tasks/install.yml <file c++ ~/ansible/roles/chrony/tasks/install.yml>--- - name: "***chrony*** : Installation des Deam... urationsdatei für den Apache-Webserver - include: install.yml # Installation - include: config-backup
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
3 Treffer, Zuletzt geändert:
Build Date : Tue 28 Nov 2023 05:52:25 PM CET Install Date : Sat 02 Mar 2024 08:35:27 PM CET Install Reason : Explicitly installed Install Script : No Validated By : Signature kea /etc/ kea /etc/kea/ k
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
3 Treffer, Zuletzt geändert:
owsay</code> * **Fedora / RHEL** : <code> # yum install cowsay</code> bzw. <code> # dnf install cowsay</code> * **Gentoo** : <code> # emerge -av cowsay</code> ... > * **Ubuntu / Debian** : <code> $ sudo apt-get install cowsay</code> ==== Dokumentation ==== Wie es sic
Ansible-Lint: Die Fusselbürste @linux:ansible
2 Treffer, Zuletzt geändert:
-lint</code> * **Fedora / RHEL** : <code> # yum install ansible-lint</code> * **Gentoo** : <code> # eme... > * **Ubuntu / Debian** : <code> $ sudo apt-get install ansible-lint</code> ===== Dokumentation ===== ==
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
2 Treffer, Zuletzt geändert:
y_makestep: "makestep 10 3" tasks: - name: Install chrony ntp Deamon dnf: #https://docs... font><br> <font style="color: rgb(0, 0, 0)">TASK [Install chrony ntp Deamon] ******************************
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
2 Treffer, Zuletzt geändert:
pass</code> * **Fedora / RHEL** : <code> # yum install pass</code> * **Gentoo** : <code> # emerge -av ... > * **Ubuntu / Debian** : <code> $ sudo apt-get install pass</code> Was das Programm **''pass''** alles
Nagios Exporter und Prometheus @linux:prometheus
2 Treffer, Zuletzt geändert:
und Prometheus ====== ===== NRPE ===== # yum install nrpe -y # vim /etc/nagios/nrpe.cfg <file ba... ExecStart=/usr/local/bin/nrpe_exporter $OPTIONS [Install] WantedBy=multi-user.target </file> # systemc
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
1 Treffer, Zuletzt geändert:
IDMZ_Repository_Host : CNAME : syslog, tftp, install IDMZ_Repository_Host : IP (IDMZ) : eth0 - 52
Die Secure Shell und SSH-Server/-Dameon @linux:ssh
1 Treffer, Zuletzt geändert:
e Shell - ssh unter CentOS 7.x]]// * //[[centos:ssh-install|Die Secure Shell - ssh unter CentOS 5/6]]//