salt-fr.afpy.org: Done.

This commit is contained in:
Julien Palard 2019-12-20 09:23:21 +01:00
parent 497c8309ac
commit c7ce10a210
2 changed files with 9 additions and 1 deletions

View File

@ -37,7 +37,6 @@ c'est le rôle de la CI (Github Actions, ...), pas de nos playbooks.
## TODO
- [ ] https://github.com/afpy/salt-fr
- [ ] Github Actions sur Alain (déployer au push).
- [ ] Setup watchghost
- [ ] C'est quoi pycon.afpy.org ?

View File

@ -185,6 +185,15 @@
return 301 https://www.afpy.org/planet/;
}
- name: Setup salt-fr.afpy.org
include_role: name=julienpalard.nginx
vars:
nginx_owner: salt-fr-afpy-org
nginx_path: /var/www/salt-fr.afpy.org
nginx_domain: salt-fr.afpy.org
nginx_certificates: [salt-fr.afpy.org]
nginx_public_deploy_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHVrME7+AYhM4n6opE5gVJbWsZHLETucV2wV+kDvnLk3"
handlers:
- name: reload nginx
service: name=nginx state=reloaded