2020-08-18 11:57:53 +02:00
|
|
|
---
|
|
|
|
- hosts: ansible
|
|
|
|
roles:
|
2020-08-19 12:29:49 +02:00
|
|
|
- { role: geerlingguy.pip, tags: "pip", become: true }
|
2020-12-02 14:32:50 +01:00
|
|
|
- { role: geerlingguy.ansible, tags: "ansible", become: true }
|
2020-10-06 14:29:20 +02:00
|
|
|
- { role: mgrote.ansible, tags: "ansible-mg" }
|