Suche
Unten sind die Ergebnisse Ihrer Suche gelistet.
Volltextergebnisse:
- Erste Schritte Rund um 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 - erweitertes Konfigurationsbeispiel 7: Ansible Vault
- RYPT_VAULT_ID] [file_name [file_name ...]] positional arguments: file_name Filename optional arguments: -h, --help show this help message and exit --v
- Ansible - weitere Beispiele: Admin Benutzer verwalten (v2)
- iniert werden, darf also nicht leer sein, * **''name''** : der Account-Name des Admins muss definiert werden, darf also nicht leer sein, * **''groups''** ... pe **''wheel''** angehören, daher muss der Gruppenname **''wheel''** lauten und darf nicht leer sein, ... n. <file c++ admins>linux_admins: - user : Vorname Nachname name : User-Name groups : whee
- Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
- 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 cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
- COWSAY(6) NAME cowsay/cowthink - configurable speaking/th... st be reduplicated to prevent interpolation. The name of a cowfile should end with .cow, otherwise it i
- 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.m
- Ansible - Erweiterte Konfigurationsbeispiel: Inventory
- # Host hostname: ff_pliening_gbw_ug ... # Host hostname: ffplieninggbwegod ... he Informationen / Variablen pretty_hostname: ff_pliening_gbw_egod latitude: 48.1986... # Host hostname: ffplieninggbwogod
- Ansible - weitere Beispiele: Admin Benutzer verwalten
- n. <file c++ admins>linux_admins: - user : Vorname Nachname name : User-Name groups : wheel ids : 1000 shell : /bin/bash state : present
- Ansible-Lint: Die Fusselbürste
- activate optional rules by their tag name --nocolor disable colored output, s... ANSIBLE-LINT(1) NAME ansible-lint - lint tool for Ansible playb
- Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
- true vars: sudoers: ansible tasks: - name: add several users to the system user: name: "{{ item.name }}" comment: "{{ item.fullname }}" uid: "{{ item.uid }}" groups: "{{ item.group
- Ansible - Erweiterte Konfigurationsbeispiel: Roles
- - # 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
- Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
- h/config <code>Host raspberry-wireguard Hostname 10.0.10.29 Port 22 User pi Identit... h/id_ed25519_ffmuc</code> Beim Parameter **''Hostname''** geben wir die IP-Adresse an, die unser **DHCP... odule_utils │ │ ├── tasks │ │ │ ├── hostname.yml │ │ │ ├── hosts.yml │ │ │ ├── mai... nt: "muc_ost" ffmuc_gateway: "gw06" raspberry_hostname: "ff_pliening_rpb4_ol_v6" node_contact_address: "
- Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
- m Housing-Provider fremdgehostetes_System : Hostname <was-das-auch-immer-für-ein geiler-FQDN-sein-mag>... 00050.dmz.nausch.org IDMZ_Repository_Host : CNAME : syslog, tftp, install IDMZ_Repository_Host... 00080.dmz.nausch.org EDMZ_Repository_Host : CNAME : mail EDMZ_Repository_Host : IP (EDMZ) : et... : Djangos Admin-Workstation Workstation : Hostname: pml010040 Workstation : CNAME: office-work
- Ansible - einfaches Playbook-Beispiel: Benutzer anlegen
- uid: '1010' createuser: 'ruben' createusername: 'Ruben Nausch' createpassword: '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
- Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python
- ffmuc_gluon gather_facts: False tasks: - name: "Update new contact-address on own ffmuc-nodes"