Compare commits

1 Commits

Author SHA1 Message Date
alessandrovitali 04e38f42b5 initial commit 2026-06-17 14:08:04 +02:00
3 changed files with 1 additions and 19 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
# Ansible Collection
Opinionated set of roles to configure reasonable defaults for newly provisioned Debian / Ubuntu VMs running Docker. The repository provides:
- An Ansible Collection (`studio.ansible`) containing reusable roles. Use with ansible-galaxy's `requirements.yml`.
- A ready-to-use playbook configured by passing CLI vars `--extra-vars "ansible_host=${HOST_IP}` e.g. through CI / CD.
Opinionated set of roles to configure reasonable defaults for newly provisioned Debian / Ubuntu VMs running Docker. The repository provides a ready-to-use Ansible Collection (`studio.ansible`) containing reusable roles.
-5
View File
@@ -1,5 +0,0 @@
[target]
target_host ansible_host="{{ ansible_host }}"
[all:vars]
ansible_user="{{ ansible_user }}"
-11
View File
@@ -1,11 +0,0 @@
---
- name: Setup machines
hosts: all
become: true
roles:
- base
- users
- security
- docker
# - backup