start

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
34 Treffer, Zuletzt geändert:
ory, also unsere Hosts und Nodes, in mehreren **''groups''** und **''childs''** aufteilen. Mit dieser St... dann in der Lage jede Inventardatei mit ihrer **''group_vars''** und **''host_vars''** in ein separates V... efinitionen aus der Gruppe production │ │ ├── group_vars # Verzeichnis für die Gruppenspe... efinitionen aus der Gruppe production │ ├── group_vars # Verzeichnis für die Gruppenspe
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
32 Treffer, Zuletzt geändert:
st: '/home/{{ admin_user }}/.ansible.cfg' group: '{{ admin_user }}' owner: '{{ admin_user... rectory owner: '{{ admin_user }}' group: '{{ admin_user }}' mode: '0755' wi... /"} - {directory: "inventories/production/group_vars/"} - {directory: "inventories/produc... ars/"} - {directory: "inventories/staging/group_vars/"} - {directory: "inventories/stagin
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
22 Treffer, Zuletzt geändert:
-offloader_rpb4/inventories/{production,staging}/{group_vars,host_vars} \ ~/Freifunk/ffmuc-... ns ├── inventories │ ├── production │ │ ├── group_vars │ │ ├── hosts.yml │ │ └── host_vars │ └── staging │ ├── group_vars │ ├── hosts.yml │ └── host_vars ... ies/production/ <code>inventories/production/ ├── group_vars │ ├── gateway_keys │ ├── gateway_link_ad
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
21 Treffer, Zuletzt geändert:
ullname }}" uid: "{{ item.uid }}" groups: "{{ item.groups }}" state: present with_items: - { name: bofh, fullname: "Bastard Operator from Hell", uid: 1020, groups: "wheel, users" } - { name: ruben, fullname: "Ruben Nausch", uid: 1010, groups: wheel } - { name: ansible, fullname: "
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
20 Treffer, Zuletzt geändert:
83573!' tasks: - name: Make sure we have a group '{{ createuser }}' for our new admin-user '{{ createuser }}' group: name: '{{ createuser }}' gid: '{... createuser }}' with a specific uid and a primary group of '{{ createuser }}' user: name: '... rname }}' uid: '{{ createguid }}' group: '{{ createuser }}' state: present -
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
17 Treffer, Zuletzt geändert:
red data file used by Ansible. This can include group_vars/ or host_vars/ inventory variables, v... er_werden_will!" > ~/ansible/inventory/produktion/group_vars/all/secrets.yml Wir haben also eine Datei, ... hner hat: $ cat ~/ansible/inventory/produktion/group_vars/all/secrets admin_password: Frueh_uebt_51... ible-vault encrypt ~/ansible/inventory/produktion/group_vars/all/secrets.yml Wir werden nun nach einem h
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
16 Treffer, Zuletzt geändert:
Friedl, N. Provos, and W. Simpson, Diffie-Hellman Group Exchange for the Secure Shell (SSH) Transport Lay... key. ssh-keygen is also used to generate groups for use in Diffie-Hellman group exchange (DH-GEX). See the “MODULI GENERATION” sectio... Generate candidate Diffie-Hellman Group Exchange (DH-GEX) parameters for eventu
Erste Schritte Rund um Ansible @linux:ansible
16 Treffer, Zuletzt geändert:
ting to use, for example, IP information from one group of servers # without having to talk to them in th... otherwise it can break module execution #network_group_modules=eos, nxos, ios, iosxr, junos, vyos # Whe... '#' character # - Blank lines are ignored # - Groups of hosts are delimited by [header] elements # ... s # - A hostname/ip can be a member of multiple groups # Ex 1: Ungrouped hosts, specify before any gro
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
13 Treffer, Zuletzt geändert:
type: bool version_added: 1.1 - group Name of the group that should own the file/directory, as would be fed to `chown'. [Defau... o.conf dest: /etc/foo.conf owner: foo group: foo mode: 0644 # The same example as above,... o.conf dest: /etc/foo.conf owner: foo group: foo mode: u=rw,g=r,o=r # Another symbolic m
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
13 Treffer, Zuletzt geändert:
ps://chrony.tuxfamily.org/ Licenses : GPL2 Groups : None Provides : None Depends O... The number of packets which passed the first two groups of NTP tests. Total good RX ... The number of packets which passed all three groups of NTP tests, i.e. the NTP measurement was accep... e used is where a computer serves time to a local group of computers, and has a permanent conn
Ansible @linux:ansible
11 Treffer, Zuletzt geändert:
noarch Install Date: Sa 21 Dez 2019 20:38:39 CET Group : Unspecified Size : 311719083 Licen... [Commands] } frame "inventory" { database "Group B" { [Host n] } database "Group A" { [Host 1] [Host 2] [Host 3] ... ar/www/html/new_website mode = 755 owner = apache group = apache state = directory" Natürlich kann man a
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
10 Treffer, Zuletzt geändert:
iniert werden, darf also nicht leer sein, * **''groups''** : Admins müssen zur Rechterweiterung der Gru... le-vault encrypt ~/ansible/inventories/production/group_vars/all/admins </WRAP> Anschliessend kann man di... ble-vault create ~/ansible/inventories/production/group_vars/all/admins Dort legen wir als erstes mal ei... r : Vorname Nachname name : User-Name groups : wheel ids : 1000 shell : /bin/bash
Ansible - Erweiterte Konfigurationsbeispiel: Inventory @linux:ansible
9 Treffer, Zuletzt geändert:
gruppenspezifischen Variablen im Verzeichnis **''group_vars''**. Diese Verzeichnisse werden von Ansible ... /production/ -d <code>inventories/production/ ├── group_vars │   └── all └── host_vars</code> Je **Grup... Verzeichnis **''~/ansible/inventories/production/group_vars''** ab. $ vim ~/ansible/inventories/production/group_vars/ffmuc.yml <file bash ~/ansible/inventories/
Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible
8 Treffer, Zuletzt geändert:
er }}/.ssh/config owner: '{{ ssh_user }}' group: '{{ ssh_user }}' mode: '0640' ... # YML Ende... figuration # interne Systeme - DMZ {% for host in groups['DMZ'] %} Host {{ host }} Hostname {{ hostvars... or %} # interne Systeme - Intranet {% for host in groups['intranet'] %} Host {{ host }} Hostname {{ hos... }} {% endfor %} # externe System {% for host in groups['freifunk'] %} Host {{ host }} Hostname [{{ ho
Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
7 Treffer, Zuletzt geändert:
le-vault encrypt ~/ansible/inventories/production/group_vars/all/admins </WRAP> Anschliessend kann man di... ble-vault create ~/ansible/inventories/production/group_vars/all/admins Dort legen wir als erstes mal ei... r : Vorname Nachname name : User-Name groups : wheel ids : 1000 shell : /bin/bash... y: $ ansible-vault edit inventories/production/group_vars/all/admins <file c++ admins>linux_admins:
Nagios Exporter und Prometheus @linux:prometheus
7 Treffer, Zuletzt geändert:
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
5 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
5 Treffer, Zuletzt geändert:
  • start.txt
  • Zuletzt geändert: 31.10.2023 18:17.
  • von 127.0.0.1