diff options
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 |