And comment this special case for now, not needed.
This commit is contained in:
parent
cb4601e65a
commit
24dd18cd40
1 changed files with 5 additions and 5 deletions
|
@ -36,8 +36,8 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: run iscsiadm command for initial connect to vtap-fedora-nfs01
|
#- name: run iscsiadm command for initial connect to vtap-fedora-nfs01
|
||||||
command: creates=/var/lib/iscsi/nodes/{{ netapp_nfs01_iscsi_name }}/{{ netapp_nfs01_iscsi_portal }},3260 /sbin/iscsiadm --mode node --targetname --portal {{ netapp_nfs01_iscsi_portal }} -o new ; /sbin/iscsiadm --mode node --targetname {{ netapp_nfs01_iscsi_name }} --portal {{ netapp_nfs01_iscsi_portal }} --login
|
# command: creates=/var/lib/iscsi/nodes/{{ netapp_nfs01_iscsi_name }}/{{ netapp_nfs01_iscsi_portal }},3260 /sbin/iscsiadm --mode node --targetname --portal {{ netapp_nfs01_iscsi_portal }} -o new ; /sbin/iscsiadm --mode node --targetname {{ netapp_nfs01_iscsi_name }} --portal {{ netapp_nfs01_iscsi_portal }} --login
|
||||||
tags:
|
# tags:
|
||||||
- config
|
# - config
|
||||||
when: inventory_hostname_short == "buildvmhost-10"
|
# when: inventory_hostname_short == "buildvmhost-10"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue