diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-11 12:19:46 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-11 12:19:59 -0400 |
commit | 6d1743c83e239806b1b6fb635e184a59a5f28f5a (patch) | |
tree | 8e82342f150f4ec623b0ebd8291db1d88178d42c /pad/defaults | |
parent | 1151e1fac5e7805e0cfeea89acc3b2efedb89940 (diff) | |
download | emacsconf-ansible-6d1743c83e239806b1b6fb635e184a59a5f28f5a.tar.xz emacsconf-ansible-6d1743c83e239806b1b6fb635e184a59a5f28f5a.zip |
Etherpad starting setup
Diffstat (limited to 'pad/defaults')
-rw-r--r-- | pad/defaults/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pad/defaults/main.yml b/pad/defaults/main.yml new file mode 100644 index 0000000..398c9a2 --- /dev/null +++ b/pad/defaults/main.yml @@ -0,0 +1,8 @@ +--- +# defaults file for pad +etherpad_path: /home/etherpad/etherpad +etherpad_database_password: cgdh23dho +etherpad_database_name: emacsconf_pad +etherpad_database_user: etherpad +etherpad_user: etherpad +etherpad_group: etherpad |