start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
90 Treffer, Zuletzt geändert:
v/null''** auf, bzw. ich habe in meiner SSH-Clientconfig unter **''~/.ssh/config''** die folgenden Zeilen eingetragen bei meinen Hosts: <code>Host * StrictHostK... ] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J des... specified on a per-host basis in a configuration file. Agent forwarding sho
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
193 Treffer, Zuletzt geändert:
which chronyd will accept these commands can be configured with the cmdallow directive in the chronyd's configuration file or the cmdallow command in chr... lent to being able to modify the chronyd's configuration file and restart it. OPTIONS -4 ... NTP sources that were specified in the configuration file, or chronyc commands. Without the -n
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
20 Treffer, Zuletzt geändert:
$ ansible-playbook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0, 0)"> PLAY [ssh_client_config.yml] ********************************************... home/django/ansible/roles/ssh_client/tasks/client_config.yml for localhost</font> <font style="color: rgb(... und kopieren der SSH Client Konfiguration ~/.ssh/config.] *******************************************</fo
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
69 Treffer, Zuletzt geändert:
nclude/kea/cc/data.h kea /usr/include/kea/cc/dhcp_config_error.h kea /usr/include/kea/cc/element_value.h k... r/include/kea/cfgrpt/ kea /usr/include/kea/cfgrpt/config_report.h kea /usr/include/kea/config.h kea /usr/include/kea/config/ kea /usr/include/kea/config/base_command_mgr.h kea /usr/include/kea/config
Ansible @linux:ansible
15 Treffer, Zuletzt geändert:
ion : Ansible is a radically simple model-driven configuration management, multi-node deployment, and rem... iguration eines Mailservers name: install and configure MX hosts: mxtest.dmz.mailserver.guru b... the tool to run Ansible playbooks, which are a configuration and multinode deployment system. See the p... nment variables may be specified. ANSIBLE_CONFIG — Override the default ansible config file
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
6 Treffer, Zuletzt geändert:
er_ansible-vault|~/ansible/playbooks/ansible_grundconfig_v2.yml]]''** angelegt. $ tree inventories/prod... er_ansible-vault|~/ansible/playbooks/ansible_grundconfig_v2.yml]]''** wurde bereits das entsprechend benöt... │   ├── dhcpd │   ├── named │   └── hostconfig ├── vml030030 ├── vml030040 ... ... ├... ├── vml050020 │   ├── vhosts │   └── hostconfig ├── vml000030 │   ├── exporter │   ├─
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
15 Treffer, Zuletzt geändert:
ersion show program's version number, config file location, configured module search path, module location, executable locatio... -version show program's version number, config file location, configured module search path, module location, executable loca‐ tion and exit
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
17 Treffer, Zuletzt geändert:
r grundlegende Einstellungen vornehmen. $ git config --global user.name "Michael Nausch" $ git config --global user.email "django@nausch.org" Optional kön... spätere **''git push''** hinterlegen $ git config --global user.password "0l1v3r157einec001350ck3!"... llen, definieren wir diesen für **git**. $ git config --global core.editor "vim" $ git config --g
Ansible-Lint: Die Fusselbürste @linux:ansible
18 Treffer, Zuletzt geändert:
[--force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] ... ect/repository, autodetected based on location of configuration file. -r RULESDIR Specify cust... only warn about these rules, unless overridden in config file defaults to 'experimental' --enable-list E... or files to skip. This option is repeatable. -c CONFIG_FILE Specify configuration file to use. De
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
1 Treffer, Zuletzt geändert:
(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BEC
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
35 Treffer, Zuletzt geändert:
lude: install.yml # Installation - include: config-backup.yml # original-Konfig sichern - include: configure.yml # Konfiguration - include: service.yml ... st </file> $ vim ~/ansible/roles/chrony/tasks/config-backup.yml <file c++ ~/ansible/roles/chrony/tasks/config-backup.yml>--- - name: "***chrony*** : 1) Überp
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
44 Treffer, Zuletzt geändert:
ansible-playbook ~/ansible/playbooks/ansible_grundconfig_v1.yml -K </WRAP> /* Als nächstes kopieren wir ... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... in unserer **SSH**-Konfigurationsdatei **''~/.ssh/config''** des Clients diesen Host. $ vim ~/.ssh/conf
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
30 Treffer, Zuletzt geändert:
ss, greifen wir auf das Playbook **''ansible_grundconfig_v1.yml''** zurück. Mit Hilfe dieses Playbooks k... n unser Ansible-Playbook/-Script **''ansible_grundconfig_v1.yml''** ab, mit dessen Hilfe wir unsere Ansibl... llen. $ vim ~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.yml>--- # YAML Start # Ansible Playbook zu
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
40 Treffer, Zuletzt geändert:
auf die SSH-Clientkonfigurationsdatei **''~/.ssh/config''** zurückgreift. Nachfolgendes Beispiel zeigt ex... spezifische Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user admin # ... 0%> Die Pflege der Konfigurationsdatei **''~/.ssh/config''** überlassen wir nun natürlich nicht jedem Admi
Erste Schritte Rund um Ansible @linux:ansible
20 Treffer, Zuletzt geändert:
s.ansible.com/ansible/latest/reference_appendices/config.html|Ansible Konfigurationseinstellungen]]** nach... n: - Erst durch die Umgebungsvariable ''ANSIBLE_CONFIG'' definierten individuellen Konfigurationsdatei, ... nsible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # ======... ith command line flags. ansible will read ANSIBLE_CONFIG, # ansible.cfg in the current working directory,
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
1 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
1 Treffer, Zuletzt geändert:
Nagios Exporter und Prometheus @linux:prometheus
14 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1