presentazione di ansible for dummies
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
blallo 96a326ccfd
GRAZIE PUTRO
3 years ago
content GRAZIE PUTRO 3 years ago
themes initial commit 3 years ago
.gitmodules initial commit 3 years ago
README.md GRAZIE PUTRO 3 years ago
config.toml GRAZIE PUTRO 3 years ago
docker-compose.yml initial commit 3 years ago

README.md

presentazione ansible for dummies

hugo dockerizzato

immagine docker di hugo (static site generator)

che usa un sottomodulo per avere un tema che usa reveal.js per gestire la presentazione in markdown

per scaricare il sottomodulo:

foo@bar:~# git submodule update --init

utilizzo:

foo@bar:~# docker-compose up -d

la presentazione e' visibile su

http://localhost:1313

il contenuto della presentazione e' nella cartella content, se lo si modifica viene immediatamente modificata la presentazione (utile in fase di scrittura per avere una preview live)

al termine della presentazione:

foo@bar:~# docker stop hugo && docker rm hugo

hugo non dockerizzato

la stessa presentazione si puo' visualizzare usando direttamente hugo dopo averlo installato sulla macchina.

(la versione 0.54 funziona, per le successive non so)

scaricare il sottomodulo:

foo@bar:~# git submodule update --init

e lanciare hugo da questa cartella

foo@bar:~# hugo server

la presentazione e' visibile su

http://localhost:1313