--- - name: Converge first runner instance hosts: all become: true vars: gitea_url: "http://localhost:3000" registration_token: "fake-token-for-testing" runner_name: "molecule-runner-a" runner_mode: "binary" skip_runner_registration: true roles: - role: gitea-runner - name: Converge second runner instance hosts: all become: true vars: gitea_url: "http://localhost:3000" registration_token: "fake-token-for-testing" runner_name: "molecule-runner-b" runner_mode: "binary" skip_runner_registration: true roles: - role: gitea-runner