directory

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
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 @linux:ansible
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 @linux: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:
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
14 Treffer, Zuletzt geändert:
s ~/.rhosts or ~/.shosts exist in the user's home directory on the remote machine and contain a line contai... ~/.ssh/id_rsa.pub (RSA) in the user's home directory. The user should then copy the public key to ~/.ssh/authorized_keys in their home directory on the remote machine. The authorized_key... e stored in ~/.ssh/known_hosts in the user's home directory. Additionally, the file /etc/ssh/ssh_known_hosts
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
10 Treffer, Zuletzt geändert:
clone Clone a repository into a new directory init Create an empty Git reposito... dex mv Move or rename a file, a directory, or a symlink restore Restore workin... zw. Git bekannt zu geben. </WRAP> ==== Ansible: Directory Layout anlegen ==== Da wir uns bei unserem Reposi... tos:ansible:first#ansibledirectory_layout|Ansible Directory Layout]]** anlegen. Dieses Verzeichnis-Layout we
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
8 Treffer, Zuletzt geändert:
ch of its sources to dump files in the directory specified in the configuration file by the dumpdi... NTS keys and client NTS cookies to the directory specified by the ntsdumpdir directive. Note that ... s being used. The files are expected to be in the directory specified by the dumpdir directive in ... nix domain command sockets, and any other file or directory specified in the configuration file. If they run
Ansible-Lint: Die Fusselbürste @linux:ansible
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 @linux:ansible
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? @linux:ansible
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
Nagios Exporter und Prometheus @linux:prometheus
4 Treffer, Zuletzt geändert:
his lets the nagios user run all commands in that directory (and only them) # without asking for a password. ... ou don't give # random users write access to that directory or its contents! # command_prefix=/usr/bin/sudo ... lugins installed in a /usr/local/nagios/libexec # directory. Also note that you will have to modify the defi... ile. #include=<somefile.cfg> # INCLUDE CONFIG DIRECTORY # This directive allows you to include definition
Ansible @linux: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 @linux:ansible
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 @linux:ansible
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 @linux:ansible
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 @linux:ansible
1 Treffer, Zuletzt geändert:
ystem tz database. leapsectz right/UTC # Specify directory for log files. logdir /var/log/chrony # Select w