Ansible: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 April 2022

  • curprev 08:2908:29, 16 April 2022Jan talk contribs 2,433 bytes +2,433 Created page with "vi /etc/ansible/hosts ansible -m ping all ansible all -m raw -b --become-method=su --ask-become-pass -a "apk add python sudo shadow sed gawk findutils bind-tools" ansible-playbook -b --become-method=su --ask-become-pass authorized_key.yml http://docs.ansible.com/ansible/latest/authorized_key_module.html ansible ubuntu -m raw -b -u jan --ask-pass --become-method=sudo --ask-become-pass -a "apt update" ansible alpine -m raw -b -u jan --ask-pass --become-method=sudo..."