html

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Erste Schritte Rund um Ansible
28 Treffer, Zuletzt geändert:
om/documentation/en-us/red_hat_enterprise_linux/8/html-single/securing_networks/index/#using-secure-comm... om/documentation/en-us/red_hat_enterprise_linux/8/html-single/securing_networks/index/|Red Hat Enterpris... e-kurven-die-herkunft-der-nist-kurven-1309-101567.html|RSA-Schlüssel]]** einsetzen kann und mag, muss na... chneier.com/blog/archives/2013/09/the_nsa_is_brea.html#c1675929|Blog]]** hierzu eine eindeutige Aussage
Ansible
23 Treffer, Zuletzt geändert:
r : https://docs.ansible.com/ansible/latest/index.html zu finden! Folgende links sind immer eine gute Q... sible.com/ansible/latest/playbooks_best_practices.html|Ansible - Best Practices]]** * **[[https://docs.ansible.com/ansible/latest/playbooks_variables.html|Ansible - Using Variables]]** * **[[https://docs.ansible.com/ansible/latest/playbooks_loops.html|Ansible - Loops]]** * **[[https://docs.ansible.
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
19 Treffer, Zuletzt geändert:
sible.com/ansible/latest/playbooks_best_practices.html|Ansible's Best Practices]]** gibt es durchaus ein... nsible/latest/user_guide/playbooks_best_practices.html#content-organization|zwei Beispiele]]** für Verze... le.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]** zu A... le.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]** zu A
Ansible - Erweiterte Konfigurationsbeispiel: Roles
18 Treffer, Zuletzt geändert:
ble.com/ansible/latest/user_guide/playbooks_reuse.html#playbooks-reuse|roles]]**) mit. Rollen sind im ... s.ansible.com/ansible/latest/modules/group_module.html name: '{{ createuser }}' gid: '{{ cre... cs.ansible.com/ansible/latest/modules/user_module.html name: '{{ createuser }}' comment: '{{... s.ansible.com/ansible/latest/modules/shell_module.html cmd: usermod -p $(echo '{{ createpassword }
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen
17 Treffer, Zuletzt geändert:
s.ansible.com/ansible/latest/modules/group_module.html|group]]** welches zum Anlegen, verändern und auch... cs.ansible.com/ansible/latest/modules/user_module.html|user]]** welches zum Anlegen, verändern und auch ... s.ansible.com/ansible/latest/modules/shell_module.html|shell]]** welches zum Ausführen von Shell-Befehle... meter **''limit=''** entsprechend ein. </WRAP> <html><pre class="code"> <font style="color: rgb(43, 10
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
16 Treffer, Zuletzt geändert:
ybook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0,... ipped=0 rescued=0 ignored=0</font> </pre> </html> Lassen wir es doch mal von der Kuh erklären, dann sieht so was schon anders aus. =) <html> <pre class="code"> <font style="color: rgb(0, 0,... ipped=0 rescued=0 ignored=0</font> </pre> </html> ==== Installation ==== Wie kommt man nun zu die
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
15 Treffer, Zuletzt geändert:
ocs.ansible.com/ansible/latest/modules/dnf_module.html name: chrony state: latest -... cs.ansible.com/ansible/latest/modules/stat_module.html path: /etc/chrony.conf.orig registe... cs.ansible.com/ansible/latest/modules/copy_module.html remote_src: yes src: /etc/chrony.... nsible.com/ansible/latest/modules/template_module.html src: templates/CentOS8/chrony-cli
Ansible-Lint: Die Fusselbürste
11 Treffer, Zuletzt geändert:
meinen nun, mit **[[https://docs.ansible.com/lint.html|Ansible-Lint]]** würde es sich ähnlich verhalten,... .: $ ansible-lint playbooks/linting_demo.yml <html> <pre class="code"> <font style="color: rgb(0, 0,... tyle="color: rgb(0, 0, 0)">files.</font> </pre> </html> Beim Task **//Fehlerhinweis im Fehlerfall ausge... nd Leerzeichen, die am Zeilenende zu viel sind. <html> <pre class="code"> <font style="color: rgb(0, 0,
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
7 Treffer, Zuletzt geändert:
cs.ansible.com/ansible/latest/modules/copy_module.html|copy]]** verwendet. Da wir das RPM-Paket **[[cent... lgt auf: $ ansible-playbook -v 04_repro.yml <html><pre class="code"> <font style="color: rgb(43, 10... 0)"> rescued=0 ignored=0</font><br></pre> </html> \\ Die <html><b><font style="color: rgb(4, 138, 145)">blau</font></b></html> markierten Zeilen bzw. i
Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python
5 Treffer, Zuletzt geändert:
ocs.ansible.com/ansible/latest/modules/dnf_module.html|raw]]** zurückgreift. ==== Script anlegen ==== A... ocs.ansible.com/ansible/latest/modules/raw_module.html raw: uci set gluon-node-info.@owner[0].cont... ocs.ansible.com/ansible/latest/modules/raw_module.html|raw]]**. Zum Ändern der **[[https://ffmuc.net/wik... $ ansible-playbook -v 06_change_contact.yml <html><pre class="code"> <font style="color: rgb(43, 10
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
5 Treffer, Zuletzt geändert:
m/ansible/latest/user_guide/playbooks_reuse_roles.html|role]]** verwiesen. Im Verzeichnis **''tasks''** ... atest/collections/ansible/builtin/template_module.html|template]]**, die Datei **''~/.ssh/config''** im ... om/ansible/latest/user_guide/playbooks_templating.html|Jinja2-Templates]]** erstellt werden soll. Diese ... ybook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0,
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
4 Treffer, Zuletzt geändert:
calhost -m shell -a "ls -l /root | wc -l"</code> <html><pre class="code"> <font style="color: rgb(0, 0, ... sword returned non-zero (2): None</font> </pre> </html> Der Versuch scheitert natürlich, da wir ohne den... calhost -m shell -a "ls -l /root | wc -l"</code> <html><pre class="code"> <font style="color: rgb(196, 1... ">localhost | CHANGED | rc=0 >> 2</font> </pre> </html> Die Abfrage liefert hier natürlich nun das gewün
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
4 Treffer, Zuletzt geändert:
ansible/playbooks/ansible_grundconfig_v1.yml -K <html> <pre class="code"> <font style="color: rgb(0, 0,... 0, 0, 0)">rescued=0 ignored=0</font> </pre> </html> Für eine einfache Ansible Umgebung haben wir nun... ansible/playbooks/ansible_grundconfig_v2.yml -K <html> <pre class="code"> <font style="color: rgb(0, 0,... 0, 0, 0)">rescued=0 ignored=0</font> </pre> </html> {{ :linux:ansible:ansible-krypto-stick.png?noli
Ansible - einfaches Playbook-Beispiel: sudoers anpassen
4 Treffer, Zuletzt geändert:
cs.ansible.com/ansible/latest/modules/copy_module.html * Zeile **6**: * Zeile **7**: **''tasks''** S... cs.ansible.com/ansible/latest/modules/copy_module.html|copy]]** welches zum Kopieren, verändern und auch... $ ansible-playbook -v 02_passwd_sudo_wheel.yml <html><pre class="code"> <font style="color: rgb(43, 10... ed=0 rescued=0 ignored=0</font><br></pre> </html> ==== Ergebnis ==== Auf dem Zielhost findet sich
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
3 Treffer, Zuletzt geändert:
ansible.com/ansible/latest/modules/include_module.html|include]]**. Das entsprechende Include-Verzeichni... ook -v 03_create-admins.yml03_create-admins.yml <html><pre class="code"> <font style="color: rgb(43, 10... ed=0 rescued=0 ignored=0</font><br></pre> </html> ==== Ergebnis ==== Auf dem Zielhost findet sich
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
3 Treffer, Zuletzt geändert:
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2)
2 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiele
1 Treffer, Zuletzt geändert:
Ansible - einfache Playbook-Beispiele
1 Treffer, Zuletzt geändert: