Skip to content

Commit

Permalink
Initial Setup Template
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtiomL authored Oct 11, 2018
1 parent 4859087 commit 96fa8fc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions env/prod/init.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#cloud-config

package_upgrade: true

packages:
- git
- curl

users:
- name: ${droplet_user}
groups: sudo
shell: /bin/bash
ssh-authorized-keys:
- ${public_key}

final_message: "The system is up, after $UPTIME seconds"

0 comments on commit 96fa8fc

Please sign in to comment.