first commit
This commit is contained in:
commit
f702c9c45a
13 changed files with 309 additions and 0 deletions
36
defaults/main.yml
Normal file
36
defaults/main.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
---
|
||||
# defaults file for container
|
||||
containers_path: "/opt/podman"
|
||||
containers_force_restart: ""
|
||||
containers:
|
||||
- name: "" # name
|
||||
# rootless_user: "" # name of user
|
||||
# rootless_userid: 5000
|
||||
image: "" # image name
|
||||
#privileged_ports_start: # privileged_port if needed
|
||||
# - 53
|
||||
# publish: # ports to publish
|
||||
# - "53:53/tcp"
|
||||
# - "53:53/udp"
|
||||
# - "10080:80/tcp"
|
||||
# expose:
|
||||
# - "3000/tcp"
|
||||
# env:
|
||||
# TZ: 'Europe/Berlin'
|
||||
# WEBPASSWORD: '{{ pihole_password }}'
|
||||
# FTLCONF_REPLY_ADDR4: "{{ ansible_facts['default_ipv4']['address'] }}"
|
||||
# VIRTUAL_HOST: "{{ pihole_hostname }}"
|
||||
# VIRTUAL_PORT: 80
|
||||
# PROXY_LOCATION: "{{ pihole_hostname }}"
|
||||
# PIHOLE_DNS_: "193.17.47.1;185.43.135.1"
|
||||
# DNSSEC: "true"
|
||||
# dns:
|
||||
# - 127.0.0.1
|
||||
# - 193.17.47.1
|
||||
# volume:
|
||||
# - "{{ containers_path }}/pihole/etc-pihole/:/etc/pihole/"
|
||||
# - "{{ containers_path }}/pihole/etc-dnsmasq.d/:/etc/dnsmasq.d/"
|
||||
# network: "backend"
|
||||
# restart_policy: "always"
|
||||
# recreate: "true"
|
||||
# state: "started"
|
Loading…
Add table
Add a link
Reference in a new issue