config

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible-Controll-Node und SSH-Jumphosts
34 Treffer, Zuletzt geändert:
auf die SSH-Clientkonfigurationsdatei **''~/.ssh/config''** zurückgreift. Nachfolgendes Beispiel zeigt ex... spezifische Konfigurationsdatei: $ vim ~/.ssh/config <file bash ~/.ssh/config># Default Werte Host * Port 22 Protocol 2 user admin # ... 0%> Die Pflege der Konfigurationsdatei **''~/.ssh/config''** überlassen wir nun natürlich nicht jedem Admi
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
30 Treffer, Zuletzt geändert:
ss, greifen wir auf das Playbook **''ansible_grundconfig_v1.yml''** zurück. Mit Hilfe dieses Playbooks k... n unser Ansible-Playbook/-Script **''ansible_grundconfig_v1.yml''** ab, mit dessen Hilfe wir unsere Ansibl... llen. $ vim ~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.yml>--- # YAML Start # Ansible Playbook zu
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B
27 Treffer, Zuletzt geändert:
ansible-playbook ~/ansible/playbooks/ansible_grundconfig_v1.yml -K </WRAP> /* Als nächstes kopieren wir ... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... s.ansible.com/ansible/latest/reference_appendices/config.html|Dokumentation der Konfigurationsoptionen]]**... in unserer **SSH**-Konfigurationsdatei **''~/.ssh/config''** des Clients diesen Host. $ vim ~/.ssh/conf
Ansible - Erweiterte Konfigurationsbeispiel: Roles
24 Treffer, Zuletzt geändert:
lude: install.yml # Installation - include: config-backup.yml # original-Konfig sichern - include: c... st </file> $ vim ~/ansible/roles/chrony/tasks/config-backup.yml <file c++ ~/ansible/roles/chrony/tasks/config-backup.yml>--- - name: "***chrony*** : 1) Überprüfen ob das Backup der Konfigurationsdatei '{{ config_file }}' bereits existiert" ansible.builtin.s
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
17 Treffer, Zuletzt geändert:
$ ansible-playbook ~/ansible/playbooks/ssh_client_config.yml <html> <pre class="code"> <font style="color: rgb(0, 0, 0)"> PLAY [ssh_client_config.yml] ********************************************... home/django/ansible/roles/ssh_client/tasks/client_config.yml for localhost</font> <font style="color: rgb(... und kopieren der SSH Client Konfiguration ~/.ssh/config.] *******************************************</fo
Erste Schritte Rund um Ansible
12 Treffer, Zuletzt geändert:
s.ansible.com/ansible/latest/reference_appendices/config.html|Ansible Konfigurationseinstellungen]]** nach... n: - Erst durch die Umgebungsvariable ''ANSIBLE_CONFIG'' definierten individuellen Konfigurationsdatei, ... nsible.cfg <file bash /etc/ansible/ansible.cfg># config file for ansible -- https://ansible.com/ # ======... ith command line flags. ansible will read ANSIBLE_CONFIG, # ansible.cfg in the current working directory,
Ansible-Lint: Die Fusselbürste
12 Treffer, Zuletzt geändert:
[--force-color] [--exclude EXCLUDE_PATHS] [-c CONFIG_FILE] [--offline] [--version] ... only warn about these rules, unless overridden in config file defaults to 'experimental' --enable-list E... or files to skip. This option is repeatable. -c CONFIG_FILE Specify configuration file to use. De... > $ ansible-lint ~/ansible/playbooks/ansible_grundconfig_v2.yml</code> * Alle Playbooks: <code> $ ansibl
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
11 Treffer, Zuletzt geändert:
ersion show program's version number, config file location, configured module search path, mod... -version show program's version number, config file location, configured module search path, mod... nment variables may be specified. ANSIBLE_CONFIG -- Specify override location for the ansible config file Many more are available for most options
Ansible
8 Treffer, Zuletzt geändert:
nment variables may be specified. ANSIBLE_CONFIG — Override the default ansible config file Many more are available for most options in ansible.cfg FILES /etc/ansible/ansible.cfg — Config file, used if present ~/.ansible.cfg — User config file, overrides the default config if present AU
Ansible - einfaches Playbook-Beispiel: NTP-Daemon chrony installieren und konfigurieren
8 Treffer, Zuletzt geändert:
8 become: true vars: sudoers: ansible config_file: /etc/chrony.conf # chronyd client config-options chrony_pool: "server time.dmz.nausch.org i... t.stat.exists == False - name: Copy template config-file in place template: #https://docs... /CentOS8/chrony-client.conf.j2 dest: "{{ config_file }}" - name: Make sure Chrony is started
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
6 Treffer, Zuletzt geändert:
er_ansible-vault|~/ansible/playbooks/ansible_grundconfig_v2.yml]]''** angelegt. $ tree inventories/prod... er_ansible-vault|~/ansible/playbooks/ansible_grundconfig_v2.yml]]''** wurde bereits das entsprechend benöt... │   ├── dhcpd │   ├── named │   └── hostconfig ├── vml030030 ├── vml030040 ... ... ├... ├── vml050020 │   ├── vhosts │   └── hostconfig ├── vml000030 │   ├── exporter │   ├─
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen
1 Treffer, Zuletzt geändert:
(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BEC
Ansible - einfaches Playbook-Beispiel: sudoers anpassen
1 Treffer, Zuletzt geändert:
(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BEC
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen
1 Treffer, Zuletzt geändert:
(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BEC
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren
1 Treffer, Zuletzt geändert:
(43, 100, 164)">Using /etc/ansible/ansible.cfg as config file</font> <font style="color: rgb(0, 0, 0)">BEC