summaryrefslogtreecommitdiff
path: root/roles/subdap/templates/accountservice.py.j2
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-08-25 19:23:43 +0200
committerChristian Franke <nobody@nowhere.ws>2015-08-25 19:23:43 +0200
commitaf66612e6014bea48458125cda72d73c51bc3c20 (patch)
tree49cee76d579149a9fd800225303ee31be79cf3eb /roles/subdap/templates/accountservice.py.j2
Initial commit
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)