Add Docker provider for Vagrant development environment

See merge request tildes-community/tildes-cf!1
This commit is contained in:
talklittle
2025-01-09 22:36:57 +00:00
committed by Deimos
parent 51a456bcf9
commit 49886af37e
43 changed files with 7087 additions and 107 deletions
@@ -1,3 +0,0 @@
---
dependencies:
- role: nginx
@@ -2,6 +2,7 @@
- name: Install packages needed by Ansible community plugins
pip:
executable: pip3
break_system_packages: true
name: cryptography
- name: Create directory for certificate
@@ -19,5 +20,3 @@
path: "{{ ssl_cert_path }}"
privatekey_path: "{{ ssl_private_key_path }}"
provider: selfsigned
notify:
- Reload nginx