Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04e38f42b5 |
@@ -1,5 +1,3 @@
|
|||||||
# Ansible Collection
|
# Ansible Collection
|
||||||
|
|
||||||
Opinionated set of roles to configure reasonable defaults for newly provisioned Debian / Ubuntu VMs running Docker. The repository provides:
|
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.
|
||||||
- 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.
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
[target]
|
|
||||||
target_host ansible_host="{{ ansible_host }}"
|
|
||||||
|
|
||||||
[all:vars]
|
|
||||||
ansible_user="{{ ansible_user }}"
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
- name: Setup machines
|
|
||||||
hosts: all
|
|
||||||
become: true
|
|
||||||
|
|
||||||
roles:
|
|
||||||
- base
|
|
||||||
- users
|
|
||||||
- security
|
|
||||||
- docker
|
|
||||||
# - backup
|
|
||||||
Reference in New Issue
Block a user