start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
194 Treffer, Zuletzt geändert:
ec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address] [-l... on a per-host basis in a configuration file. Agent forwarding should be enabl... d with caution. Users with the ability to bypass file permissions on the remote host (fo
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
185 Treffer, Zuletzt geändert:
nyc's input or output are redirected from or to a file, the prompt will not be shown. The... w directive in the chronyd's configuration file or the cmdallow command in chronyc. By default, t... able to modify the chronyd's configuration file and restart it. OPTIONS -4 Wit... at were specified in the configuration file, or chronyc commands. Without the -n and -N optio
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:
he -f option specifies a particular cow picture file (``cowfile'') to use. If the cowfile spec contai... directory, or at least a directory with a file called default.cow in it. FILES /usr/share/cowsay/cows holds a sample set of cowfiles. If your... ocows = True''** setzen. $ vim ~/.ansible.cfg <file bash ~/.ansible.cfg>... [defaults] nocows
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
26 Treffer, Zuletzt geändert:
ol_dhcp6.h kea /usr/include/kea/dhcpsrv/csv_lease_file4.h kea /usr/include/kea/dhcpsrv/csv_lease_file6.h kea /usr/include/kea/dhcpsrv/d2_client_cfg.h kea /usr... hcpsrv/lease.h kea /usr/include/kea/dhcpsrv/lease_file_loader.h kea /usr/include/kea/dhcpsrv/lease_file_stats.h kea /usr/include/kea/dhcpsrv/lease_mgr.h kea /
Ansible @linux:ansible
45 Treffer, Zuletzt geändert:
/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pen... erlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible/beispiel.yml>--- #YAML start Be... name: <your service name> … #YAML end syntax </file> ==== Facts ==== Ansible ermittelt bei jedem Auf... hdir: /var/www/html/demo/webseite - file: src: '/tmp/{{ item }}' dest:
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
22 Treffer, Zuletzt geändert:
vim ~/ansible/inventories/production/hosts.yml> <file bash ~/ansible/inventories/production/hosts.yml>-... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_ed25519_ansible hosts... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_rsa_ansible ho... le_ssh_user: root ansible_ssh_private_key_file: /home/django/.ssh/id_rsa4096_freifunk_2014
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
100 Treffer, Zuletzt geändert:
. encryption/decryption utility for Ansible data files positional arguments: {create,decrypt,edit,vi... create Create new vault encrypted file decrypt Decrypt vault encrypted file edit Edit vault encrypted file view View vault encrypted file
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
4 Treffer, Zuletzt geändert:
s mal eine Hülle für die weitere Bearbeitung an. <file c++ admins>linux_admins: - user : Vorname Nac... penssl passwd -6 --> key : ssh-key </file> === gehashtes Passwort === Damit wir keine PLAI... it inventories/production/group_vars/all/admins <file c++ admins>linux_admins: - user : Michael Nau... b38bv0oM9fw01erIZbw5yzDqeCC5 waennae@nausch.org </file> In diesem Beispiel haben wir also drei Admins mi
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
81 Treffer, Zuletzt geändert:
also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink restore Restore working tree files rm Remove files from the working tree and from the index sparse-checkout Initia
Ansible - Erweiterte Konfigurationsbeispiele @linux:ansible
1 Treffer, Zuletzt geändert:
Beispiel]]** wollen wir mit Hilfe eines Kickstart Files in einer **[[centos:pxe_c8:start|PXE-Umgebung]]*
Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
4 Treffer, Zuletzt geändert:
s mal eine Hülle für die weitere Bearbeitung an. <file c++ admins>linux_admins: - user : Vorname Nac... penssl passwd -6 --> key : ssh-key </file> === gehashtes Passwort === Damit wir keine PLAI... it inventories/production/group_vars/all/admins <file c++ admins>linux_admins: - user : Michael Nau... Pb38bv0oM9fw01erIZbw5yzDqeCC5 oliver@nausch.org </file> In diesem Beispiel haben wir also drei Admins mi
Ansible-Lint: Die Fusselbürste @linux:ansible
23 Treffer, Zuletzt geändert:
force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] [lin... al arguments: lintables One or more files or paths. When missing it will enable auto-detec... , autodetected based on location of configuration file. -r RULESDIR Specify custom rule dire... rn about these rules, unless overridden in config file defaults to 'experimental' --enable-list ENABLE
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
9 Treffer, Zuletzt geändert:
erstes Script ab. $ vim 03_create-admins.yml <file bash 03_create-admins.yml>--- - hosts: centos8 ... " state: present key: "{{ lookup('file', '/home/django/ansible/authkeys/{{ item.name }}.... - include_tasks: 02_passwd_sudo_wheel.yml ... </file> ==== WICHTIG ==== <WRAP center round alert 100%... altet. <code> $ vim includes/sudoers.yml</code> <file bash includes/sudoers.yml>--- - name: All use
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
58 Treffer, Zuletzt geändert:
niedrigerer Priorität für diese Rolle ├── files # Verzeichnis "files" │ └── main.yml # (Skript-)Dateien zur Verwe... pache Webservers mit Hilfe von **''tasks''**, **''files''** und **''handlers''** === Systemweite... $ vim ~/ansible/playbooks/site_generation.yml <file c++ ~/ansible/playbooks/site_generation.yml>--- #
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
233 Treffer, Zuletzt geändert:
niedrigerer Priorität für diese Rolle │ ├── files # Verzeichnis "files" │ │ └── main.yml # (Skript-)Dateien zur Verwe... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta,library,module_utils,lookup_p... ~/ansible/roles/common/{tasks,handlers,templates,files,vars,defaults,meta}/main.yml */ === Ansible-Kon
Erste Schritte Rund um Ansible @linux:ansible
99 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
7 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
6 Treffer, Zuletzt geändert:
Nagios Exporter und Prometheus @linux:prometheus
37 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1