diff --git a/ansible/host_vars/ippidb b/ansible/host_vars/ippidb deleted file mode 100644 index 0e2b041209a021b7b0be13c49864e2193ab2606a..0000000000000000000000000000000000000000 --- a/ansible/host_vars/ippidb +++ /dev/null @@ -1,11 +0,0 @@ ---- -repo_url: ssh://git@bitbucket.org/youruser -repo: yourproject -home_dir: /home/ubuntu -repo_dir: "{{ home_dir }}/{{ repo }}" -django_dir: "{{ repo_dir }}/django" -static_dir: "{{ home_dir }}/static" -django_project: yourproject -dbname: django -dbuser: django -dbpassword: "{{ lookup('password', 'postgresqlpasswd') }}"