25 lines
427 B
YAML
25 lines
427 B
YAML
---
|
|
- hosts: test
|
|
roles:
|
|
- common
|
|
- rbenv
|
|
- nginx
|
|
- postgresql
|
|
- nodejs
|
|
- yarn
|
|
- mastodon
|
|
|
|
# Déclaration des variables globales
|
|
vars:
|
|
email: contact@bim.land
|
|
domain: social.bim.land
|
|
cthostname: social
|
|
create_user: True
|
|
username: mastodon
|
|
installCertbot: True
|
|
debian_version: bullseye
|
|
nodejs_version: 14
|
|
ruby_version: 2.7.5
|
|
mastodon_version: 3.4.10
|
|
restore: True
|