diff options
Diffstat (limited to 'cmd/ansible/hosts')
-rw-r--r-- | cmd/ansible/hosts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cmd/ansible/hosts b/cmd/ansible/hosts new file mode 100644 index 0000000..64969e8 --- /dev/null +++ b/cmd/ansible/hosts | |||
@@ -0,0 +1,15 @@ | |||
1 | [jloup-home] | ||
2 | jlj.am | ||
3 | |||
4 | [jloup-home:vars] | ||
5 | ansible_port=21 | ||
6 | ansible_user=ansible-deploy | ||
7 | |||
8 | app_user=jloup | ||
9 | app_domain=jlj.am | ||
10 | |||
11 | postgres_database=cryptoportfolio | ||
12 | postgres_user=cryptoportfolio | ||
13 | postgres_password=cryptoportfolio-dev | ||
14 | |||
15 | linux_arch=386 \ No newline at end of file | ||