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?
1 Treffer, Zuletzt geändert:
a cow saying something provided by the user. If run with no arguments, it accepts standard inp
Ansible
19 Treffer, Zuletzt geändert:
clear the fact cache --force-handlers run handlers even if a task fails -f FORKS, --forks... -skip-tags=SKIP_TAGS only run plays and tasks whose tags do not match these ... execute it -t TAGS, --tags=TAGS only run plays and tasks tagged with these values --vaul... ecome as on target hosts -s, --sudo run operations with sudo (nopasswd) (deprecated, use
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
2 Treffer, Zuletzt geändert:
content: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ALL\n" ... sswd_sudo_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file>
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
8 Treffer, Zuletzt geändert:
ntab # Unlike any other crontab you don't have to run the `crontab' # command to install the new versio... nd to be executed 17 * * * * root cd / && run-parts --report /etc/cron.hourly 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 52 6 1 * *
Erste Schritte Rund um Ansible
6 Treffer, Zuletzt geändert:
g [host]" if it determines a task # should not be run on a host. Set this to "False" if you don't want... thout having to talk to them in the same playbook run to get their # current IP information. #fact_cach... ontain # jinja2 templating language which will be run through the templating engine. # ENABLING THIS CO... g [host]" if it determines a task # should not be run on a host. Set this to "False" if you don't want
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
1 Treffer, Zuletzt geändert:
, "OnFailureJobMode": "replace", "PIDFile": "/var/run/chrony/chronyd.pid", "PermissionsStartOnly": "no"
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
3 Treffer, Zuletzt geändert:
2.2 - validate The validation command to run before copying into place. The path to the file t... est: /some/path/systems.csv backup: yes run_once: yes delegate_to: localhost RETURN VALU... alidate: # The validation command to run before copying into place. The path to the file t
Ansible - einfaches Playbook-Beispiel: sudoers anpassen
3 Treffer, Zuletzt geändert:
aufweist. <code># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</code> ==== Scr... content: "# Allows people in group wheel to run all command\n%wheel ALL=(ALL) ALL\n" ... sswd_sudo_wheel># Allows people in group wheel to run all command %wheel ALL=(ALL) ALL</file>
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1