start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
78 Treffer, Zuletzt geändert:
s://gitlab.nausch.org/django/example_8a/-/archive/main/example_8a-main.tar.gz -O - | tar -xz --strip-components=1 -C ~/ansible</code> Anschliessend kann man ... - name: "Ansible Directory Layout mit dummy-files main.yml befüllen" ansible.builtin.file: ... with_items: - {file: "filter_plugins/main.yml"} - {file: "library/main.yml"}
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
68 Treffer, Zuletzt geändert:
05 von Linus Torvalds, dem Initiator und heutigen Maintainer des Linux-Kernels, entwickelt wurde. Mit Hi... asks,handlers,templates,files,vars,defaults,meta}/main.yml Somit haben wir nun in unserem Repository Ve... └── common │ ├── defaults │ │ └── main.yml │ ├── files │ │ └── main.yml │ ├── handlers │ │ └── main.yml │ ├─
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
52 Treffer, Zuletzt geändert:
l (IPv4 or IPv6) and the other is a Unix domain socket, which is accessible locally by the root o... ronyc first tries to connect to the Unix domain socket. The compiled-in default path is /var/run/... ther commands are allowed only through the Unix domain socket. When sent over the network, chronyd will ... P address, or path to the local Unix domain socket. Multiple values can be specified as a com
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
51 Treffer, Zuletzt geändert:
# Verzeichnis "defaults" │ └── main.yml # Standardvariablen mit niedrigerer... # Verzeichnis "files" │ └── main.yml # (Skript-)Dateien zur Verwendung a... # Verzeichnis "handlers" │ └── main.yml # Datei mit den Definitionen zu den... ische Definitionen/Abhängigkeiten │ └── main.yml # Datei mit Rollenspezifischen Defi
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
44 Treffer, Zuletzt geändert:
Systemumgebung installieren wir nun das vom Paketmaintainer zur Verfügung gestellte **RPM** bzw. **DEB... # Verzeichnis "defaults" │ │ └── main.yml # Standardvariablen mit niedrigerer... # Verzeichnis "files" │ │ └── main.yml # (Skript-)Dateien zur Verwendung a... # Verzeichnis "handlers" │ │ └── main.yml # Datei mit den Definitionen zu den
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
23 Treffer, Zuletzt geändert:
udp_socket.h kea /usr/include/kea/asiolink/unix_domain_socket.h kea /usr/include/kea/asiolink/unix_domain_socket_acceptor.h kea /usr/include/kea/asiolink/unix_domain_socket_endpoint.h kea /usr/include/kea/cc/ kea /u... a/api/ha-heartbeat.json kea /usr/share/kea/api/ha-maintenance-cancel.json kea /usr/share/kea/api/ha-main
Erste Schritte Rund um Ansible @linux:ansible
18 Treffer, Zuletzt geändert:
ible_facts.* dictionary # namespace. This setting maintains the behaviour which was the default prior # to 2.5, duplicating these variables into the main namespace, each with a # prefix of 'ansible_'. # ... format. # In those cases, a "too long for Unix domain socket" ssh error would occur. # # Example: # con... ue is # how long the persistent connection will remain idle before it is destroyed. # If the connection
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
18 Treffer, Zuletzt geändert:
nec‐ tions, arbitrary TCP ports and Unix-domain sockets can also be forwarded over the secure cha... emote host (for the agent's Unix-domain socket) can access the local agent through the fo... for forwarded X11, TCP and Unix-domain connections). The compression algorithm is the s... BindAddress CanonicalDomains CanonicalizeFallbackLocal
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
10 Treffer, Zuletzt geändert:
s://gitlab.nausch.org/django/example_14/-/archive/main/example_14-main.tar.gz -O - | tar -xz --strip-components=1 -C ~/ansible</code> <WRAP center round alert... ttps://gitlab.nausch.org/django/example_14/-/blob/main/playbooks/admin_updates.yml }} === Rolle und Tas... on/ ~/ansible/roles/admins Nun legen wir unseren Main-Task an. $ vim ~/ansible/roles/admins/tasks/ma
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
9 Treffer, Zuletzt geändert:
/etc/sysconfig/chronyd (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin
Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
9 Treffer, Zuletzt geändert:
s://gitlab.nausch.org/django/example_13/-/archive/main/example_13-main.tar.gz -O - | tar -xz --strip-components=1 -C ~/ansible</code> <WRAP center round alert... ttps://gitlab.nausch.org/django/example_13/-/blob/main/playbooks/admin_updates.yml }} === Rolle und Ta... on/ ~/ansible/roles/admins Nun legen wir unseren Main-Task an. $ vim ~/ansible/roles/admins/tasks/ma
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
7 Treffer, Zuletzt geändert:
017571420684 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost ... 11.797969940 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost ... 11.798053090 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost ... .798122820 branch: stable domain: ffmuc_muc_ost director: ffmuc_muc_ost
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
5 Treffer, Zuletzt geändert:
en. Standardmäßig wird Ansible dort die Datei **''main.yml''** suchen und den Anweisungen dort folgen. W... tei an. $ vim ~/ansible/roles/ssh_client/tasks/main.yml <file c++ main.yml>--- # Playbook/Rollen zur Generierung der SS... n denn diesen Task nicht gleich direkt in der **''main.yml''**, ist doch eh' "nur eine" Aufgabe. Ja, das
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
5 Treffer, Zuletzt geändert:
)">[</font><font style="color: rgb(116, 80, 123)">main</font><font style="color: rgb(25, 100, 5)">✔</fon... )">[</font><font style="color: rgb(116, 80, 123)">main</font><font style="color: rgb(25, 100, 5)">✔</fon... b.com/octplane/ansible_stdout_compact_logger/blob/main/callbacks/anstomlog.py|GitHub-Seite]] herunterlad... ontent.com/octplane/ansible_stdout_compact_logger/main/callbacks/anstomlog.py \ -o ~/.ansible/
Ansible @linux:ansible
4 Treffer, Zuletzt geändert:
e Essentials]]** === Dokumentation (RPM) === Vom Maintainer des Paketes **ansible** wird auch die zugeh... dnf' package manager. * This module is maintained by The Ansible Core Team OPTIONS (= is mand... `all', disables all excludes. If set to `main', disable excludes defined in [main] in dnf.conf. If set to `repoid', disable excludes defined
Nagios Exporter und Prometheus @linux:prometheus
2 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1