Skip to content

Commit

Permalink
Set ansible variables for vagrant test env
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Ekisa <[email protected]>
  • Loading branch information
ivermac committed Aug 20, 2020
1 parent 947dfc5 commit a5147ff
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions molecule/default/tests/vagranttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
django_apt_python_ppa: "{{ kpi_django_apt_python_ppa }}"
django_pip_paths: "{{ kpi_pip_paths }}"
django_pip_packages: "{{ kpi_django_pip_packages }}"
django_enable_celery: "{{ kpi_django_enable_celery }}"
django_venv_path: "{{ kpi_venv_path }}"
django_pid_socks_dir: "{{ kpi_pid_socket_dir }}"
django_pid_file: "{{ kpi_pid_file }}"
Expand All @@ -66,10 +65,12 @@
django_wsgi_group: "{{ kpi_wsgi_group }}"
django_celeryd_opts: "{{ kpi_celeryd_opts }}"
django_manage_services: "{{ kpi_django_manage_services }}"
django_celeryd_service_name: "celeryd-{{ django_service_name }}"


gather_facts: true
become: true
roles:
- name: "kpi"
role: ../../../..
role: ../../../..
vars:
kpi_enable_monitoring: false

0 comments on commit a5147ff

Please sign in to comment.