From 2214b9ca9b1f2f353ce4c80e6398957851324490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Charmier?= Date: Tue, 13 Oct 2020 18:07:42 +0200 Subject: [PATCH] [feature] add more information from wp-veritas --- ansible/inventory/wordpress-instances.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/inventory/wordpress-instances.py b/ansible/inventory/wordpress-instances.py index a63a8cd1e..3f7399a44 100755 --- a/ansible/inventory/wordpress-instances.py +++ b/ansible/inventory/wordpress-instances.py @@ -168,6 +168,7 @@ def __init__(self, site_data): def hostvars(self): hostvars = _Site.hostvars.fget(self) hostvars['wpveritas_url'] = self.url + hostvars['wpveritas_site'] = json.dumps(self.__dict__) return hostvars