mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-22 17:22:52 +02:00
Add Docker provider for Vagrant development environment
See merge request tildes-community/tildes-cf!1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user