file

Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Ansible - erweiterte Konfigurationsbeispiele: Ansible mit Hilfe von Ansible einrichten
52 Treffer, Zuletzt geändert:
~/ansible/playbooks/ansible_grundconfig_v1.yml <file c++ ~/ansible/playbooks/ansible_grundconfig_v1.ym... e Directory Layout anlegen" ansible.builtin.file: path: '/home/{{ admin_user }}/{{ ansible... n/defaults/"} - {directory: "roles/common/files/"} - {directory: "roles/common/handlers/... - name: "Ansible Directory Layout mit dummy-files main.yml befüllen" ansible.builtin.file:
Ansible cowsay: Die sprechende Kuh, oder auch mehr Getier oder doch nur puristisch mit dem Ansible Stdout Compact Logger?
6 Treffer, Zuletzt geändert:
he -f option specifies a particular cow picture file (``cowfile'') to use. If the cowfile spec contai... directory, or at least a directory with a file called default.cow in it. FILES /usr/share/cowsay/cows holds a sample set of cowfiles. If your... ocows = True''** setzen. $ vim ~/.ansible.cfg <file bash ~/.ansible.cfg>... [defaults] nocows
Ansible
45 Treffer, Zuletzt geändert:
/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pen... erlich sind. # vim /etc/ansible/beispiel.yml <file yaml /etc/ansible/beispiel.yml>--- #YAML start Be... name: <your service name> … #YAML end syntax </file> ==== Facts ==== Ansible ermittelt bei jedem Auf... hdir: /var/www/html/demo/webseite - file: src: '/tmp/{{ item }}' dest:
Ansible - Erweiterte Konfigurationsbeispiel: Inventory
22 Treffer, Zuletzt geändert:
vim ~/ansible/inventories/production/hosts.yml> <file bash ~/ansible/inventories/production/hosts.yml>-... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_ed25519_ansible hosts... ssh_user: ansible ansible_ssh_private_key_file: /home/django/.ssh/id_rsa_ansible ho... le_ssh_user: root ansible_ssh_private_key_file: /home/django/.ssh/id_rsa4096_freifunk_2014
Ansible - erweitertes Konfigurationsbeispiel 7: Ansible Vault
100 Treffer, Zuletzt geändert:
. encryption/decryption utility for Ansible data files positional arguments: {create,decrypt,edit,vi... create Create new vault encrypted file decrypt Decrypt vault encrypted file edit Edit vault encrypted file view View vault encrypted file