do not use master role with function hosts_as()
Better to define following roles into nodeset :
-
ipaservera
andmaster
for the SUT ipa master. -
ipaserverb
andagent
for the SUT ipa replica. -
ipaclientcentos
andagent
for SUT ipa client running centos7 -
ipaclientubuntu
andagent
for SUT ipa client running ubuntu1604
Then use roles ipaservera
, ipaserverb
, ipaclientcentos
and ipaclientubuntuwith function
hosts_as()`.
Edited by Fabien Combernous