client

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
66 Treffer, Zuletzt geändert:
   │   └── interfaces.j2 │   │   └── vars │   ├── client-mesh │   │   ├── defaults │   │   ├── files │   │... │   │   ├── templates │   │   │   ├── interfaces_client_ohne_mesh.j2 │   │   │   ├── interfaces_mesh_mit_client.j2 │   │   │   ├── interfaces_mesh_ohne_client.j2 │   │   │   ├── rclocal_both.j2 │   │   │   └── rclocal
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
43 Treffer, Zuletzt geändert:
t beteiligt sind. Hier bietet es sich an, die SSH-Client Konfiguration des Ansible Control- bzw Admin-User... ory ohne Probleme zu erreichen, da hier die **SSH-Client-Konfiguration** unseres Admin-Accounts auf unsere... bereits erwähnt, werden wir nun die komplette SSH-Client-Konfigurationsdatei **__nicht__** manuell pflegen... . ==== Ansible-Playbook zum Erstellen der SSH-Client-Konfigurationsdatei ==== === Playbook: ssh_client
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
30 Treffer, Zuletzt geändert:
nt: $ ansible-playbook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0, 0)"> PLAY [ssh_client_config.yml] *************************************... ont> <font style="color: rgb(0, 0, 0)"> TASK [ssh_client : include_tasks] ********************************... 0, 164)">included: /home/django/ansible/roles/ssh_client/tasks/client_config.yml for localhost</font> <fon
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
10 Treffer, Zuletzt geändert:
chrony]]** installieren und auch entsprechend als Client konfigurieren. ==== Script anlegen ==== Das Scri... e config_file: /etc/chrony.conf # chronyd client config-options chrony_pool: "server time.dmz.... tml src: templates/CentOS8/chrony-client.conf.j2 dest: "{{ config_file }}" -... rt. $ vim ~/ansible/templates/CentOS8/chrony-client.conf.j2 <file bash ~/ansible/templates/CentOS8/c
Ansible - Erweiterte Konfigurationsbeispiel: Roles
10 Treffer, Zuletzt geändert:
Die sind z.B. Definitionen zu Admin-Acounts, NTP-Client-Definitionen oder z.B. beim MTA-Relayhost. Nun kö... den Webentwickler **ruben** setzen. * **NTP**-Client * Installation des NTP-clients **chrony** ... * **''chrony''** mit Hilfe deren die NTP-Client-Konfiguration erledigt wird * **''apach... - chrony # Installation und Konfiguration NTP-Client - www # Installation und Konfiguration Apa
Ansible-Lint: Die Fusselbürste
4 Treffer, Zuletzt geändert:
weis präsentiert. $ ansible-lint playbooks/ssh_client_config.yml <html> <pre class="code"> <font style... <font style="color: rgb(52, 101, 164)">roles/ssh_client/tasks/client_config.yml</font><font style="color: rgb(0, 0, 0)">:4 </font><font style="color: rgb(137, 16... 9)">Task/Handler: Generieren und kopieren der SSH Client Konfiguration ~/.ssh/config.</font> <font style=
Ansible
3 Treffer, Zuletzt geändert:
ss, um Ansible und seine Paybooks zu nutzen. Der (Client-)Rechner, auf dem die Playbooks zur Verfügung ste... eam and profile dnf: name: '@postgresql:9.6/client' state: present - name: install a modularity... ith defined profile dnf: name: '@postgresql/client' state: present </code> ===== Installation
Erste Schritte Rund um Ansible
3 Treffer, Zuletzt geändert:
Server von Nöten ist, sondern dass im Grunde ein (Client-/Admin-)Workstation ausreicht, auf dem die Playbo... ompiled into both the controller's python and the client's python. # The names should match with the pytho... ompiled into both the controller's python and the client's python. # The names should match with the pytho
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
3 Treffer, Zuletzt geändert:
er Offloader **''olall''**: * ff_pliening_gbw_client * ff-django-raspi * ff_pliening_gbw_futro... g * ff_roding_as_nausch * ff_pliening_gbw_client * ff-django-raspi * ff_pliening_gbw_futro... : oldeb: hosts: ff_pliening_gbw_client: ff-django-raspi: olfutro: host
Ansible - weitere Beispiele: Admin Benutzer verwalten
2 Treffer, Zuletzt geändert:
st mit **''absent''** im Inventory/Vault. - SSH-Client-Verzeichnis anlegen - SSH-Key des Admins hinterlegen - SSH-Client-Verzeichnis entfernen, sofern der User zum Lösche
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2)
2 Treffer, Zuletzt geändert:
st mit **''absent''** im Inventory/Vault. - SSH-Client-Verzeichnis anlegen - SSH-Key des Admins hinterlegen - SSH-Client-Verzeichnis entfernen, sofern der User zum Lösche
Ansible - einfache Playbook-Beispiele
1 Treffer, Zuletzt geändert:
chrony]]** installieren und auch entsprechend als Client konfigurieren. <WRAP center round important 100%>