etc

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
121 Treffer, Zuletzt geändert:
r8nO4''** des Zielsystems genauer gesagt vom **''/etc/ssh/ssh_host_ed25519_key''** des Ziel-Host präsen... seres Server-Keys. # ssh-keygen -E sha256 -lf /etc/ssh/ssh_host_ed25519_key <code>256 SHA256:kIe5Ki/ItvQq9Cpfw/qLReo1K14U503r5P1nN3r8nO4 /etc/ssh/ssh_host_ed25519_key.pub (ED25519)</code> Di... e system-wide configuration file (/etc/ssh/ssh_config) will be ignored. The default for
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
61 Treffer, Zuletzt geändert:
rlage-Konfiguratinsdatei aus dem Verzeichnis **''/etc/ansible/''** in unser Homeverzeichnis. $ cp /etc/ansible/ansible.cfg ~/.ansible.cfg Unter dem Konf... rlage-Konfiguratinsdatei aus dem Verzeichnis **''/etc/ansible/''** in unser Homeverzeichnis. $ cp /etc/ansible/ansible.cfg ~/.ansible.cfg Unter dem Konf
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
59 Treffer, Zuletzt geändert:
Script : No Validated By : Signature chrony /etc/ chrony /etc/chrony.conf chrony /etc/logrotate.d/ chrony /etc/logrotate.d/chrony chrony /usr/ chrony /usr/bin/ chrony /usr/bin/chronyc chro
Erste Schritte Rund um Ansible @linux:ansible
39 Treffer, Zuletzt geändert:
n rund um Ansible finden sich im Verzeichnis **''/etc/ansible''**. <code>/etc/ansible/ ├── ansible.cfg ├── hosts └── roles 1 directory, 2 files </code> ==== /etc/ansible/ansible.cfg ==== Fast alle Parameter könn... d - zum Schluss in der Konfigurationsdatei **''/etc/ansible/ansible.cfg''**. # vim /etc/ansible/a
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
26 Treffer, Zuletzt geändert:
en: - Kopieren der Ansible-Konfigurationsdatei /etc/ansible/ansible.cfg in das **''$HOME''**-Verzeich... ansible_working_dir: ansible ansible_config: /etc/ansible/ansible.cfg admin_user: "{{ lookup('e... { regexp: "^\\#inventory\ \ \ \ \ \ =\ /etc/ansible/hosts", line: "# Generated by A... ually!\n\ # default: #inventory = /etc/ansible/hosts\n\ inventory = /hom
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
21 Treffer, Zuletzt geändert:
ue vars: sudoers: ansible config_file: /etc/chrony.conf # chronyd client config-options ... rony state: latest - name: Check if /etc/chrony.orig does exists stat: #https:... le/latest/modules/stat_module.html path: /etc/chrony.conf.orig register: stat_result - name: Make a copy of /etc/chrony.conf as /etc/chrony.conf.orig copy
Nagios Exporter und Prometheus @linux:prometheus
18 Treffer, Zuletzt geändert:
= NRPE ===== # yum install nrpe -y # vim /etc/nagios/nrpe.cfg <file bash /etc/nagios/nrpe.cfg># # Sample NRPE Config File # # Notes: # # This i... I would highly recommend adding entries in your /etc/hosts.allow # file to allow only the specified ho... work, you need to add # the nagios user to your /etc/sudoers. An example entry for allowing # executi
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
18 Treffer, Zuletzt geändert:
iles/CentOS8/mailserver.guru.repo dest: /etc/yum.repos.d/ when: - ansible_facts[... iles/CentOS7/mailserver.guru.repo dest: /etc/yum.repos.d/ when: - ansible_facts[... ch priority=5 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-RPM-GPG-KEY-CentOS-7 ... / #priority=5 enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-RPM-GPG-KEY-CentOS-7<
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
17 Treffer, Zuletzt geändert:
ll Script : No Validated By : Signature kea /etc/ kea /etc/kea/ kea /etc/kea/kea-ctrl-agent.conf kea /etc/kea/kea-dhcp-ddns.conf kea /etc/kea/kea-dhcp4.conf kea /etc/kea/kea-d
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
12 Treffer, Zuletzt geändert:
ble/latest/modules/stat_module.html path: /etc/chrony.conf.orig register: stat_result - n... : yes src: '{{ config_file }}' dest: /etc/chrony.conf.orig when: stat_result.stat.exist... containing keys for NTP authentication. keyfile /etc/chrony.keys # Get TAI-UTC offset and leap second... emon_name : chrony config_file : /etc/chrony.conf # chronyd client config-options chron
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
8 Treffer, Zuletzt geändert:
ben müssen. Hierzu werden wir im Verzeichnis **''/etc/sudoers.d/''** eine Datei mit dem Namen **''10_pa... \n%wheel ALL=(ALL) ALL\n" dest: /etc/sudoers.d/10_passwd_sudo_wheel owner: roo... ll, unter welchen User-Rechten das passieren soll etc. pp.. * https://docs.ansible.com/ansible/latest... e"> <font style="color: rgb(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font s
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
7 Treffer, Zuletzt geändert:
\n%wheel ALL=(ALL) ALL\n" dest: /etc/sudoers.d/10_passwd_sudo_wheel owner: roo... e"> <font style="color: rgb(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font s... f017f799aca0d0aef9fa29b7da87006ea5c29", "dest": "/etc/sudoers.d/10_passwd_sudo_wheel", "gid": 0, "group... root", "mode": "0440", "owner": "root", "path": "/etc/sudoers.d/10_passwd_sudo_wheel", "secontext": "sy
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
7 Treffer, Zuletzt geändert:
und /oder Gruppe zuordnen. Im Kapitel **[[first#etc_ansible_hosts|(Grund-)Konfiguration - /etc/ansible/hosts]]** hatten wir uns schon einmal kurz mit dem ... tion ==== In der Ansible-Konfigurationsdatei **''/etc/ansible/ansible.cfg''** zeigt zu Beginn der default-Eintrag auf die vorgenannte Datei **''/etc/ansible/hosts''**. $ less /etc/ansible/ansible
Ansible @linux:ansible
6 Treffer, Zuletzt geändert:
"Ansible Management Node" as AMN { database "/etc/ansible/" { frame "playbook" { [Commands] }... auszuführende Modul erforderlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible/beispiel.yml>--- #YAML start Beispielsscript zur Installa... le for most options in ansible.cfg FILES /etc/ansible/ansible.cfg — Config file, used if presen
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
3 Treffer, Zuletzt geändert:
e"> <font style="color: rgb(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font s... :00:12 vml000090 groupadd[12222]: group added to /etc/group: name=ruben, GID=1010 Jan 4 20:00:12 vml000090 groupadd[12222]: group added to /etc/gshadow: name=ruben Jan 4 20:00:12 vml000090 gro
Ansible - Erweiterte Konfigurationsbeispiele @linux:ansible
1 Treffer, Zuletzt geändert: