Move netapp_* vars to the iscsi role
Since that's the only role where they are used, it make sense to keep it close and not "pollute" the global namespace
This commit is contained in:
parent
71684be33c
commit
cd0fb31bd9
2 changed files with 5 additions and 4 deletions
5
roles/iscsi_client/vars/main.yml
Normal file
5
roles/iscsi_client/vars/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# iscsi initiator for netapp iscsi volume
|
||||
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.8a2c2d9073de11e4a645123478563412:vs.13
|
||||
# iscsi portal for netapp iscsi volume
|
||||
netapp_iscsi_portal: 10.5.88.56
|
||||
|
|
@ -52,9 +52,5 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
|
|||
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
|
||||
'htop', 'rsyslog' ]
|
||||
|
||||
# iscsi initiator for netapp iscsi volume
|
||||
netapp_iscsi_name: iqn.1992-08.com.netapp:sn.8a2c2d9073de11e4a645123478563412:vs.13
|
||||
# iscsi portal for netapp iscsi volume
|
||||
netapp_iscsi_portal: 10.5.88.56
|
||||
# become: False by default so ansible doesn't try and check for it and hang
|
||||
become: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue