feat!: set iscsi task to run on docker host, refs #31
All checks were successful
Deploy / Prepare Build (push) Successful in 4m52s
All checks were successful
Deploy / Prepare Build (push) Successful in 4m52s
This commit is contained in:
17
main.yml
17
main.yml
@ -52,6 +52,9 @@
|
||||
traefik_host: traefik02.comprofix.xyz
|
||||
tags: traefik_install
|
||||
tasks:
|
||||
- name: Connect iSCSI
|
||||
import_tasks: tasks/iscsi.yml
|
||||
tags: iscsi_connect
|
||||
|
||||
- name: Deploy comprofix.com website
|
||||
import_tasks: tasks/comprofix.com.yml
|
||||
@ -127,13 +130,13 @@
|
||||
|
||||
tags: dockerserver_install
|
||||
|
||||
- hosts: dev
|
||||
become: yes
|
||||
tasks:
|
||||
|
||||
- name: Connect iSCSI
|
||||
import_tasks: tasks/iscsi.yml
|
||||
tags: iscsi_connect
|
||||
# - hosts: dev
|
||||
# become: yes
|
||||
# tasks:
|
||||
# - name: Connect iSCSI
|
||||
# import_tasks: tasks/iscsi.yml
|
||||
# tags: iscsi_connect
|
||||
# tags: dev_install
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user