1
0
Fork 0

Add basics conf

This commit is contained in:
Florian RICHER 2023-05-02 19:16:41 +02:00
parent 28d8c64eff
commit e7e0d03f17
No known key found for this signature in database
GPG key ID: 6BF27BF8A1E71623
3 changed files with 9 additions and 0 deletions

View file

@ -2,3 +2,6 @@
- name: Install servers
hosts: servers
become: true
roles:
- { role: docker, tags: ['docker'] }

View file

@ -0,0 +1,2 @@
---

View file

@ -0,0 +1,4 @@
---
- ansible.builtin.import_tasks: base.yml
name: base