Go to file
2021-04-09 13:19:13 -07:00
example_playbook first commit 2021-04-09 13:09:38 -07:00
formated Add 'formated' 2021-04-09 13:19:13 -07:00
README.md Update 'README.md' 2021-04-09 13:17:24 -07:00

On source host: create ssh key ssh-keygen -t rsa -b 4096 -C "your_email@domain.com" ssh-copy-id remote_username@server_ip_address On destination hosts: create ansible user adduser ansible add ansible to sudo group usermod -aG sudo ansible create /etc/sudoers.c/ansible with the content: ansible ALL=(ALL) NOPASSWD: ALL