1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-04-14 06:48:29 +00:00

Created shell, ansible-dependencies, common, and gitea roles

This commit is contained in:
2018-07-27 00:59:24 +00:00
parent 090805b618
commit 2490fba2a2
15 changed files with 320 additions and 0 deletions

12
group_vars/all Normal file
View File

@@ -0,0 +1,12 @@
---
# Variables listed here are applicable to all host groups
docker_compose_version_to_install: 1.18.0
docker_ce_version_to_install: 17.09.1~ce-0~ubuntu
nvm_version: v0.33.5
node_version: 8.4.0
rcontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub
standard_user: cody
git_user: "Jacob Cody Wimer"
git_email: "jacob.wimer@gmail.com"
chosen_timezone: "America/New_York"