date

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
44 Treffer, Zuletzt geändert:
: Antonio Rojas <arojas@archlinux.org> Build Date : Sun 24 Dec 2023 08:56:25 AM CET Install Date : Tue 06 Feb 2024 05:35:19 PM CET Install Reason... dispersion : 0.001100737 seconds Update interval : 64.2 seconds Leap statu... is the estimated local offset on the last clock update. A positive value indicates the local time (as
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
40 Treffer, Zuletzt geändert:
.yml │   │   │   ├── rfkill.yml │   │   │   ├── update.yml │   │   │   └── usercomment.yml │   │   ├── t... ill bei Raspberry Pi OS deaktivieren - include: update.yml # Update und Upgrade der APT-Pakete - include: reboot.yml # Reb... .</file> <file c++ ~/ansible/roles/basic/tasks/update.yml>--- - name: "Zuerst 'apt-get update' ausführ
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
27 Treffer, Zuletzt geändert:
"[defaults]\n# Generated by Ansible on {{ ansible_date_time.date }}, do not edit manually!\n\ # default:\ninterpreter_python = auto_silent" ... line: "# Generated by Ansible on {{ ansible_date_time.date }}, do not edit manually!\n\ # default: #inventory = /etc/ansible/hosts\n\
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
25 Treffer, Zuletzt geändert:
wed_signers_file ssh-keygen -Y check-novalidate [-O option] -n namespace -s signature_file ... Finally, ssh-keygen can be used to generate and update Key Revocation Lists, and to test whether given k... -M generate Generate candidate Diffie-Hellman Group Exchange (DH-GEX) ... on. -M screen Screen candidate parameters for Diffie-Hellman Group Exchange. Th
Ansible @linux:ansible
16 Treffer, Zuletzt geändert:
Release : 1.fc31 Architecture: noarch Install Date: Sa 21 Dez 2019 20:38:39 CET Group : Unspec... Source RPM : ansible-2.9.2-1.fc31.src.rpm Build Date : So 08 Dez 2019 21:42:23 CET Build Host : buil... le_architecture": "x86_64", "ansible_bios_date": "01/01/2011", "ansible_bios_version": "... lich möglich parallel auf mehreren Maschinen eine Date (um)zukopieren. Im nachfolgenden Beispiel kopiere
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
12 Treffer, Zuletzt geändert:
pository or a local branch push Update remote refs along with associated objects 'git h... │ ├── fsmonitor-watchman.sample │ ├── post-update.sample │ ├── pre-applypatch.sample │ ├── pre-... ebase.sample │ ├── pre-receive.sample │ └── update.sample ├── info │ └── exclude ├── objects │ ├... nso wenig wie Kurzbeschreibungen //Bugfix, Fix, Update, Verbesserung// etc.pp.! - Wir dokumentieren **
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
10 Treffer, Zuletzt geändert:
: Robin Candau <antiz@archlinux.org> Build Date : Tue 28 Nov 2023 05:52:25 PM CET Install Date : Sat 02 Mar 2024 08:35:27 PM CET Install Reason... /http/connection_pool.h kea /usr/include/kea/http/date_time.h kea /usr/include/kea/http/header_context.h... pi/class-list.json kea /usr/share/kea/api/class-update.json kea /usr/share/kea/api/config-backend-pull.j
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
7 Treffer, Zuletzt geändert:
type: bool version_added: 2.2 - validate The validation command to run before copying into place. The path to the file to validate is passed in via '%s' which must be prese... DeHaan EXTENDS_DOCUMENTATION_FRAGMENT: files, validate, decrypt METADATA: status: ... src: /mine/sudoers dest: /etc/sudoers validate: /usr/sbin/visudo -cf %s # Copy a "sudoers" file
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
4 Treffer, Zuletzt geändert:
group: root mode: "0440" validate: visudo -cf %s </file> ==== Script ausführen ==... ": null, "state": "present", "user": "bofh", "validate_certs": true} changed: [www8.dmz.nausch.org] => (... : null, "state": "present", "user": "ruben", "validate_certs": true}</font> <font style="color: rgb(25, ... null, "state": "present", "user": "ansible", "validate_certs": true}</font></br> <font style="color: rgb
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
3 Treffer, Zuletzt geändert:
nt systemd-tmpfiles-setup.service sntp.service ntpdate.service tmp.mount systemd-journald.socket ntpd.se... rony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_time=[n/a] ; st... 10697 ExecStartPost=/usr/libexec/chrony-helper update-daemon (code=exited, status=0/SUCCESS) Process:
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
3 Treffer, Zuletzt geändert:
2># Generiert mit Hilfe von Ansible am {{ ansible_date_time.date }} - diese Datei nicht manuell bearbeiten! # Clientkonfigurationsbeispiel für unterschiedlich... : "False" node_release: "experimental" node_autoupdate: "False" </file> Hier sehen wir nun dass unter a
Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python @linux:ansible
2 Treffer, Zuletzt geändert:
on gather_facts: False tasks: - name: "Update new contact-address on own ffmuc-nodes" #ht... ****** <font style="color: rgb(0, 0, 0)">TASK [Update new contact-address on own ffmuc-nodes] *********
Erste Schritte Rund um Ansible @linux:ansible
2 Treffer, Zuletzt geändert:
on path optimized for network appliances # only update this setting if you know how this works, otherwis... on path optimized for network appliances # only update this setting if you know how this works, otherwis
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
1 Treffer, Zuletzt geändert:
group: root mode: "0440" validate: visudo -cf %s ...</file> ==== Script Beschreibu
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
1 Treffer, Zuletzt geändert:
ifischen Variablen, da wir diese in eine separate Date i auslagern werden. Wir könnten als jederzeit die
Nagios Exporter und Prometheus @linux:prometheus
1 Treffer, Zuletzt geändert: