mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
feat(web-app-magento): add Magento role + network/ports
- add role files (docs, vars, config, tasks, schema, templates) - networks: add web-app-magento 192.168.103.208/28 - ports: add localhost http 8052 Conversation: https://chatgpt.com/share/68b8820f-f864-800f-8819-da509b99cee2
This commit is contained in:
6
roles/web-app-magento/tasks/01_core.yml
Normal file
6
roles/web-app-magento/tasks/01_core.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: "load docker, db/redis/proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: sys-stk-full-stateful
|
||||
|
||||
- name: flush docker service
|
||||
meta: flush_handlers
|
9
roles/web-app-magento/tasks/main.yml
Normal file
9
roles/web-app-magento/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: "construct {{ role_name }}"
|
||||
include_tasks: 01_core.yml
|
||||
when: run_once_web_app_magento is not defined
|
||||
|
||||
- name: run the docker magento tasks once
|
||||
set_fact:
|
||||
run_once_web_app_magento: true
|
||||
when: run_once_web_app_magento is not defined
|
Reference in New Issue
Block a user