start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
4 Treffer, Zuletzt geändert:
he -f option specifies a particular cow picture file (``cowfile'') to use. If the cowfile spec contai... directory, or at least a directory with a file called default.cow in it. FILES /usr/shar... ocows = True''** setzen. $ vim ~/.ansible.cfg <file bash ~/.ansible.cfg>... [defaults] nocows = True ... </file> === Alternative Ausgaben === Ist man der Kuh üb
Ansible
33 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
21 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
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
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2)
4 Treffer, Zuletzt geändert:
s mal eine Hülle für die weitere Bearbeitung an. <file c++ admins>linux_admins: - user : Vorname Nac... penssl passwd -6 --> key : ssh-key </file> === gehashtes Passwort === Damit wir keine PLAI... it inventories/production/group_vars/all/admins <file c++ admins>linux_admins: - user : Michael Nau... b38bv0oM9fw01erIZbw5yzDqeCC5 waennae@nausch.org </file> In diesem Beispiel haben wir also drei Admins mi
Ansible - weitere Beispiele: Admin Benutzer verwalten
4 Treffer, Zuletzt geändert:
s mal eine Hülle für die weitere Bearbeitung an. <file c++ admins>linux_admins: - user : Vorname Nac... penssl passwd -6 --> key : ssh-key </file> === gehashtes Passwort === Damit wir keine PLAI... it inventories/production/group_vars/all/admins <file c++ admins>linux_admins: - user : Michael Nau... Pb38bv0oM9fw01erIZbw5yzDqeCC5 oliver@nausch.org </file> In diesem Beispiel haben wir also drei Admins mi
Ansible-Lint: Die Fusselbürste
15 Treffer, Zuletzt geändert:
force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] [lin... , autodetected based on location of configuration file. -r RULESDIR Specify custom rule dire... rn about these rules, unless overridden in config file defaults to 'experimental' --enable-list ENABLE... s to skip. This option is repeatable. -c CONFIG_FILE Specify configuration file to use. Default
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
9 Treffer, Zuletzt geändert:
erstes Script ab. $ vim 03_create-admins.yml <file bash 03_create-admins.yml>--- - hosts: centos8 ... " state: present key: "{{ lookup('file', '/home/django/ansible/authkeys/{{ item.name }}.... - include_tasks: 02_passwd_sudo_wheel.yml ... </file> ==== WICHTIG ==== <WRAP center round alert 100%... altet. <code> $ vim includes/sudoers.yml</code> <file bash includes/sudoers.yml>--- - name: All use
Ansible - Erweiterte Konfigurationsbeispiel: Roles
50 Treffer, Zuletzt geändert:
$ 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
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
210 Treffer, Zuletzt geändert:
│   ├── templates │   │   │   ├── systemd-service-file.j2 │   │   │   └── vxlan-init.j2 │   │   └── vars... ition der Hosts erfolgt via **''hosts''**-Datei: <file bash ~/ansible/inventories/production/hosts># Dja... tgruppe angehören. rpb4-ol-a rpb4-ol-b rpb4-ol-p</file> Je Host den wir bearbeiten wollen definieren wi... ost_vars/rpb4-ol-b/individual_host_specification <file bash ..inventories/production/host_vars/rpb4-ol-b
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
105 Treffer, Zuletzt geändert:
~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.ym... 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_working_dir }}/{{ item.file }}' state: touch owner: '{{ admin
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
18 Treffer, Zuletzt geändert:
che Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Po... 9_n3rd ProxyCommand ssh -A -q -W %h:%p fwa </file> Nun können wir ganz einfach direkt einen Tunnel... $ vim ~/ansible/playbooks/ssh_client_config.yml <file c++ ssh_client_config.yml>--- ... # YML Ende</file> Dieses Playbook unterscheidet sich nun erst ein
Erste Schritte Rund um Ansible
55 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: Benutzer anlegen
7 Treffer, Zuletzt geändert:
r erstes Script ab. $ vim 01_create-user.yml <file bash 01_create-user.yml>--- - hosts: centos8 be... | openssl passwd -1 -stdin) {{ createuser }} ...</file> ==== WICHTIG ==== <WRAP center round alert 100%... 0, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BECOME p... , "state": "present", "stderr": "Creating mailbox file: File exists\n", "stderr_lines": ["Creating mailb
Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python
3 Treffer, Zuletzt geändert:
/ansible''** ab. $ vim 06_change_contact.yml <file bash 06_change_contact.yml>--- - hosts: ffmuc_glu... @nausch.org | chat -> @django' ; uci commit ... </file> === Script Beschreibung === Dieses Playbook bes... 0, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BECOME p
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
67 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: sudoers anpassen
6 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1