--- - name: install apache via ansible playbook hosts: test user: formation become: true roles: - { role: myapache, servername: 'thomas.fr' } - { role: myapache, servername: 'sophie.fr' }