Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 553 Bytes

Fresh Server

Automatically setup a github user on a server.

Prerequisites

Ensure you have accessible ssh keys that match your GitHub public keys. This can be found by going to https://github.com/.keys.

example: github.com/kyleparisi.keys

Additionally, you'll need:

  • ansible installed

Getting Started

ansible-playbook playbook.yml --extra-vars "github_user=kyleparisi"

You can also update the example cloud-config file to automatically provision a server on first boot.