Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
- : # pacman -Qil kea ++++ Paketinhalte | <code>Name : kea Version : 2.6.1-1 Descri... ea/dns/messagerenderer.h kea /usr/include/kea/dns/name.h kea /usr/include/kea/dns/opcode.h kea /usr/incl... er_manager_impl.h kea /usr/include/kea/log/logger_name.h kea /usr/include/kea/log/logger_specification.h... ''** = **''unix''** der unter dem Link **''socket-name''** = **''/var/lib/kea/kea4-ctrl-socket''** errei
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
- n # Host mit dem Namen rpb4 aus derm inventory - name: wireguard-offloader.yml # Name des Playbooks hosts: ffmuc # Hostgru... + ~/ansible/roles/basic/tasks/hostname.yml>--- - name: "Hostname ändern" ansible.builtin.command: ... c++ ~/ansible/roles/basic/tasks/hosts.yml>--- - name: "Template Konfigurationsdatei für /etc/hosts an
- NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
- # pacman -Qil chrony ++++ Paketinhalte | <code>Name : chrony Version : 4.5-1 Descr... CHRONYC(1) NAME chronyc - command-line interface for chron... ce ID This is the reference ID and name (or IP address) of the server to which the comput... If the reference ID is 7F7F0101 and there is no name or IP address, it means the computer is not synch
- Ansible @linux:ansible
- etreffende Paket. # rpm -qi ansible-doc <code>Name : ansible-doc Version : 2.9.2 Release ... )/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +... efinieren hierzu folegnde Werte/Abschnitte: - **name** : Dieser Tag gibt den Namen des Ansible-Playboo... tallation und Konfiguration eines Mailservers name: install and configure MX hosts: mxtest.dmz.n
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
- true vars: sudoers: ansible tasks: - name: add several users to the system user: name: "{{ item.name }}" comment: "{{ item.fullname }}" uid: "{{ item.uid }}" groups:... state: present with_items: - { name: bofh, fullname: "Bastard Operator from Hell", ui
- Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
- - # Grundlegende Konfiguration für alle Hosts - name: "***base*** : Gruppe für (WEB-Entwickler) '{{ cr... om/ansible/latest/modules/group_module.html name: '{{ createuser }}' gid: '{{ createguid }}' state: present - name: "***base*** : WEB-Admin Nutzerkonto für den User... com/ansible/latest/modules/user_module.html name: '{{ createuser }}' comment: '{{ createuser
- TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
- SSH(1) NAME ssh — OpenSSH remote login client SYNOPSI... destination] [-L address] [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-... e available from all interfaces. -l login_name Specifies the user to log in a... XAuthLocation -P tag Specify a tag name that may be used to select configuration in ssh_c
- Router Advertisements mit radvd unter Arch Linux einrichten und nutzen
- + Paketinhalt und -info des Pakets radvd | <code>Name : radvd Version : 2.19-1 Descr... ning a DNS server list # and a domain name from a Stateless DHCPv6 server, but # ... tain a global address as well as DNS and a domain name from # a Stateful DHCPv6 server. Typically this... hey can # obtain a DNS server list and a domain name from a Stateless # DHCPv6 server, but not addr
- Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
- RYPT_VAULT_ID] [file_name [file_name ...]] positional arguments: file_name Filename optional arguments: -h, --help ... equire -vvvv. --output OUTPUT_FILE output file name for encrypt or decrypt; use - for stdout --encr
- Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
- word: 'M31nP4p4157d3r4113r83573!' tasks: - name: Make sure we have a group '{{ createuser }}' for... dmin-user '{{ createuser }}' group: name: '{{ createuser }}' gid: '{{ createguid }}' state: present - name: Add the user '{{ createuser }}' with a specific ... y group of '{{ createuser }}' user: name: '{{ createuser }}' comment: '{{ createus
- Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
- true vars: sudoers: ansible tasks: - name: Place repo-file nausch.org for CentOS 8 right in... facts['distribution_major_version'] == "8" - name: Place repo-file nausch.org for CentOS 7 right in... .org.repo># Repository nausch.org [nausch.org-os] name=Extra (Mailserver-)Packages for Enterprise Linux ... .GURU-RPM-GPG-KEY-CentOS-7 [nausch.org-testing] name=Testing (Mailserver-)Packages for Enterprise Linu
- Erste Schritte Rund um Ansible @linux:ansible
- log_path = /var/log/ansible.log # default module name for /usr/bin/ansible #module_name = command # use this shell for commands executed under sudo # you ma... fault, if a task in a playbook does not include a name: field then # ansible-playbook will construct a h... ed circumstances, and only with parameters named 'name'. #squash_actions = apk,apt,dnf,homebrew,pacman,p
- Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren @linux:ansible
- chrony_makestep: "makestep 10 3" tasks: - name: Install chrony ntp Deamon dnf: #htt... om/ansible/latest/modules/dnf_module.html name: chrony state: latest - name: Check if /etc/chrony.orig does exists stat: #htt... rony.conf.orig register: stat_result - name: Make a copy of /etc/chrony.conf as /etc/chrony.c
- Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
- >usage: git [--version] [--help] [-C <path>] [-c <name>=<value>] [--exec-path[=<path>]] [--ht... it-dir=<path>] [--work-tree=<path>] [--namespace=<name>] <command> [<args>] These are common... llungen vornehmen. $ git config --global user.name "Michael Nausch" $ git config --global user.em... origin <code>file:/home/django/.gitconfig user.name=Michael Nausch file:/home/django/.gitconfig us
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
- aybook playbooks/ansible_grundconfig_v1.yml -K - name: ansible_grundconfig_v1.yml gather_facts: true ... ser: "{{ lookup('env','USER') }}" tasks: - name: "Ansible Konfigurationsdatei {{ ansible_config }... g }}' register: check_ansible_config - name: "Fehlerhinweis im Fehlerfall ausgeben" ans... hen: check_ansible_config.stat.exists != 1 - name: "Ansible Konfigurationsverzeichnis in das User/A
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts @linux:ansible