From bab01a58a170027e7fa7641deb6bec4006f4fcae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Jul 2019 18:29:59 +0300 Subject: Add: artifact store --- components.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'components.yml') diff --git a/components.yml b/components.yml index e12ccf9..011828d 100644 --- a/components.yml +++ b/components.yml @@ -1,3 +1,14 @@ +- hosts: artifacts + remote_user: root + become: no + roles: + - haproxy + - artifacts + vars: + hostname: artifacts + haproxy_domain: wmf2-artifacts.vm.liw.fi + letsencrypt_email: liw@liw.fi + - hosts: vcsworker remote_user: root become: no -- cgit v1.2.1