up

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
13 Treffer, Zuletzt geändert:
annel. ssh will also automatically set up Xauthority data on the server machine. For this ... option PermitTunnel controls whether the server sup‐ ports this, and at what level (layer 2 or... " ssh-rsa ... john Since an SSH-based setup entails a fair amount of overhead, it may be more... edl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Lay
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
69 Treffer, Zuletzt geändert:
stem clock is normally corrected only by speeding up or slowing down (up to the rate configured by the maxslewrate directive). If the offse... rect any time offset, by slowing down or speeding up the clock as required. In certain situ... and waits for chronyd to synchronise. Up to four optional arguments can be specified. The
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
6 Treffer, Zuletzt geändert:
it. COWFILE FORMAT A cowfile is made up of a simple block of perl(1) code, which assigns... $tongue may be used. The trail leading up to the cow's message balloon is composed of the... e older versions, since I didn't exactly put them up for world-wide access. Oh, just so you kn... gins = /usr/share/ansible/plugins/connection #lookup_plugins = /usr/share/ansible/plugins/lookup #
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
2 Treffer, Zuletzt geändert:
ion 7.2.3 "Hosts storage" for details. // Setup reclamation of the expired leases and leases affi... asses. A client class can represent any // group of devices that share some common characteristic,
Ansible @linux:ansible
18 Treffer, Zuletzt geändert:
kumentation ==== === O’REILLY Fachbuch - Ansible: Up & Running === Ein wertvoller und verlässlicher Be... essen Fähigkeiten kann sicher das Buch **Ansible: Up & Running** (ISBN: 978-1-491-97980-8) von **[[htt... ok.png?nolink&250 |Bild: Photo des Buchs Ansible: Up & Running von O`REILLY}} === Gourav Shah - Ansib... arch Install Date: Sa 21 Dez 2019 20:38:39 CET Group : Unspecified Size : 311719083 Licen
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
9 Treffer, Zuletzt geändert:
uppenspezifischen Variablen im Verzeichnis **''group_vars''**. Diese Verzeichnisse werden von Ansible ... oduction/ -d <code>inventories/production/ ├── group_vars │   └── all └── host_vars</code> Je **Grup... rzeichnis **''~/ansible/inventories/production/group_vars''** ab. $ vim ~/ansible/inventories/production/group_vars/ffmuc.yml <file bash ~/ansible/inventories/
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
20 Treffer, Zuletzt geändert:
plugins currently evaluate up to -vvvvvv. A reasonable level to start is -vvv, ... plugins currently evaluate up to -vvvvvv. A reasonable level to start is -vvv, ... data file used by Ansible. This can include group_vars/ or host_vars/ inventory variables, v... werden_will!" > ~/ansible/inventory/produktion/group_vars/all/secrets.yml Wir haben also eine Datei,
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
5 Treffer, Zuletzt geändert:
vault encrypt ~/ansible/inventories/production/group_vars/all/admins </WRAP> Anschliessend kann man di... -vault create ~/ansible/inventories/production/group_vars/all/admins Dort legen wir als erstes mal ei... $ ansible-vault edit inventories/production/group_vars/all/admins <file c++ admins>linux_admins: ... rd. $ vim ~/ansible/roles/admins/tasks/admingroup.yml {{gh> https://gitlab.nausch.org/django/exampl
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
29 Treffer, Zuletzt geändert:
floader_rpb4/inventories/{production,staging}/{group_vars,host_vars} \ ~/Freifunk/ffmuc-... files,vars,defaults,meta,library,module_utils,lookup_plugin} $ touch ~/Freifunk/ffmuc-offloader... ├── inventories │ ├── production │ │ ├── group_vars │ │ ├── hosts.yml │ │ └── host_vars │ └── staging │ ├── group_vars │ ├── hosts.yml │ └── host_vars
Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
3 Treffer, Zuletzt geändert:
vault encrypt ~/ansible/inventories/production/group_vars/all/admins </WRAP> Anschliessend kann man di... -vault create ~/ansible/inventories/production/group_vars/all/admins Dort legen wir als erstes mal ei... $ ansible-vault edit inventories/production/group_vars/all/admins <file c++ admins>linux_admins:
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
8 Treffer, Zuletzt geändert:
e }}" state: present key: "{{ lookup('file', '/home/django/ansible/authkeys/{{ item.na... copy: content: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ... _passwd_sudo_wheel owner: root group: root mode: "0440" validate: visu... ard Operator from Hell", "create_home": true, "group": 1020, "groups": "wheel, users", "home": "/home/
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
34 Treffer, Zuletzt geändert:
e einer der Rolle (role) "common" ├── lookup_plugin # Verzeichnis für weitere Arten von Plugins, wie in diesem Fall "lookup" ├── meta # Verzeichnis... createuser }}' erstellen" ansible.builtin.group: # https://docs.ansible.com/ansible/latest/modules/group_module.html name: '{{ createuser }}'
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
133 Treffer, Zuletzt geändert:
n in der Lage jede Inventardatei mit ihrer **''group_vars''** und **''host_vars''** in ein separates V... nitionen aus der Gruppe production │ │ ├── group_vars # Verzeichnis für die Gruppenspe... nitionen aus der Gruppe production │ ├── group_vars # Verzeichnis für die Gruppenspe... e einer der Rolle (role) "common" │ ├── lookup_plugin # Verzeichnis für weitere Arten v
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
42 Treffer, Zuletzt geändert:
/etc/ansible/ansible.cfg admin_user: "{{ lookup('env','USER') }}" tasks: - name: "Ansible ... '/home/{{ admin_user }}/.ansible.cfg' group: '{{ admin_user }}' owner: '{{ admin_user... tory owner: '{{ admin_user }}' group: '{{ admin_user }}' mode: '0755' wi... - {directory: "inventories/production/group_vars/"} - {directory: "inventories/produc
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
12 Treffer, Zuletzt geändert:
wn-> edmz_switch bredmz -down-> FWB FWC -up-> bredmz FWC -up-> bridmz bredmz -up-> EDMZ_Repository_Host bridmz -up-> IDMZ_Repository_Host Switch -up-> FWC Workstati
Erste Schritte Rund um Ansible @linux:ansible
23 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
18 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
5 Treffer, Zuletzt geändert:
Nagios Exporter und Prometheus @linux:prometheus
9 Treffer, Zuletzt geändert: