usr

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
836 Treffer, Zuletzt geändert:
kea/kea-dhcp6.conf kea /etc/kea/keactrl.conf kea /usr/ kea /usr/bin/ kea /usr/bin/kea-admin kea /usr/bin/kea-ctrl-agent kea /usr/bin/kea-dhcp-ddns kea /usr/bin/kea-dhcp4 kea /usr/b
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
69 Treffer, Zuletzt geändert:
grotate.d/ chrony /etc/logrotate.d/chrony chrony /usr/ chrony /usr/bin/ chrony /usr/bin/chronyc chrony /usr/bin/chronyd chrony /usr/lib/ chrony /usr/lib/systemd/ chrony /usr/lib/systemd/
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
57 Treffer, Zuletzt geändert:
an-adv-{{ batman_adv_version }}.tar.gz dest: /usr/src/batman-adv-{{ batman_adv_version }}.tar.gz ... -Archives" ansible.builtin.unarchive: src: /usr/src/batman-adv-{{ batman_adv_version }}.tar.gz dest: /usr/src remote_src: true ...</file> <file c++ ~... er Dateien" community.general.make: chdir: /usr/src/linux-headers-{{ ansible_kernel }} target
Erste Schritte Rund um Ansible @linux:ansible
44 Treffer, Zuletzt geändert:
tory = /etc/ansible/hosts #library = /usr/share/my_modules/ #module_utils = /usr/share/my_module_utils/ #remote_tmp = ~/.ansible/tmp #loca... to use for playbooks if user is not specified # (/usr/bin/ansible will use current user as default) #re... /var/log/ansible.log # default module name for /usr/bin/ansible #module_name = command # use this sh
Nagios Exporter und Prometheus @linux:prometheus
39 Treffer, Zuletzt geändert:
ight be: # # nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/ # # This lets the nagios user... hat directory or its contents! # command_prefix=/usr/bin/sudo # MAX COMMANDS # This specifies how ma... ow # assume that you have plugins installed in a /usr/local/nagios/libexec # directory. Also note that... ecure method of using NRPE command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 comma
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
15 Treffer, Zuletzt geändert:
e PATH or MANPATH. It should always contain the /usr/share/cowsay/cows directory, or at least a... h a file called default.cow in it. FILES /usr/share/cowsay/cows holds a sample set of cowfiles.... -l''** heraus. $ cowsay -l <code>Cow files in /usr/share/cowsay/cows: apt bud-frogs bunny calvin che... here, separate with colons #action_plugins = /usr/share/ansible/plugins/action #become_plugins
Ansible @linux:ansible
13 Treffer, Zuletzt geändert:
"kvm", "discovered_interpreter_python": "/usr/libexec/platform-python", "gather_subset"... 7811, "discovered_interpreter_python": "/usr/libexec/platform-python" }, "changed": fa... ssenden adhoc-Befehl mit Hilfe des Programms ''**/usr/bin/ansible**'' ausführt. Hierzu werden wir uns n... ible/plugins/modules', u'/usr/share/ansible/plugins/modules']) --new-vault-id
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
9 Treffer, Zuletzt geändert:
"0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/chronyd ; argv[]=/usr/sbin/chronyd $OPTIONS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/... (null) ; status=0/0 }", "ExecStartPost": "{ path=/usr/libexec/chrony-helper ; argv[]=/usr/libexec/chrony-helper update-daemon ; ignore_errors=no ; start_tim
Ansible-Lint: Die Fusselbürste @linux:ansible
7 Treffer, Zuletzt geändert:
tories. Add -R to keep using embedded rules from /usr/lib/python3/dist-packages/ansiblelint/rules -R ... search path to load modules from. The default is /usr/share/ansible. This can also be set with the ... r flags override the default rules in /usr/lib/python3/dist-packages/ansiblelint/rules, unle... used. -R Use default rules in /usr/lib/python3/dist-packages/ansiblelint/rules in ad
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
6 Treffer, Zuletzt geändert:
rvice - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor ... up: /system.slice/sshd.service └─1777 /usr/sbin/sshd -D Nov 26 23:20:38 pml010002.intra.nau... rvice - OpenSSH server daemon Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor ... up: /system.slice/sshd.service └─1777 /usr/sbin/sshd -D Nov 26 23:57:38 pml010002.intra.nau
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
5 Treffer, Zuletzt geändert:
m Befehl: $ ansible-doc copy <code> COPY (/usr/lib/python2.7/site-packages/ansible/modules/files... file or directory should be. For those used to `/usr/bin/chmod' remember that modes are actual... ine/sudoers dest: /etc/sudoers validate: /usr/sbin/visudo -cf %s # Copy a "sudoers" file on th... c/sudoers.edit remote_src: yes validate: /usr/sbin/visudo -cf %s # Create a CSV file from your
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
4 Treffer, Zuletzt geändert:
ECOME-SUCCESS-lxiprplnioypvfmjjylwxvdjapibaahs ; /usr/libexec/platform-python /home/ansible/.ansible/tm... ECOME-SUCCESS-dkoativjxmvilrtomekhdjnqzyyyuqqr ; /usr/libexec/platform-python /home/ansible/.ansible/tm... ECOME-SUCCESS-qrempbbpxxpgsigefdvnuctemlnerdpu ; /usr/libexec/platform-python /home/ansible/.ansible/tm... ECOME-SUCCESS-guzlsexqnsjzxvmqkxlzyfmeywwkmtxf ; /usr/libexec/platform-python /home/ansible/.ansible/tm
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
1 Treffer, Zuletzt geändert:
le bash ~/bin/ansible_vault_password>#!/bin/bash /usr/bin/pass show ansible-vault-password</file> Absc
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
1 Treffer, Zuletzt geändert:
t -o pipefail && pass init '{{ admin_mail }}' && /usr/bin/echo '{{ pass_secret }}' | pass insert -ef an
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
1 Treffer, Zuletzt geändert:
ts": { "discovered_interpreter_python": "/usr/bin/python2.7" }, "changed": false, "