diff --git a/tests/assets/Dockerfile b/assets/Dockerfile similarity index 100% rename from tests/assets/Dockerfile rename to assets/Dockerfile diff --git a/tests/assets/etherpad/fond.jpg b/assets/etherpad/fond.jpg similarity index 100% rename from tests/assets/etherpad/fond.jpg rename to assets/etherpad/fond.jpg diff --git a/tests/assets/etherpad/iframe_editor.css b/assets/etherpad/iframe_editor.css similarity index 100% rename from tests/assets/etherpad/iframe_editor.css rename to assets/etherpad/iframe_editor.css diff --git a/tests/assets/etherpad/index.css b/assets/etherpad/index.css similarity index 100% rename from tests/assets/etherpad/index.css rename to assets/etherpad/index.css diff --git a/tests/assets/etherpad/index.html b/assets/etherpad/index.html similarity index 100% rename from tests/assets/etherpad/index.html rename to assets/etherpad/index.html diff --git a/tests/assets/etherpad/index.js b/assets/etherpad/index.js similarity index 100% rename from tests/assets/etherpad/index.js rename to assets/etherpad/index.js diff --git a/tests/assets/etherpad/logo.png b/assets/etherpad/logo.png similarity index 100% rename from tests/assets/etherpad/logo.png rename to assets/etherpad/logo.png diff --git a/infra.yml b/infra.yml new file mode 100644 index 0000000..a217dee --- /dev/null +++ b/infra.yml @@ -0,0 +1,32 @@ +--- + +- name: "Etherpad" + hosts: paddone + roles: + - role: stable/common + - role: stable/etherpad + vars: + title: "Pad@cisti" + pad_lang: "it-IT" + pad_default_text: | + Sei su pad.cisti.org! Qui potrai usare usare PAD. + Un PAD è uno strumento di scrittura collaborativa per scrivere testi, comunicati o quello che vuoi assieme ad altre persone! + Questo è uno dei servizi di cisti.org, fuori dalle logiche del profitto e del capitalismo, dietro ci sono un gruppo di persone volontarie che si responsabilizzano a mantenere in piedi tutto questo. + + ALCUNE COSE DA SAPERE: + - Per iniziare cancella tutto questo testo e inizia a scrivere! + - Ogni pad può essere modificato da CHIUNQUE sia in possesso del sito (URL) o che possa indovinarlo facilmente, quindi scegli bene il nome del pad che vuoi creare! + - Questo pad verrà eliminato automaticamente dopo 60 giorni di inattività + - Una volta cancellato un pad NON ci sono modi di recuperarlo! + - Questo pad ci tiene così tanto alla privacy che non sappiamo neanche chi sei, rispetta l'anonimato e usalo bene. + + + + made with ❤ by underscore_to hacklab + override_files: + - index.css: /srv/etherpad/etherpad/src/static/skins/colibris/ + - fond.jpg: /srv/etherpad/etherpad/src/static/skins/colibris/images/ + - logo.png: /srv/etherpad/etherpad/src/static/skins/colibris/images/ + - index.html: /srv/etherpad/etherpad/src/templates/ + - index.js: /srv/etherpad/etherpad/src/static/skins/colibris/ + - iframe_editor.css: /srv/etherpad/etherpad/src/static/css/ diff --git a/inventory.yml b/inventory.yml new file mode 100644 index 0000000..ba0499a --- /dev/null +++ b/inventory.yml @@ -0,0 +1,6 @@ +paddone: + hosts: 192.168.199.102 + vars: + ansible_user: root + ansible_python_interpreter: /usr/bin/python3 + diff --git a/tests/assets b/tests/assets new file mode 120000 index 0000000..ec2e4be --- /dev/null +++ b/tests/assets @@ -0,0 +1 @@ +../assets \ No newline at end of file