Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
- te Variante ist nun die Nutzung der Option **ProxyCommand**. Bei "nur" einem Jump-Host kann man dies im Inv... IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -q -W %h:%p fwc # Dritter Sprunghost (fw... IdentityFile ~/.ssh/id_ed25519_edmz ProxyCommand ssh -A -q -W %h:%p fwc # externer Server im Int... IdentityFile ~/.ssh/id_ed25519_n3rd ProxyCommand ssh -A -q -W %h:%p fwa </file> Nun können wir g
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
- gw05: "fe80::281:8eff:fef0:73aa" gw06: "fe80::2a2:e4ff:fef9:2269" gw07: "fe80::23b:d2ff:fe95:967... >--- - name: "Hostname ändern" ansible.builtin.command: cmd: hostnamectl set-hostname {{ raspberry_h... kill am Raspberry deaktivieren" ansible.builtin.command: cmd: rfkill unblock wifi changed_when: fal... rnel Module Support hinzufügen" ansible.builtin.command: cmd: dkms add -m batman-adv -v {{ batman_adv
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
- ion_added: 2.2 - validate The validation command to run before copying into place. The path to the... hich must be present as in the example below. The command is passed securely so shell features like... rned: when supported type: string sample: 2a5aeecc61dc98c4d780b14b330e3282 checksum: descr... on. validate: # The validation command to run before copying into place. The path to the
- Ansible - einfaches Playbook-Beispiel: sudoers anpassen
- . <code># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</code> ==== Script anlegen ... ntent: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ALL\n" dest: /... 0, "group": "root", "md5sum": "a7c4cc84eb0dbbf844d2a8d4fbe64164", "mode": "0440", "owner": "root", "se... o_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file> ====== Link