Add autoinstall docker

This commit is contained in:
Florian RICHER 2023-05-03 14:01:41 +02:00
parent e7e0d03f17
commit 0fa2ed983e
No known key found for this signature in database
GPG key ID: 6BF27BF8A1E71623
4 changed files with 41 additions and 8 deletions

View file

@ -1,7 +1,6 @@
---
- name: Install servers
hosts: servers
become: true
hosts: all
roles:
- { role: docker, tags: ['docker'] }
- { role: docker, tags: ["docker"] }