v2.1.5
Tried to make ansible runs more idempotent.
Also ntp_config_server variable has changed in fgci-ansible examples/group_vars/compute/compute.example
ntp_config_server: [ "{{ hostvars[groups['install'][0]]['int_ip_addr'] }}", "{{ hostvars[groups['admin'][0]]['int_ip_addr'] }}" ]
For best ansible user experience change your group_vars/compute/compute.yml to match.
group_vars/login/login.yml needs to have lustre_client_enabled: True or False. Check examples/group_vars/login/login.example for default.
group_vars/compute/compute.yml needs to have lustre_client_enabled: True or False. Check examples/group_vars/compute/compute.example for default.