iloth_ansible/bimsocial.yml

21 lines
367 B
YAML
Raw Normal View History

2021-01-01 23:39:04 +01:00
---
- hosts: bim
roles:
2021-01-02 00:42:53 +01:00
- common
- rbenv
- nginx
- postgresql
2021-01-01 23:39:04 +01:00
- mastodon
# Déclaration des variables globales
vars:
email: contact@bim.land
domain: social.bim.land
cthostname: social
create_user: true
username: mastodon
installCertbot: true
2021-01-02 00:42:53 +01:00
debian_version: buster
nodejs_version: 12
2021-01-01 23:45:15 +01:00
ruby_version: 2.7.2