commit 412188fd7ba2d782fe329ccaee1d1228a3f72c52 Author: hiro hiro@torproject.org Date: Mon Dec 9 17:29:42 2019 +0100
Update hosts files for prod and test --- inventories/prod/hosts | 6 ++++++ inventories/test/hosts | 6 ++++++ 2 files changed, 12 insertions(+)
diff --git a/inventories/prod/hosts b/inventories/prod/hosts index 348adae..439099f 100644 --- a/inventories/prod/hosts +++ b/inventories/prod/hosts @@ -1,2 +1,8 @@ [gitlab] gitlab-01.torproject.org ansible_connection=local + +[salsa-webhook] +webhook.dip.torproject.org ansible_connection=local + +[docker-registry] +registry.dip.torproject.org ansible_connection=local diff --git a/inventories/test/hosts b/inventories/test/hosts index 348adae..439099f 100644 --- a/inventories/test/hosts +++ b/inventories/test/hosts @@ -1,2 +1,8 @@ [gitlab] gitlab-01.torproject.org ansible_connection=local + +[salsa-webhook] +webhook.dip.torproject.org ansible_connection=local + +[docker-registry] +registry.dip.torproject.org ansible_connection=local