are

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Erste Schritte Rund um Ansible
27 Treffer, Zuletzt geändert:
ather_subset = all # some hardware related facts are collected # with a maximum timeout of 10 seconds.... vironment. # gather_timeout = 10 # Ansible facts are available inside the ansible_facts.* dictionary #... Determine whether includes in tasks and handlers are "static" by # default. As of 2.0, includes are dynamic by default. Setting these # values to True will
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
14 Treffer, Zuletzt geändert:
directory, `dest' is created. If `src' and `dest' are files, the parent directory of `dest' isn't ... faults. The mode is only set on directories which are newly created, and will not affect those ... which will replace the remote file when contents are different than the source. If `no', the f... hose used to `/usr/bin/chmod' remember that modes are actually octal numbers (like 0644). Leavi
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
8 Treffer, Zuletzt geändert:
s)) def drawBar (x, barHeight): # parameters are x, y, end x, end y # draw.rectangle ((x, heig... rawBarLOW (x, barLOWHeight): # parameters are x, y, end x, end y draw.rectangle ((x, 32... ay=lirc-rpi # Additional overlays and parameters are documented /boot/overlays/README # Enable audio ... A256:vXhdvud24tyTUtOan4XeTZ7GzxZDQn9Rj0mxuhimkH4. Are you sure you want to continue connecting (yes/no/
Ansible-Lint: Die Fusselbürste
7 Treffer, Zuletzt geändert:
. There is no need to specify this if no -r flags are used -t TAGS only check rules ... . There is no need to specify this if no -r flags are used -t TAGS only check rules ... gb(0, 0, 0)">WARNING Listing 1 violation(s) that are fatal</font> <font style="color: rgb(222, 50, 57)... gb(0, 0, 0)">WARNING Listing 1 violation(s) that are fatal</font> <font style="color: rgb(222, 50, 57)
Ansible
6 Treffer, Zuletzt geändert:
ension modules can be written in any language and are transferred to managed machines automatically. T... N the tool to run Ansible playbooks, which are a configuration and multinode deployment system. ... the default ansible config file Many more are available for most options in ansible.cfg FILES ... dependencies of user-installed packages but which are no longer required by any such package. S
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
4 Treffer, Zuletzt geändert:
ml or -e @file.json. Role variables and defaults are also included! Because Ansible tasks, handlers, and other objects are data, these can also be encrypted with vault. If... ou'd like to not expose what variables you are using, you can keep an individual task file entir... ion for the ansible config file Many more are available for most options in ansible.cfg
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
4 Treffer, Zuletzt geändert:
0th column. If any command-line arguments are left over after all switches have been processed,... input for a message in this case. There are several provided modes which change the appearanc... ing eye_string will be used. The default eyes are 'oo'. The tongue is similarly configurable ... tains this directory. BUGS If there are any, please notify the author at the address belo
Ansible - einfaches Playbook-Beispiel: sudoers anpassen
3 Treffer, Zuletzt geändert:
tasks: - name: All users from groub 'wheel' are allowed sudo users copy: content: "... schreibender Text (//All users from groub 'wheel' are allowed sudo users//), der später beim Aufruf von... rgb(0, 0, 0)">TASK [All users from groub 'wheel' are allowed sudo users] *****************************
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
3 Treffer, Zuletzt geändert:
.yml>--- - name: All users from groub 'wheel' are allowed sudo users copy: content: "... rgb(0, 0, 0)">TASK [All users from groub 'wheel' are allowed sudo users] *****************************... rgb(0, 0, 0)">TASK [All users from groub 'wheel' are allowed sudo users] *****************************