[constellation] Clone django-dnsmanager from gitlab

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-19 18:18:52 +01:00
parent 42ee4dbb5e
commit 350f86263f
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@
- name: Install constellation pip dependencies - name: Install constellation pip dependencies
pip: pip:
name: name:
- django-dnsmanager>=0.2.1 - git+https://gitlab.adm.crans.org/nounous/django-dnsmanager.git
- name: Create constellation directory - name: Create constellation directory
file: file:
@ -62,6 +62,11 @@
dest: /etc/update-motd.d/05-constellation dest: /etc/update-motd.d/05-constellation
mode: 0755 mode: 0755
- name: Compile messages
django_manage:
command: compilemessages
project_path: "/var/local/constellation"
- name: Deploy Constellation settings_local.py - name: Deploy Constellation settings_local.py
template: template:
src: constellation/settings_local.py.j2 src: constellation/settings_local.py.j2
@ -69,8 +74,3 @@
mode: 0660 mode: 0660
owner: "{{ constellation.settings_local_owner }}" owner: "{{ constellation.settings_local_owner }}"
group: "{{ constellation.settings_local_group }}" group: "{{ constellation.settings_local_group }}"
- name: Compile messages
django_manage:
command: compilemessages
project_path: "/var/local/constellation"