Browse Source

start our inventoty

les 3 years ago
parent
commit
ee2ecd81d2

+ 0 - 0
tests/assets/Dockerfile → assets/Dockerfile


+ 0 - 0
tests/assets/etherpad/fond.jpg → assets/etherpad/fond.jpg


+ 0 - 0
tests/assets/etherpad/iframe_editor.css → assets/etherpad/iframe_editor.css


+ 0 - 0
tests/assets/etherpad/index.css → assets/etherpad/index.css


+ 0 - 0
tests/assets/etherpad/index.html → assets/etherpad/index.html


+ 0 - 0
tests/assets/etherpad/index.js → assets/etherpad/index.js


+ 0 - 0
tests/assets/etherpad/logo.png → assets/etherpad/logo.png


+ 32 - 0
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/

+ 6 - 0
inventory.yml

@@ -0,0 +1,6 @@
+paddone:
+  hosts: 192.168.199.102
+  vars:
+    ansible_user: root
+    ansible_python_interpreter: /usr/bin/python3
+

+ 1 - 0
tests/assets

@@ -0,0 +1 @@
+../assets