config

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
51 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
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
46 Treffer, Zuletzt geändert:
habe in meiner SSH-Clientconfig unter **''~/.ssh/config''** die folgenden Zeilen eingetragen bei meinen H... guration files; see the Compression option in ssh_config(5). -c cipher_spec Selects... er of preference. See the Ciphers keyword in ssh_config(5) for more information. -D [bind_address... system-wide configuration file (/etc/ssh/ssh_config) will be ignored. The default for the per-user c
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
34 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
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
29 Treffer, Zuletzt geändert:
ation option when building the Linux kernel: o CONFIG_RTC_INTF_DEV_UIE_EMUL 5.6. What if my computer d... === * Combine sources to improve accuracy * Make config and command parser strict * Add -a option to chro... nds * Fix and improve peer polling * Fix crash in config parsing with too many servers * Fix crash with du... ges in chronyc if daemon is not reachable. * Fix config file problem for 'allow all' and 'deny all' witho
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
24 Treffer, Zuletzt geändert:
lude: install.yml # Installation - include: config-backup.yml # original-Konfig sichern - include: c... st </file> $ vim ~/ansible/roles/chrony/tasks/config-backup.yml <file c++ ~/ansible/roles/chrony/tasks/config-backup.yml>--- - name: "***chrony*** : 1) Überprüfen ob das Backup der Konfigurationsdatei '{{ config_file }}' bereits existiert" ansible.builtin.s
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
17 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
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
16 Treffer, Zuletzt geändert:
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/config <code>Host raspberry-wireguard Hostname 10.0.10
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
14 Treffer, Zuletzt geändert:
ars: ansible_working_dir: ansible ansible_config: /etc/ansible/ansible.cfg admin_user: "{{ loo... - name: "Ansible Konfigurationsdatei {{ ansible_config }} vorhanden?" ansible.builtin.stat: path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Fehlerfall ausgeben" ansibl
Erste Schritte Rund um Ansible @linux:ansible
12 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 - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
11 Treffer, Zuletzt geändert:
ersion show program's version number, config file location, configured module search path, mod... -version show program's version number, config file location, configured module search path, mod... nment variables may be specified. ANSIBLE_CONFIG -- Specify override location for the ansible config file Many more are available for most options
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
10 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 @linux:ansible
8 Treffer, Zuletzt geändert:
nment variables may be specified. ANSIBLE_CONFIG — Override the default ansible config file Many more are available for most options in ansible.cfg FILES /etc/ansible/ansible.cfg — Config file, used if present ~/.ansible.cfg — User config file, overrides the default config if present AU
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
7 Treffer, Zuletzt geändert:
8 become: true vars: sudoers: ansible config_file: /etc/chrony.conf # chronyd client config-options chrony_pool: "server time.dmz.nausch.org i... t.stat.exists == False - name: Copy template config-file in place template: #https://docs... /CentOS8/chrony-client.conf.j2 dest: "{{ config_file }}" - name: Make sure Chrony is started
Ansible-Lint: Die Fusselbürste @linux:ansible
6 Treffer, Zuletzt geändert:
[--force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] ... 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... äsentiert. $ ansible-lint playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color
Nagios Exporter und Prometheus @linux:prometheus
6 Treffer, Zuletzt geändert:
<file bash /etc/nagios/nrpe.cfg># # Sample NRPE Config File # # Notes: # # This is a sample configurat... nts *AND* the dont_blame_nrpe directive in this # config file is set to '1'. This poses a potential secur... agios/plugins/nagisk.pl -c span -s 1 # INCLUDE CONFIG FILE # This directive allows you to include definitions from an external config file. #include=<somefile.cfg> # INCLUDE CONFI
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
1 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
1 Treffer, Zuletzt geändert: