Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
- │ │ ├── brokerinform.yml │ │ ├── checkup.yml │ │ ├── configuration.yml │ │... mplates │ │ ├── broker.j2 │ │ ├── checkup.j2 │ │ ├── crontab.j2 │ │ ├── r... .yml # RADV-Filter setzen - include: checkup.yml # Wireguard überprüfen ...... file> <file c++ ~/ansible/roles/wireguard/tasks/checkup.yml>--- - name: "Lokale link-local IPv6 Adress
- Ansible
- sk-vault-pass ask for vault password -C, --check don't make any changes; instead, try to... differences in those files; works great with --check -e EXTRA_VARS, --extra-vars=EXTRA_VARS ... time: confirm each task before running --syntax-check perform a syntax check on the playbook, but do not execute it -t TAGS,
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
- nausch.org/7/os/$basearch priority=5 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-... org/7/testing/$basearch/ #priority=5 enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-... nausch.org/8/os/$basearch priority=5 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-... org/8/testing/$basearch/ #priority=5 enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/MAILSERVER.GURU-
- Erste Schritte Rund um Ansible
- e/roles # uncomment this to disable SSH key host checking #host_key_checking = False # change the default callback, you can only have one 'stdout' type enabl... s. Setting works independently of the # host key checking setting above. #record_host_keys=False # by d... e/roles # uncomment this to disable SSH key host checking #host_key_checking = False # change the defau
- Ansible-Lint: Die Fusselbürste
- path relative to CWD -t TAGS only check rules whose id/tags match these values -T ... level (-vv for more) -x SKIP_LIST only check rules whose id/tags do not match these values -... [-s] [module...] DESCRIPTION ansible-lint checks Ansible playbooks for practices and behaviour th... -r flags are used -t TAGS only check rules whose id/tags match these values -T
- Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
- name: chrony state: latest - name: Check if /etc/chrony.orig does exists stat: ... font><br> <font style="color: rgb(0, 0, 0)">TASK [Check if /etc/chrony.orig does exists] ****************... nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "89175e7c294dedf12bd473a952014e2cefd5766d", ... nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "37539ecdd11393937e5596894db41a02c6121c5f",
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
- path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans
- Ansible - weitere Beispiele: Admin Benutzer verwalten (v2)
- . $ vim ~/ansible/roles/admins/tasks/variablencheck.yml {{gh> https://gitlab.nausch.org/django/example_14/-/blob/master/roles/admins/tasks/variablencheck.yml}} Anschliessend definieren wir den Task an,
- Ansible - einfaches Playbook-Beispiel: sudoers anpassen
- nged: [www8.dmz.nausch.org] => {"changed": true, "checksum": "b51f017f799aca0d0aef9fa29b7da87006ea5c29",
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
- >ok: [www8.dmz.nausch.org] => {"changed": false, "checksum": "b51f017f799aca0d0aef9fa29b7da87006ea5c29",
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
- st options in ansible.cfg For a full list check https://docs.ansible.com/. or use the ansible-con