Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- ts. ... und voila wir sind auf dem Zielhost: [django@vml172042 ~]$ Verbinden wir uns nun ab sofort, ... host die Datei aus dem User-Verzeichnis **''/home/django''** unseres Admins - in diesem Beispiel vom User **django** - in das Zielverzeichnis. <code> # cp /home/django/ssh_host_ed25519_pml010002_key-cert.pub /etc/ssh/ssh
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- hael Nausch" $ git config --global user.email "django@nausch.org" Optional können wir, sofern ausser u... git config --list --show-origin <code>file:/home/django/.gitconfig user.name=Michael Nausch file:/home/django/.gitconfig user.email=django@nausch.org file:/home/django/.gitconfig user.password=0l1v3r157einec00
- Erste Schritte Rund um Ansible @linux:ansible
- ain: Your identification has been saved in /home/django/.ssh/id_rsa_ansible. Your public key has been saved in /home/django/.ssh/id_rsa_ansible.pub. The key fingerprint is: ... ain: Your identification has been saved in /home/django/.ssh/id_ed25519_ansible. Your public key has been saved in /home/django/.ssh/id_ed25519_ansible.pub. The key fingerprint
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
- rt 22 Protocol 2 user admin # Django : 2012-06-13 # ssh-jumps über mehrere Sprunghosts... >... Host pml010003 Hostname 10.10.10.3 User django Port 22 Protocol 2 IdentityFile ~/.ssh/id_i... onfig>... Host fwi Hostname 10.30.30.20 User django Port 22 Protocol 2 IdentityFile ~/.ssh/id_i... ml030020 Host fw3 Hostname 10.50.50.250 User django Port 10022 Protocol 2 IdentityFile ~/.ssh/i
- Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
- Users vorhalten. Im Beispiel unseres Adminusers **django** wäre dies entsprechend der Pfad **''/home/django/ansible/inventories/production''**. Das entsprechende ... = /etc/ansible/hosts inventory = /home/django/ansible/inventories/production </code> === inven... sible ansible_ssh_private_key_file: /home/django/.ssh/id_ed25519_ansible hosts:
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- mkdir ~/ansible ; wget https://gitlab.nausch.org/django/example_8a/-/archive/main/example_8a-main.tar.gz ... ~/ansible $ git clone http://gitlab.nausch.org/django/ffmuc-offloader_rpb4.git . Somit ergibt sich folg... nseren Rechner: * **[[https://gitlab.nausch.org/django/ffmuc-offloader_rpb4/-/archive/main/ffmuc-offload... ( FASTD )// $ wget https://gitlab.nausch.org/django/ffmuc-offloader_rpb4/-/archive/main/ffmuc-offload
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- ~/devel/ansible ; wget https://gitlab.nausch.org/django/example_kea/-/archive/main/example_kea-main.tar.g... vars/pnc010007 | {{gh> https://gitlab.nausch.org/django/example_kea/-/blob/main/inventories/production/ho... 0110/kvm_vhost | {{gh> https://gitlab.nausch.org/django/example_kea/-/blob/main/inventories/production/ho... /vml010110/kea | {{gh> https://gitlab.nausch.org/django/example_kea/-/blob/main/inventories/production/ho
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- in-Name** und **Datum** versehen, also z.B. **''# Django : 2024-02-18''** # vim /etc/chrony.conf <file... le.net iburst ! server ntp3.example.net iburst # Django : 2024-02-18 pool pool.ntp.org iburst ##########... ng line to use this. ! dumpdir /var/lib/chrony # Django : 2024-02-18 dumpdir /var/lib/chrony # chronyd w... 192.168.*.* class B subnet, ! allow 192.168/16 # Django : 2024-02-18 allow fd00::/10 allow 10.0.0.0/24 al
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- f <file bash /etc/sysctl.d/10-ipv6-privacy.conf># Django : manual on 2024-06-27 # IPv6 Privacy Extensions ... f <file bash /etc/sysctl.d/10-ipv6-privacy.conf># Django : manual on 2024-06-28 # IPv6 Privacy Extensions ... IP-Adresse des Netzwerkinterfaces ab sehen wir: django@nitropad:~$ ip addr show enp0s25 <code>2: enp0s2... ~/devel/ansible ; wget https://gitlab.nausch.org/django/example_radvd/-/archive/main/example_radvd-main.t
- Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
- mkdir ~/ansible ; wget https://gitlab.nausch.org/django/example_14/-/archive/master/example_14-main.tar.g... _admins: - user : Michael Nausch name : django groups : wheel ids : 1000 shell :... ==== Hatten wir das **[[https://gitlab.nausch.org/django/example_14|Gitlab-Paket]]** wie unter dem Abschni... admin_updates.yml {{gh> https://gitlab.nausch.org/django/example_14/-/blob/master/playbooks/admin_updates.
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
- e: present key: "{{ lookup('file', '/home/django/ansible/authkeys/{{ item.name }}.pub') }}" ... onsbeispiel liegen diese im Verzeichnis **''/home/django/ansible/authkeys/''**. <code> $ ~/ansible/authkeys/ </code><code>insgesamt 12 -rw-r--r--. 1 django django 100 4. Jan 22:12 ansible.pub -rw-r--r--. 1 django django 108 4. Jan 22:13 bofh.pub -rw-r--r--. 1
- Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
- mkdir ~/ansible ; wget https://gitlab.nausch.org/django/example_13/-/archive/main/example_13-main.tar.gz ... _admins: - user : Michael Nausch name : django groups : wheel ids : 1000 shell :... ==== Hatten wir das **[[https://gitlab.nausch.org/django/example_13|Gitlab-Paket]]** wie unter dem Abschni... dmin_updates.yml {{gh> https://gitlab.nausch.org/django/example_13/-/blob/main/playbooks/admin_updates.ym
- Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python @linux:ansible
- raw: uci set gluon-node-info.@owner[0].contact=' Django [BOfH] django@nausch.org | chat -> @django' ; uci commit ... </file> === Script Beschreibung === Dieses Playbook beste... hle: uci set gluon-node-info.@owner[0].contact='Django [BOfH] django@nausch.org | chat -> @django' uci
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- mkdir ~/ansible ; wget https://gitlab.nausch.org/django/example_8a/-/archive/main/example_8a-main.tar.gz ... 0, 127, 166)"><b>[WARNING]: Unable to parse /home/django/ansible/inventories/production as an inventory so... = /etc/ansible/hosts\ninventory = /home/django/ansible/inventories/production'}) changed: [local... ~/devel/ansible ; wget https://gitlab.nausch.org/django/example_8b/-/archive/main/example_8b-main.tar.gz
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- ying --vault-password-file on the command line. # Django : 2022-08-09 # default: #vault_password_file = /p... le bash ansible.cfg>... [privilege_escalation] # Django : 2020-01-04 # default: unset #become=True #becom... ying --vault-password-file on the command line. # Django : 2022-08-09 # default: #vault_password_file = /p... le loading (default): Vault password script /home/django/bin/ansible_vault_password returned non-zero (2):