mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
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:
committed by
Kevin Fenzi
parent
71684be33c
commit
cd0fb31bd9
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
|
||||
|
||||
Reference in New Issue
Block a user