start our inventoty
This commit is contained in:
parent
73f3a19cc5
commit
ee2ecd81d2
10 changed files with 39 additions and 0 deletions
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
32
infra.yml
Normal file
32
infra.yml
Normal file
|
@ -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
inventory.yml
Normal file
6
inventory.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
paddone:
|
||||
hosts: 192.168.199.102
|
||||
vars:
|
||||
ansible_user: root
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
1
tests/assets
Symbolic link
1
tests/assets
Symbolic link
|
@ -0,0 +1 @@
|
|||
../assets
|
Loading…
Reference in a new issue