mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Tweak role
This commit is contained in:
@@ -40,4 +40,4 @@
|
||||
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:
|
||||
- config
|
||||
when: inventory_hostname_short is "buildvmhost-10"
|
||||
when: inventory_hostname_short == "buildvmhost-10"
|
||||
|
||||
Reference in New Issue
Block a user