diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-13 14:12:29 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-13 14:12:29 -0400 |
commit | e618dfe5588d2c9c5d7fb954f81001f5f84d6e1f (patch) | |
tree | 792067f1691454fa7ee8ca6a6a90ec732a43eefc /pad-proxy/defaults | |
parent | 02575eee5ec6fffccb233a42ba3e82a990df8fe2 (diff) | |
download | emacsconf-ansible-e618dfe5588d2c9c5d7fb954f81001f5f84d6e1f.tar.xz emacsconf-ansible-e618dfe5588d2c9c5d7fb954f81001f5f84d6e1f.zip |
Actually add pad-proxy, document things
Diffstat (limited to 'pad-proxy/defaults')
-rw-r--r-- | pad-proxy/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pad-proxy/defaults/main.yml b/pad-proxy/defaults/main.yml new file mode 100644 index 0000000..c548560 --- /dev/null +++ b/pad-proxy/defaults/main.yml @@ -0,0 +1 @@ +etherpad_server_name: pad.emacsconf.org |