summaryrefslogtreecommitdiffstats
path: root/pad/tasks/loadtest.yml
blob: 28deefcb6e535a33a13003c8f4c06329bb8e3da2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Install loadtest configuration
  become: true
  template:
    src: loadtest.settings.json
    dest: "{{ etherpad_path }}/settings.json"
- name: Restart Etherpad
  become: true
  service:
    name: etherpad
    state: restarted