fgci-org / fgci-ansible

:microscope: Collection of the Finnish Grid and Cloud Infrastructure Ansible playbooks
MIT License
54 stars 18 forks source link

examples/group_vars: kickstart_server_ip is defined in several places #102

Closed mantti closed 8 years ago

mantti commented 8 years ago

global kickstart_server_ip -parameter is defined also, e.g. compute.example, login.example, nfs-example. I see no point in defining it in several places, as the value is still same.

If one would be using different IP's than default, it would be more trouble, to remember changin it from everywhere ;-)

martbhell commented 8 years ago

Hello,

I agree, let's simplify this.

List of the places:

examples/group_vars/compute/compute.example:kickstart_server_ip: 10.1.1.2
examples/group_vars/login/login.example:kickstart_server_ip: 10.1.1.2
examples/group_vars/nfs/nfs.example:kickstart_server_ip: 10.1.1.2
examples/group_vars/all/all.example:kickstart_server_ip: 10.1.1.2
examples/group_vars/all/all.example:pull_install_ip: "{{ kickstart_server_ip }}"