default

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Erste Schritte Rund um Ansible @linux:ansible
110 Treffer, Zuletzt geändert:
chever it # finds first [defaults] # some basic default values... #inventory = /etc/ansible/hosts #... _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 # implicit - gather by default, turn off with gather_facts: False # explicit - d
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
75 Treffer, Zuletzt geändert:
accessible locally by the root or chrony user. By default, chronyc first tries to connect to the Unix domain socket. The compiled-in default path is /var/run/chrony/chronyd.sock. If that fai... file or the cmdallow command in chronyc. By default, the commands are accepted only from localhost (1... rated list to provide a fallback. The default value is /var/run/chrony/chronyd.sock,127.0.0.1,:
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
53 Treffer, Zuletzt geändert:
will only slow down things on fast networks. The default value can be set on a host-by-host... an forward privileged ports. By default, the local port is bound in accordance with the G... ets the escape character for sessions with a pty (default: ‘~’). The escape character is only recognized a... file (/etc/ssh/ssh_config) will be ignored. The default for the per-user configuration fil
Ansible @linux: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 - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
33 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
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
22 Treffer, Zuletzt geändert:
ime.date }}, do not edit manually!\n\ # default:\ninterpreter_python = auto_silent" } ... ime.date }}, do not edit manually!\n\ # default: #inventory = /etc/ansible/hosts\n\ ... ime.date }}, do not edit manually!\n\ # default: #become=True\n\ become=True" }... ime.date }}, do not edit manually!\n\ # default: #become_method=sudo\n\ become_method=s
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
16 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... ansible.builtin.apt: pkg: - batctl default_release: "/^bullseye(|-security|-updates)$/" ... t=syslog StandardError=syslog [Install] WantedBy=default.target </file> <file c++ ~/ansible/roles/wiregu
Ansible-Lint: Die Fusselbürste @linux:ansible
8 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... e DIRECTORY search path to load modules from. The default is /usr/share/ansible. This can also be set with ... e or more -r arguments. Any -r flags override the default rules in /usr/lib/python3/dist-package
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger? @linux:ansible
7 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
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
5 Treffer, Zuletzt geändert:
ere Parameter mit übergeben werden, wie z.B.: * Default-Route * Netzmaske * DNS-Server-Adressen * W... 10.0.0.17''** erreichbar. * **Router** : \\ Der Default-Router ist unter der IP-Adresse **''10.0.0.17''**... interfaces": [ ] // Kea DHCPv4 server by default listens using raw sockets. This ensures /... 0x (e.g. 0xabcd). { "name": "default-ip-ttl", "data": "0xf0" }
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
5 Treffer, Zuletzt geändert:
~/.ansible.cfg -- User config file, overrides the default config if present ./ansible.cfg -- Local... file on the command line. # Django : 2022-08-09 # default: #vault_password_file = /path/to/vault_password_f... . [privilege_escalation] # Django : 2020-01-04 # default: unset #become=True #become_method=sudo #become_u... file on the command line. # Django : 2022-08-09 # default: #vault_password_file = /path/to/vault_password_f
Nagios Exporter und Prometheus @linux:prometheus
5 Treffer, Zuletzt geändert:
r either inetd or xinetd # Django : 2021-05-22 # default: #server_address=127.0.0.1 server_address=127.0.0... e, essentially limiting the fork()s that occur. # Default (0) is set to unlimited # max_commands=0 # COM... ble # ADH or 2 to require ADH. 1 is currently the default but will be changed # in a later version. #ssl_u... 0 = Don't ask for or require client certificates (default) # 1 = Ask for client certificates #
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
4 Treffer, Zuletzt geändert:
'/etc/ansible/ansible.cfg''** zeigt zu Beginn der default-Eintrag auf die vorgenannte Datei **''/etc/ansibl... ble.cfg <code bash> ... [defaults] # some basic default values... #inventory = /etc/ansible/hosts .... $ less ~/.ansible.cfg <code bash> some basic default values... # Generated by Ansible on 2022-09-22, do not edit manually! # default: #inventory = /etc/ansible/hosts inventory
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
2 Treffer, Zuletzt geändert:
''chrony''**. Auch hier kopieren wir zunächst das Default-role-template **common**. $ cd ~/ansible/roles... ont style="color: rgb(0, 0, 0)">TASK [***www*** : default-Homepage an Ort und Stelle kopieren] ************
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
1 Treffer, Zuletzt geändert:
$ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user