-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
deb0f9b
commit eb8f15c
Showing
5 changed files
with
47 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
--- | ||
# defaults file for dev-server-roles | ||
|
||
apt_packages: | ||
- awscli | ||
- build-essential | ||
- git | ||
- python3 | ||
- ssh | ||
- ssh-client | ||
- vim | ||
- wget | ||
- zsh | ||
|
||
docker_packages: | ||
- apt-transport-https | ||
- aptitude | ||
- ca-certificates | ||
- curl | ||
- software-properties-common | ||
- python3-pip | ||
- virtualenv | ||
- python3-setuptools | ||
|
||
postgres_packages: | ||
- bash | ||
- openssl | ||
- libpq-dev | ||
- libssl-dev | ||
- libssl-doc | ||
- postgresql | ||
- postgresql-contrib | ||
- python3-psycopg2 | ||
|
||
user: ubuntu | ||
|
||
db_user: ubuntu | ||
db_name: ubuntu | ||
db_password: ubuntu | ||
|
||
docker_user: ubuntu | ||
|
||
git_username: git-user | ||
git_email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
# handlers file for dev-server-roles | ||
# handlers file for dev-server-role |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
- hosts: localhost | ||
remote_user: root | ||
roles: | ||
- dev-server-roles | ||
- dev-server-role |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1 @@ | ||
--- | ||
|
||
apt_packages: | ||
- awscli | ||
- build-essential | ||
- git | ||
- python3 | ||
- ssh | ||
- ssh-client | ||
- vim | ||
- wget | ||
- zsh | ||
|
||
docker_packages: | ||
- apt-transport-https | ||
- aptitude | ||
- ca-certificates | ||
- curl | ||
- software-properties-common | ||
- python3-pip | ||
- virtualenv | ||
- python3-setuptools | ||
|
||
postgres_packages: | ||
- bash | ||
- openssl | ||
- libpq-dev | ||
- libssl-dev | ||
- libssl-doc | ||
- postgresql | ||
- postgresql-contrib | ||
- python3-psycopg2 | ||
|
||
user: ubuntu | ||
|
||
db_user: ubuntu | ||
db_name: ubuntu | ||
db_password: ubuntu | ||
|
||
docker_user: ubuntu | ||
|
||
git_username: benmangold | ||
git_email: [email protected] |