Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- IdentitiesOnly=yes Protocol 2 IdentityFile ~/.ssh/id_ed25519_ffmuc</code> Beim Parameter **... chlüssel]]** geben wir beim Parameter **''IdentityFile''** an. ==== Klonen des GIT-Repositories (Ansib... │ ├── templates │ │ │ ├── systemd-service-file.j2 │ │ │ └── vxlan-init.j2 │ │ └── vars... ition der Hosts erfolgt via **''hosts''**-Datei: <file bash ~/ansible/inventories/production/hosts># Dja
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- 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
- Host based Intrusion Detection System mit AIDE unter Arch Linux
- aidecheck.timer ... Passed ==> Verifying source file signatures with gpg... aide-0.19.tar.gz ... P... rks... yes checking for C compiler default output file name... a.out checking for suffix of executables.... checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none n... ptions needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no ch
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- **''-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null''** auf, bzw. ich habe in meiner SSH-Cl... Host * StrictHostKeyChecking=no UserKnownHostsFile=/dev/null</code> Problem gelöst! \\ - Natürlich... ec] [-D [bind_address:]port] [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file] [-J destination] [-L address
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- 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 - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- create Create new vault encrypted file decrypt Decrypt vault encrypted file edit Edit vault encrypted file view View vault encrypted file encrypt Encrypt YAML file encrypt
- Erste Schritte Rund um Ansible @linux:ansible
- ble.cfg''**. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # =====================... 2.ext.i18n # if set, always use this private key file for authentication, same as # if passing --privat... e-key to ansible or ansible-playbook #private_key_file = /path/to/file # If set, configures the path to
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- hnis **''~/ansible''** an $ vim 04_repro.yml <file bash 04_repro.yml>--- - hosts: all become: true... sudoers: ansible tasks: - name: Place repo-file nausch.org for CentOS 8 right in place copy... on_major_version'] == "8" - name: Place repo-file nausch.org for CentOS 7 right in place cop... _facts['distribution_major_version'] == "7" ... </file> Im Arbeitsverzeichnis für unsere Ansible hatten
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
- che Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Po... Hostname firewall-c.idmz.nausch.org IdentityFile ~/.ssh/id_ed25519_idmz # Zweiter Sprunghost (fw... Hostname firewall-b.edmz.nausch.org IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -... .org Port 22222 user sysadmin IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- also: git help everyday) add Add file contents to the index mv Move or rename a file, a directory, or a symlink restore R... auto $ git config --list --show-origin <code>file:/home/django/.gitconfig user.name=Michael Nausch file:/home/django/.gitconfig user.email=django@naus
- Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
- $ vim ~/ansible/playbooks/site_generation.yml <file c++ ~/ansible/playbooks/site_generation.yml>--- #... nden ... # Ende unseres systemweiten Playbooks </file> ---- === Webserver Host/Playbook-Definition : ... t hatten. $ vim ~/ansible/playbooks/web.yml <file c++ web_server.yml>--- # Start des Playbooks für ... r ... # Start des Playbooks für den Web-Server </file> Unser Kopiervorlage **''common''** für die Roll
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- ~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.ym... nfiguration anpassen" ansible.builtin.lineinfile: line: "{{ item.line }}" path: "/... e Directory Layout anlegen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible... my-files main.yml befüllen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible
- Ansible @linux:ansible
- 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:... -i INVENTORY, --inventory=INVENTORY, --inventory-file=INVENTORY specify invento
- Nagios Exporter und Prometheus @linux:prometheus
- install nrpe -y # vim /etc/nagios/nrpe.cfg <file bash /etc/nagios/nrpe.cfg># # Sample NRPE Config File # # Notes: # # This is a sample configuration file for the NRPE daemon. It needs to be # located on... r logging purposes. log_facility=daemon # LOG FILE # If a log file is specified in this option, nrpe
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- für unseren **radvd**: # vim /etc/radvd.conf <file bash /etc/radvd.conf># Configuration example for ... };</file> Wollen wir die Kondfigurationsdate ohne die Kom... : radvd -C, --config=PATH Set the config file. Default is /etc/radvd.d. -c, --configtest Parse the config file and exit. -d, --debug=NUM Set the debug
- Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible