--- - hosts: SERVER_TYP_01 become: true roles: - SERVER_TYP_01 - hosts: SERVER_TYP_02 become: false roles: - SERVER_TYP_02 - hosts: SERVER_TYP_03 roles: - SERVER_TYP_03 - import_playbook: certificate.yaml