summaryrefslogtreecommitdiff
path: root/roles/subdap/templates/accountservice.py.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/subdap/templates/accountservice.py.j2')
-rw-r--r--roles/subdap/templates/accountservice.py.j24
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/subdap/templates/accountservice.py.j2 b/roles/subdap/templates/accountservice.py.j2
new file mode 100644
index 0000000..2f6e8f1
--- /dev/null
+++ b/roles/subdap/templates/accountservice.py.j2
@@ -0,0 +1,4 @@
+import xmlrpclib
+
+url = '{{ subdap_accountservice_url }}'
+accountservice = xmlrpclib.ServerProxy(url)