directory

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
91 Treffer, Zuletzt geändert:
n der individuellen Ansible Umgebung. - Ansible Directory Layout anlegen und mit Dummy-Inhalten versorgen. ... ~/ansible/roles" } - name: "Ansible Directory Layout anlegen" ansible.builtin.file: ... { admin_user }}/{{ ansible_working_dir }}/{{ item.directory }}' state: directory owner: '{{ admin_user }}' group: '{{ admin_user }}' mod
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
24 Treffer, Zuletzt geändert:
ry): - attributes Attributes the file or directory should have. To get supported flags look at the m... where the file should be copied to. If `src' is a directory, this must be a directory too. If `dest' is a nonexistent path and if either `dest' ends with "/" or `src' is a directory, `dest' is created. If `src' and `dest' are files
Erste Schritte Rund um Ansible
23 Treffer, Zuletzt geändert:
c/ansible/ ├── ansible.cfg ├── hosts └── roles 1 directory, 2 files </code> ==== /etc/ansible/ansible.cfg =... IBLE_CONFIG, # ansible.cfg in the current working directory, .ansible.cfg in # the home directory or /etc/ansible/ansible.cfg, whichever it # finds first [defaults] #... e jsonfile plugin, it should be a path to a local directory. #For the redis plugin, the value is a host:port:
Ansible-Lint: Die Fusselbürste
6 Treffer, Zuletzt geändert:
show program’s version number and exit -M DIRECTORY, --module-path=DIRECTORY the DIRECTORY search path to load modules from. The default is /usr/share/ansible. This can also ... ored output (relying on ansible’s code) -M DIRECTORY, --module-path=DIRECTORY the DIRECTORY
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
4 Treffer, Zuletzt geändert:
de files from /etc/network/interfaces.d: # source-directory /etc/network/interfaces.d auto eth0 iface eth0 i... de files from /etc/network/interfaces.d: # source-directory /etc/network/interfaces.d auto eth0 iface eth0 i... de files from /etc/network/interfaces.d: # source-directory /etc/network/interfaces.d auto eth0 iface eth0 i... de files from /etc/network/interfaces.d: # source-directory /etc/network/interfaces.d auto eth0 iface eth0 i
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
4 Treffer, Zuletzt geändert:
be interpreted as a path relative to the current directory. Otherwise, cowsay will search the path specifi... should always contain the /usr/share/cowsay/cows directory, or at least a directory with a file called default.cow in it. FILES /usr/share/cowsay/cows h... y set, it automatically con‐ tains this directory. BUGS If there are any, please notify the
Ansible
2 Treffer, Zuletzt geändert:
mode = 755 owner = apache group = apache state = directory" Natürlich kann man auf diesem Wege auch ganze O... )] - download_dir Specifies an alternate directory to store packages. Has an effect only if
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
2 Treffer, Zuletzt geändert:
ble.cfg -- Local config file (in current working directory) assumed to be 'project specific' and overrides t... -f] pass-name Remove existing password or directory, optionally forcefully. pass mv [--force,-f]
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
2 Treffer, Zuletzt geändert:
chende **[[first#ansibledirectory_layout|Ansible: Directory Layout]]** haben wir ja mit Hilfe unsere **[[play... tigte **[[first#ansibledirectory_layout|Ansible: Directory Layout]]** automatisch angelegt. <code>inventorie
Ansible - Erweiterte Konfigurationsbeispiel: Roles
2 Treffer, Zuletzt geändert:
en des **[[first#ansibledirectory_layout|Ansible: Directory Layout]]** angelegt. <code>/home/ansible/ansible... ystem tz database. leapsectz right/UTC # Specify directory for log files. logdir /var/log/chrony # Select w
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
1 Treffer, Zuletzt geändert:
ystem tz database. leapsectz right/UTC # Specify directory for log files. logdir /var/log/chrony # Select w