start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
216 Treffer, Zuletzt geändert:
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
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
89 Treffer, Zuletzt geändert:
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
67 Treffer, Zuletzt geändert:
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
67 Treffer, Zuletzt geändert:
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
36 Treffer, Zuletzt geändert:
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
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
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
  • start.txt
  • Zuletzt geändert: 12.10.2024 12:43.
  • von django