password

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault @linux:ansible
113 Treffer, Zuletzt geändert:
encrypt [-h] [--vault-id VAULT_IDS] [--ask-vault-password | --vault-password-file VAULT_PASSWORD_FILES] [-v] [--output OUTPUT_FILE] [--encrypt-vault-id ENC... AULT_IDS the vault identity to use --ask-vault-password, --ask-vault-pass ask for
Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten @linux:ansible
47 Treffer, Zuletzt geändert:
="code"> <font style="color: rgb(0, 0, 0)">BECOME password: </font> <font style="color: rgb(170, 127, 166)">... rden dann automatisch aufgefordert das **''become_password''** einzugeben. <WRAP center round tip 80%> Da w... us dem Vault gelesen, genau so wie das **''become_password''** zur Rechteerweiterung. Wir wollen vertrauli... beitet werden: - Abfrage des Passwortes für den Password-Store und des **''ansible_become_password''**.
Ansible @linux:ansible
25 Treffer, Zuletzt geändert:
ode"> <font style="color: rgb(0, 0, o)"><b>BECOME password:</font> <font style="color: rgb(25, 100, 5)">www8... ode"> <font style="color: rgb(0, 0, o)"><b>BECOME password:</font> <font style="color: rgb(25, 100, 5)">www8... . Options: --ask-vault-pass ask for vault password -C, --check don't make any changes; i... new vault identity to use for rekey --new-vault-password-file=NEW_VAULT_PASSWORD_FILES
Erste Schritte Rund um Ansible @linux:ansible
10 Treffer, Zuletzt geändert:
/file # If set, configures the path to the Vault password file as an alternative to # specifying --vault-password-file on the command line. #vault_password_file = /path/to/vault_password_file # format of string {{ ansible_managed }} available within Jinja2 # tem
TOFU - Trust On First Use - SSH Zertifikate @linux:ssh
9 Treffer, Zuletzt geändert:
ork if ssh needs to ask for a password or passphrase; see also the -f option.) Refer to... cation, keyboard-interactive authentication, and password authentication. Authentication methods are tried... fter this, the user can log in without giving the password. A variation on public key authentication... tication methods fail, ssh prompts the user for a password. The password is sent to the remote hos
Bau eines Freifunk-Offloaders auf Basis eines Raspberry 4B @linux:ansible
7 Treffer, Zuletzt geändert:
CDSA) to the list of known hosts. pi@10.0.10.29's password: Current password: raspberry New password: gECzebzn7GYSLvXueECAxeGm7l7 Retype new password: gECzebzn7GYSLvXueECAxeGm7l7 passwd: password updated succ
Ansible - einfaches Playbook-Beispiel: Benutzer anlegen @linux:ansible
5 Treffer, Zuletzt geändert:
r }}' state: present - name: Initial password generation for user '{{ createuser }}' shel... 26**: **''name''**: Beschreibender Text(//Initial password generation for user 'ruben'//), der später beim A... e</font> <font style="color: rgb(0, 0, 0)">BECOME password: PLAY [centos8] *******************************... > <font style="color: rgb(0, 0, 0)">TASK [Initial password generation for user 'ruben'] ********************
Verteilte Versionsverwaltung für Programmcode und Dokumente mit Hilfe von Git
3 Treffer, Zuletzt geändert:
''** hinterlegen $ git config --global user.password "0l1v3r157einec001350ck3!" Da wir auf unserer Li... o@nausch.org file:/home/django/.gitconfig user.password=0l1v3r157einec001350ck3! file:/home/django/.gitco... name = Michael Nausch email = django@nausch.org password = 0l1v3r157einec001350ck3! [core] editor = vim <
Ansible - einfaches Playbook-Beispiel: mehrere Benutzer anlegen @linux:ansible
3 Treffer, Zuletzt geändert:
, uid: 2003, groups: wheel } - name: Initial password generation for each user shell: usermod -p ... e</font> <font style="color: rgb(0, 0, 0)">BECOME password: PLAY [centos8] *******************************... > <font style="color: rgb(0, 0, 0)">TASK [Initial password generation for each user] ***********************
NTP-Zeitserver mit chrony unter Linux einrichten und nutzen
3 Treffer, Zuletzt geändert:
gure chronyd remotely or locally without the root password, please consider using ssh and/or sudo to run chr... et maxupdateskew to 1000 ppm by default * Require password for clients command * Update drift file at most o... e vom Client bis jetzt erfolgreich, d.h. nach dem password-Befehl, abgesetzt wurden. * **CmdNorm** \\ Anza
DHCPv4|v6-Server mit DHCP ISC Kea unter Arch Linux einrichten und nutzen
2 Treffer, Zuletzt geändert:
parameters, like name, host and possibly user and password. // There are dedicated examples for each bac... me": "kea", // "user": "kea", // "password": "kea", // "host": "localhost", //
Ansible - weitere Beispiele: Admin Benutzer verwalten @linux:ansible
2 Treffer, Zuletzt geändert:
nssl''** zu generieren. $ openssl passwd -6 Password: Verifying - Password: $6$n9UE0JVV7T.nzFJOdSY1dHDEsbfY3$0SPNKmewfaQ0z5thaRMrrrI9Uig.nzFJOdSY1erIZbw5y
Ansible - weitere Beispiele: Admin Benutzer verwalten (v2) @linux:ansible
2 Treffer, Zuletzt geändert:
nssl''** zu generieren. $ openssl passwd -6 Password: Verifying - Password: $6$n9UE0JVV7T.nzFJOdSY1dHDEsbfY3$0SPNKmewfaQ0z5thaRMrrrI9Uig.nzFJOdSY1erIZbw5y
Ansible - einfaches Playbook-Beispiel: Bedingtes Kopieren @linux:ansible
1 Treffer, Zuletzt geändert:
e</font> <font style="color: rgb(0, 0, 0)">BECOME password: PLAY [all] ***********************************
Ansible - einfaches Playbook-Beispiel: Ansible und Zielhosts ohne Python @linux:ansible
1 Treffer, Zuletzt geändert:
e</font> <font style="color: rgb(0, 0, 0)">BECOME password: PLAY [ffmuc_gluon] ***************************
Ansible - einfaches Playbook-Beispiel: sudoers anpassen @linux:ansible
1 Treffer, Zuletzt geändert:
Ansible - Erweiterte Konfigurationsbeispiel: Roles @linux:ansible
1 Treffer, Zuletzt geändert:
Nagios Exporter und Prometheus @linux:prometheus
1 Treffer, Zuletzt geändert: