Compare commits

...

2 Commits

Author SHA1 Message Date
787ced0e9e Fix bad quotes usage 2023-03-27 20:15:16 +02:00
9443eb4890 Prepare to publish to galaxy 2023-03-21 16:05:06 +01:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
--- ---
namespace: happydns namespace: nemunaire
name: happydomain name: happydomain
version: 0.1.0 version: 0.1.0
readme: README.md readme: README.md

2
meta/runtime.yml Normal file
View File

@ -0,0 +1,2 @@
---
requires_ansible: '>=2.9.10'

View File

@ -5,7 +5,7 @@
image: "happydomain/happydomain:{{ happydomain_version }}" image: "happydomain/happydomain:{{ happydomain_version }}"
pull: true pull: true
volumes: volumes:
- "{% if happydomain_data_dir != "" %}{{ happydomain_data_dir }}{% else %}/var/lib/{% if instance_name != "happyDomain" %}happydomain.{% endif %}{{ instance_name }}{% endif %}:{{ happydomain_inner_data_dir }}" - "{% if happydomain_data_dir != '' %}{{ happydomain_data_dir }}{% else %}/var/lib/{% if instance_name != 'happyDomain' %}happydomain.{% endif %}{{ instance_name }}{% endif %}:{{ happydomain_inner_data_dir }}"
state: started state: started
restart_policy: unless-stopped restart_policy: unless-stopped
memory: 256M memory: 256M