command

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
10 Treffer, Zuletzt geändert:
require -vvvv. See 'ansible-vault <command> --help' for more information on a specific command.</code> ++++ Wollen wir eine Kurz-Hilfe z.B. zur Opti... System administration commands ANSIBLE-VAULT(1)... r variable files passed on the ansible- playbook command line with -e @file.yml or -e @file.json
Ansible
5 Treffer, Zuletzt geändert:
atabase "/etc/ansible/" { frame "playbook" { [Commands] } frame "inventory" { database "Group B"... ausgegeben und geloggt werden soll ' - command: <Befehl der ausgeführt werden soll> ... stgestellt und wird auch ausgegeben ' - command: <Rescue Befehle die ausgeführt werden, sofern ob... (1) System administration commands ANSIBLE-PLAYBOOK(1) NAME
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
4 Treffer, Zuletzt geändert:
ion_added: 2.2 - validate The validation command to run before copying into place. The path to the... hich must be present as in the example below. The command is passed securely so shell features like... on. validate: # The validation command to run before copying into place. The path to the... example below. The command is passed securely so shell features like expansi
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
13 Treffer, Zuletzt geändert:
>--- - name: "Hostname ändern" ansible.builtin.command: cmd: hostnamectl set-hostname {{ raspberry_h... kill am Raspberry deaktivieren" ansible.builtin.command: cmd: rfkill unblock wifi changed_when: fal... rnel Module Support hinzufügen" ansible.builtin.command: cmd: dkms add -m batman-adv -v {{ batman_adv... : "Dynamic Kernel Module bauen" ansible.builtin.command: cmd: dkms build -m batman-adv -v {{ batman_a
Erste Schritte Rund um Ansible
26 Treffer, Zuletzt geändert:
s can be overridden in ansible-playbook # or with command line flags. ansible will read ANSIBLE_CONFIG, # a... t module name for /usr/bin/ansible #module_name = command # use this shell for commands executed under sudo # you may need to change this to bin/bash in rare insta... tive to # specifying --vault-password-file on the command line. #vault_password_file = /path/to/vault_passw