BlitzinBuffalo
3/24/2019 - 10:32 AM

devops bible

DevOps Bible

Server Setup

Passwordless Authentication

Generate ssh key

ssh-keygen

Copy key to target machine

ssh-copy-id <IP>

Ansible

Scaffold Playbook