check

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible
10 Treffer, Zuletzt geändert:
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-Lint: Die Fusselbürste
6 Treffer, Zuletzt geändert:
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 -... -r flags are used -t TAGS only check rules whose id/tags match these values -T... bosity level -x SKIP_LIST only check rules whose id/tags do not match these values
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
5 Treffer, Zuletzt geändert:
sible_date_time.date }}, do not edit manually! # Check connectivity to supernode HTTP_STATUS_CODE=(`curl... / && run-parts --report /etc/cron.monthly ) # # check wireguard-connection -* * * * * root /usr... 5) # Batman Clients clients = subprocess.check_output("batctl meshif " + batman + " tl | egrep -... Datei **raspbian_lite_latest**. $ sha256sum --check 2022-01-28-raspios-bullseye-arm64-lite.zip.sha256
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
4 Treffer, Zuletzt geändert:
path: '{{ ansible_config }}' register: check_ansible_config - name: "Fehlerhinweis im Feh... {{ ansible_config }} NICHT gefunden!" when: check_ansible_config.stat.exists != 1 - name: "Ans... 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 - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
2 Treffer, Zuletzt geändert:
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] ****************
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
1 Treffer, Zuletzt geändert:
st options in ansible.cfg For a full list check https://docs.ansible.com/. or use the ansible-con