default

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Erste Schritte Rund um Ansible
122 Treffer, Zuletzt geändert:
ansible/ansible.cfg, whichever it # finds first [defaults] # some basic default values... #inventory = /etc/ansible/hosts #library = /usr/share/my_mo... _set_locale = False # plays will gather facts by default, which contain information about # the remote system. # # smart - gather by default, but don't regather if already gathered # implici
Ansible
51 Treffer, Zuletzt geändert:
arallel processes to use (default=5) -h, --help show this help message... ath(s) to module library (default=[u'/root/.ansible/plugins/modules', ... SER connect as this user (default=None) -c CONNECTION, --connection=CONNECTION connection type to use (default=smart) -T TIMEOUT, --timeout=TIMEOUT
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
38 Treffer, Zuletzt geändert:
with_items: - { regexp: "^\\[defaults\\]", line: "[defaults]\n# Generated by Ansible on {{ ansible_date_time.date }}, do not edit manually!\n\ # default:\ninterpreter_python = auto_silent" } ... ime.date }}, do not edit manually!\n\ # default: #inventory = /etc/ansible/hosts\n\
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
35 Treffer, Zuletzt geändert:
ne displayed by `lsattr'. (Aliases: attr)[Default: None] version_added: 2.3 - backup ... you somehow clobbered it incorrectly. [Default: no] type: bool version_added: 0.... atting also look at the template module. [Default: (null)] version_added: 1.1 - decrypt ... odecryption of source files using vault. [Default: Yes] type: bool version_added: 2
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
33 Treffer, Zuletzt geändert:
es auf die microSD-Karte]]** * **[[#aendern_des_default-passwortes_und_kopieren_des_ssh-public-keys_auf_den_raspberry_4|Ändern des Default-Passwortes und kopieren des SSH-Public-Keys auf d... n Definitionen - Vorlage zum Kopieren │ ├── defaults # Verzeichnis "defaults" │ │ └── main.yml # Standardvariablen mit niedrig
Ansible-Lint: Die Fusselbürste
10 Treffer, Zuletzt geändert:
Format used rules output, (default: rich) -q quieter, reduce ve... es/ansiblelint/rules -R Keep default rules when using -r --show-relpath Displ... out these rules, unless overridden in config file defaults to 'experimental' --enable-list ENABLE_LIST ... IG_FILE Specify configuration file to use. Defaults to ".ansible-lint" --offline Disab
Ansible - Erweiterte Konfigurationsbeispiel: Roles
8 Treffer, Zuletzt geändert:
n Definitionen - Vorlage zum Kopieren ├── defaults # Verzeichnis "defaults" │ └── main.yml # Standardvariablen mit niedrig... ''chrony''**. Auch hier kopieren wir zunächst das Default-role-template **common**. $ cd ~/ansible/roles... ─ module_utils ├── roles │   ├── base │   │   ├── defaults │   │   │   └── main.yml │   │   ├── files │   │
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
8 Treffer, Zuletzt geändert:
roughly where the message should be wrapped. The default is equivalent to -W 40 i.e. wrap words at or ... argument string eye_string will be used. The default eyes are 'oo'. The tongue is similarly configura... it must be two characters and does not appear by default. However, it does appear in the 'dead' an... or at least a directory with a file called default.cow in it. FILES /usr/share/cowsay/cows h
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
7 Treffer, Zuletzt geändert:
@file.yml or -e @file.json. Role variables and defaults are also included! Because Ansible tasks... ~/.ansible.cfg -- User config file, overrides the default config if present ./ansible.cfg -- Local... von Ansible. Dazu setzen wir in der Sektion **''[defaults]''** die Option **''vault_password_file''** ents... file on the command line. # Django : 2022-08-09 # default: #vault_password_file = /path/to/vault_password_f
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
5 Treffer, Zuletzt geändert:
'/etc/ansible/ansible.cfg''** zeigt zu Beginn der default-Eintrag auf die vorgenannte Datei **''/etc/ansibl... $ less /etc/ansible/ansible.cfg <code bash> ... [defaults] # some basic default values... #inventory = /etc/ansible/hosts ... </code> Unsere eigene Konfigu... $ less ~/.ansible.cfg <code bash> some basic default values... # Generated by Ansible on 2022-09-22,
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
2 Treffer, Zuletzt geändert:
$ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user... / -d <code>/home/django/ansible/roles/common/ ├── defaults ├── files ├── handlers ├── library ├── lookup_pl
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
1 Treffer, Zuletzt geändert:
hutdown.target ntpd.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Descripti