Skip to content

Commit

Permalink
2.x: Testing with ce_provision vars in drupal10 template
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 11, 2024
1 parent 87c50bb commit d4e1ff6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker-images/controller-devel/provision-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
become: true
vars:
- _domain_name: example.com
- _ce_provision_base_dir: /home/ce-dev/ce-provision-2
- _ce_provision_build_dir: /home/ce-dev/ce-provision-2/ce-dev/ansible/local
- _ce_provision_build_tmp_dir: /tmp
- _ce_provision_data_dir: /tmp
- _ce_provision:
Expand Down
2 changes: 0 additions & 2 deletions docker-images/controller/provision-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
become: true
vars:
- _domain_name: example.com
- _ce_provision_base_dir: /home/ce-dev/ce-provision-2
- _ce_provision_build_dir: /home/ce-dev/ce-provision-2/ce-dev/ansible/local
- _ce_provision_build_tmp_dir: /tmp
- _ce_provision_data_dir: /tmp
- _ce_provision:
Expand Down
4 changes: 2 additions & 2 deletions templates/drupal10/ce-dev/ansible/provision.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
vars:
- _domain_name: www.{{ project_name }}.local
- _env_type: dev
- _ce_provision_base_dir: /home/ce-dev/ce-provision-2
- _ce_provision_build_dir: /home/ce-dev/ce-provision-2/ce-dev/ansible/local
- project_name: {{ project_name }}
- rkhunter:
allow_ssh_root_user: prohibit-password
- mysql_client:
host: {{ project_name }}-db
user: root
password: ce-dev
- ce_provision:
local_dir: /home/ce-dev/ce-provision-2
{% raw %}
- nginx:
domains:
Expand Down

0 comments on commit d4e1ff6

Please sign in to comment.