Initial commit: VM Creation done
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install Docker & Compose
|
||||
ansible.builtin.apt:
|
||||
name: "{{ docker_packages }}"
|
||||
state: present
|
||||
|
||||
- name: Ensure Docker service is started
|
||||
ansible.builtin.service:
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
Reference in New Issue
Block a user