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:
Michael Scherer 2016-04-09 17:23:33 +02:00 committed by Kevin Fenzi
parent 71684be33c
commit cd0fb31bd9
2 changed files with 5 additions and 4 deletions

View 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

View file

@ -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