13 lines
291 B
YAML
13 lines
291 B
YAML
|
---
|
||
|
|
||
|
image_name: docker.io/kvllsvm/linode-dynamic-dns
|
||
|
image_tag: latest
|
||
|
domain: thurstylark.com
|
||
|
subdomain: example
|
||
|
update_frequency: 900
|
||
|
|
||
|
# Enable become because this container needs to be run in the
|
||
|
# root instance to access host networking
|
||
|
ansible_become: yes
|
||
|
ansible_become_method: sudo
|