start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Nagios Exporter und Prometheus @linux:prometheus
51 Treffer, Zuletzt geändert:
g the NRPE daemon, not the host # from which the check_nrpe client is being executed. # ################... orted. # # Note: The daemon only does rudimentary checking of the client's IP # address. I would highly ... far the most secure method of using NRPE command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load]=/usr/lib64/nagios/plugins/ch
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
38 Treffer, Zuletzt geändert:
ecified or zero, the value will not be checked. The fourth argument is the interval specified in seconds in which the check is repeated. The interval is 10 seconds ... eck address This command allows you to check whether client NTP access is allowed from a parti... host. Only hosts that have passed the host access checks (set with the allow, deny, cmdallow a
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
24 Treffer, Zuletzt geändert:
│   │   ├── brokerinform.yml │   │   ├── checkup.yml │   │   ├── configuration.yml │   │... mplates │   │   ├── broker.j2 │   │   ├── checkup.j2 │   │   ├── crontab.j2 │   │   ├── r... .yml # RADV-Filter setzen - include: checkup.yml # Wireguard überprüfen ...... file> <file c++ ~/ansible/roles/wireguard/tasks/checkup.yml>--- - name: "Lokale link-local IPv6 Adress
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
12 Treffer, Zuletzt geändert:
ssed to the master process. Valid commands are: “check” (check that the master process is running), “forward” (request forwardings without comma... CertificateFile CheckHostIP Ciphers ... s access to the private key and the server checks that the corresponding public key is authorized
Ansible @linux:ansible
11 Treffer, Zuletzt geändert:
sk-vault-pass ask for vault password -C, --check don't make any changes; instead, try to... differences in those files; works great with --check -e EXTRA_VARS, --extra-vars=EXTRA_VARS ... time: confirm each task before running --syntax-check perform a syntax check on the playbook, but do not execute it -t TAGS,
Erste Schritte Rund um Ansible @linux:ansible
7 Treffer, Zuletzt geändert:
e/roles # uncomment this to disable SSH key host checking #host_key_checking = False # change the default callback, you can only have one 'stdout' type enabl... s. Setting works independently of the # host key checking setting above. #record_host_keys=False # by d... e/roles # uncomment this to disable SSH key host checking #host_key_checking = False # change the defau
Ansible-Lint: Die Fusselbürste @linux:ansible
7 Treffer, Zuletzt geändert:
path relative to CWD -t TAGS only check rules whose id/tags match these values -T ... level (-vv for more) -x SKIP_LIST only check rules whose id/tags do not match these values -... [-s] [module...] DESCRIPTION ansible-lint checks Ansible playbooks for practices and behaviour th... -r flags are used -t TAGS only check rules whose id/tags match these values -T
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
5 Treffer, Zuletzt geändert:
7729857856000/source md5sum: description: md5 checksum of the file after running copy returned: w... ring sample: 2a5aeecc61dc98c4d780b14b330e3282 checksum: description: sha1 checksum of the file after running copy returned: success type: string... nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "e9ab494c29df71d4e869c5b0bf68caf865ef74c9",
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
4 Treffer, Zuletzt geändert:
name: chrony state: latest - name: Check if /etc/chrony.orig does exists stat: ... font><br> <font style="color: rgb(0, 0, 0)">TASK [Check if /etc/chrony.orig does exists] ****************... nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "89175e7c294dedf12bd473a952014e2cefd5766d", ... nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "37539ecdd11393937e5596894db41a02c6121c5f",
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
4 Treffer, Zuletzt geändert:
path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans... path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
3 Treffer, Zuletzt geändert:
rom the working tree and from the index sparse-checkout Initialize and modify the sparse-checkout examine the history and state (see also: git help revisi... epository mit Hilfe von Git an. Zunächst einmal checken wir, wieviel Commits es bis jetzt gab. Dazu ben
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
3 Treffer, Zuletzt geändert:
ser.h kea /usr/include/kea/dhcpsrv/parsers/sanity_checks_parser.h kea /usr/include/kea/dhcpsrv/parsers/sh... rce_handler.h kea /usr/include/kea/dhcpsrv/sanity_checker.h kea /usr/include/kea/dhcpsrv/shared_network.h... ea/dns/tsigrecord.h kea /usr/include/kea/dns/zone_checker.h kea /usr/include/kea/eval/ kea /usr/include/k
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
1 Treffer, Zuletzt geändert:
nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "b51f017f799aca0d0aef9fa29b7da87006ea5c29",
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
1 Treffer, Zuletzt geändert:
>ok: [www8.dmz.nausch.org] => {"changed": false, "checksum": "b51f017f799aca0d0aef9fa29b7da87006ea5c29",
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
1 Treffer, Zuletzt geändert:
st options in ansible.cfg For a full list check https://docs.ansible.com/. or use the ansible-con
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1