start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Erste Schritte Rund um Ansible
28 Treffer, Zuletzt geändert:
fg''**. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansibl... d under sudo # you may need to change this to bin/bash in rare instances # if sudo is constrained #execu... r Gruppen sein # vim /etc/ansible/hosts <file bash /etc/ansible/hosts># # It should live in /etc/ans... setzen. # vim /etc/ansible/ansible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansibl
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
17 Treffer, Zuletzt geändert:
der Hosts erfolgt via **''hosts''**-Datei: <file bash ~/ansible/inventories/production/hosts># Django :... ars/rpb4-ol-b/individual_host_specification <file bash ..inventories/production/host_vars/rpb4-ol-b/indi... inventories/production/group_vars/ffmuc/.. <file bash gateway_keys># aus https://github.com/freifunkMUC... Ex3LKh+G06Opb8/esg08aWK33A5/Ff1YXE="</file> <file bash gateway_link_adresses># aus https://github.com/fr
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
8 Treffer, Zuletzt geändert:
t an. $ vim ~/bin/ansible_vault_password <file bash ~/bin/ansible_vault_password>#!/bin/bash /usr/bin/pass show ansible-vault-password</file> Abschliessen... e''** entsprechend. $ vim ~/.ansible.cfg <file bash ~/.ansible.cfg>... # If set, configures the path... lgendes definiert. $ vim ~/.ansible.cfg <file bash ansible.cfg>... [privilege_escalation] # Django
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
8 Treffer, Zuletzt geändert:
sts''**. $ less /etc/ansible/ansible.cfg <code bash> ... [defaults] # some basic default values... ... e Ziel verwiesen. $ less ~/.ansible.cfg <code bash> some basic default values... # Generated by Ans... /ansible/inventories/production/hosts.yml> <file bash ~/ansible/inventories/production/hosts.yml>--- #Y... sible/inventories/production/inventory.yml <file bash ~/ansible/inventories/production/inventory.yml>--
Ansible
3 Treffer, Zuletzt geändert:
_id": "root", "ansible_user_shell": "/bin/bash", "ansible_user_uid": 0, "ansible... Der folgende Befehl prüft z.B. ob das Paket **''bash-completion''** auf allen Servern der Gruppe **all... alliert wurde: $ ansible all -m yum -a "name = bash-completion state = absent" Im folgenden Beispie
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
3 Treffer, Zuletzt geändert:
**''~/ansible''** an $ vim 04_repro.yml <file bash 04_repro.yml>--- - hosts: all become: true va... im ~/ansible/files/CentOS7/nausch.org.repo <file bash ~/ansible/files/CentOS7/nausch.org.repo># Reposit... im ~/ansible/files/CentOS8/nausch.org.repo <file bash ~/ansible/files/CentOS8/nausch.org.repo># Reposit
  • start.txt
  • Zuletzt geändert: 12.10.2024 12:43.
  • von django