local

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
115 Treffer, Zuletzt geändert:
_grundconfig_v1.yml gather_facts: true hosts: localhost become: true vars: ansible_working_d... [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'</b></font> <font style="color: r
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
61 Treffer, Zuletzt geändert:
interfaces_mesh_ohne_client.j2 │   │   │   ├── rclocal_both.j2 │   │   │   └── rclocal_vxlan.j2 │   │   └── vars │   ├── common │   │   ├── defaults │   │   ├─... ates │   │   │   ├── hostapd.j2 │   │   │   └── rclocal_wifi.j2 │   │   └── vars │   ├── vxlan │   │   ├─...    │   ├── genkeys.yml │   │   ├── genlinklocal.yml │   │   ├── install.yml │   │   ├── m
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
21 Treffer, Zuletzt geändert:
</font> <font style="color: rgb(25, 100, 5)">ok: [localhost]</font> <font style="color: rgb(0, 0, 0)"> TA... ible/roles/ssh_client/tasks/client_config.yml for localhost</font> <font style="color: rgb(0, 0, 0)"> TAS... </font> <font style="color: rgb(25, 100, 5)">ok: [localhost]</font> <font style="color: rgb(0, 0, 0)"> PL... *****</font> <font style="color: rgb(25, 100, 5)">localhost </font><font style="color: r
Erste Schritte Rund um Ansible
10 Treffer, Zuletzt geändert:
y_module_utils/ #remote_tmp = ~/.ansible/tmp #local_tmp = ~/.ansible/tmp #plugin_filters_cfg = /... mote_port = 22 #module_lang = C #module_set_locale = False # plays will gather facts by default, w... For the jsonfile plugin, it should be a path to a local directory. #For the redis plugin, the value is a ... :port:database triplet: fact_caching_connection = localhost:6379:0 #fact_caching_connection=/tmp # re
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
10 Treffer, Zuletzt geändert:
ig.yml # Name des Playbook hosts: localhost # Host die zur Anwen... edliche Zielsysteme ## statische Konfiguration # localhost Host localhost Hostname 127.0.0.1 IdentityFile ~/.ssh/id_intra # externer Einwahl-Hosts Host e... Host-Definitionen # Hosts ohne Gruppenzuordnung localhost [intranet] pml010002 pml010003 pml010004 ...
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
7 Treffer, Zuletzt geändert:
The `copy' module copies a file from the local or remote machine to a location on the remote ... module to copy files from remote locations to the local box. If you need variable interpolation i... uld be fed to `chown'. [Default: None] - local_follow This flag indicates that filesyste... available. [Default: None] - src Local path to a file to copy to the remote server; can
Ansible
6 Treffer, Zuletzt geändert:
modules'] ansible python module location = /usr/local/lib/python3.8/dist-packages/ansible ansible col... /ansible/collections executable location = /usr/local/bin/ansible python version = 3.8.10 (default, J... f -y update. You can also pass a url or a local path to a rpm file. To operate on several package... ng a https url as the source of the rpm. e.g. for localinstall. If set to `no', the SSL certifica
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
4 Treffer, Zuletzt geändert:
fault config if present ./ansible.cfg -- Local config file (in current working directory) assume... lich per se __nicht__ hat. \\ \\ <code> $ ansible localhost -m shell -a "ls -l /root | wc -l"</code> <htm... ssphrase richtig eingeben. \\ \\ <code> $ ansible localhost -m shell -a "ls -l /root | wc -l"</code> <htm... ass="code"> <font style="color: rgb(196, 160, 0)">localhost | CHANGED | rc=0 >> 2</font> </pre> </html> D
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
2 Treffer, Zuletzt geändert:
ck. #minsources 2 # Allow NTP client access from local network. #allow 192.168.0.0/16 # Serve time even if not synchronized to a time source. #local stratum 10 # Specify file containing keys for NT
Ansible - Erweiterte Konfigurationsbeispiel: Roles
2 Treffer, Zuletzt geändert:
ck. #minsources 2 # Allow NTP client access from local network. #allow 192.168.0.0/16 # Serve time even if not synchronized to a time source. #local stratum 10 # Specify file containing keys for NT
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
1 Treffer, Zuletzt geändert:
Host-Definitionen # Hosts ohne Gruppenzuordnung localhost [intranet] pml010002 pml010003 pml010004 ...