aboutsummaryrefslogtreecommitdiff
path: root/cmd/ansible/hosts
diff options
context:
space:
mode:
authorjloup <jean-loup.jamet@trainline.com>2018-02-14 14:19:09 +0100
committerjloup <jean-loup.jamet@trainline.com>2018-02-14 14:19:09 +0100
commit7a9e5112eaaea58d55f181d3e5296e4ff839921c (patch)
tree968ed193f42a1fad759cc89ad2f8ad5b0091291e /cmd/ansible/hosts
downloadFront-7a9e5112eaaea58d55f181d3e5296e4ff839921c.tar.gz
Front-7a9e5112eaaea58d55f181d3e5296e4ff839921c.tar.zst
Front-7a9e5112eaaea58d55f181d3e5296e4ff839921c.zip
initial commit
Diffstat (limited to 'cmd/ansible/hosts')
-rw-r--r--cmd/ansible/hosts15
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]
2jlj.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