Skip to content
Snippets Groups Projects
Verified Commit 350f8626 authored by ynerant's avatar ynerant
Browse files

[constellation] Clone django-dnsmanager from gitlab


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 42ee4dbb
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
......@@ -21,7 +21,7 @@
- name: Install constellation pip dependencies
pip:
name:
- django-dnsmanager>=0.2.1
- git+https://gitlab.adm.crans.org/nounous/django-dnsmanager.git
- name: Create constellation directory
file:
......@@ -62,6 +62,11 @@
dest: /etc/update-motd.d/05-constellation
mode: 0755
- name: Compile messages
django_manage:
command: compilemessages
project_path: "/var/local/constellation"
- name: Deploy Constellation settings_local.py
template:
src: constellation/settings_local.py.j2
......@@ -69,8 +74,3 @@
mode: 0660
owner: "{{ constellation.settings_local_owner }}"
group: "{{ constellation.settings_local_group }}"
- name: Compile messages
django_manage:
command: compilemessages
project_path: "/var/local/constellation"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment