iloth_ansible/bimsocial.yml

25 lines
427 B
YAML
Raw Normal View History

2021-01-01 23:39:04 +01:00
---
2023-05-22 14:51:55 +02:00
- hosts: test
2021-01-01 23:39:04 +01:00
roles:
2023-05-22 14:51:55 +02:00
- common
- rbenv
- nginx
- postgresql
- nodejs
- yarn
- mastodon
2021-01-01 23:39:04 +01:00
# Déclaration des variables globales
vars:
email: contact@bim.land
domain: social.bim.land
cthostname: social
2023-05-22 14:51:55 +02:00
create_user: True
2021-01-01 23:39:04 +01:00
username: mastodon
2023-05-22 14:51:55 +02:00
installCertbot: True
debian_version: bullseye
nodejs_version: 14
ruby_version: 2.7.5
mastodon_version: 3.4.10
restore: True