mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-08 14:33:52 +07:00
parent
32a6f00757
commit
b1c6620322
11
metal/roles/etcd/tasks/main.yml
Normal file
11
metal/roles/etcd/tasks/main.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
- name: Create etcd container
|
||||||
|
docker_container:
|
||||||
|
name: etcd-tfstate
|
||||||
|
image: bitnami/etcd
|
||||||
|
restart_policy: always
|
||||||
|
env:
|
||||||
|
ALLOW_NONE_AUTHENTICATION: "yes"
|
||||||
|
published_ports:
|
||||||
|
- 2379:2379
|
||||||
|
volumes:
|
||||||
|
- tfstate:/bitnami/etcd/data
|
Loading…
Reference in New Issue
Block a user