mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-24 01:36:10 +07:00
Remove etcd role
This commit is contained in:
parent
2cd7cf20e3
commit
5e0036defd
@ -1,11 +0,0 @@
|
||||
- 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