chore: hostname netdata to inventory_hostname
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
community.docker.docker_container:
|
||||
name: netdata
|
||||
image: "netdata/netdata:{{ docker_netdata_version }}"
|
||||
hostname: "{{ ansible_hostname }}"
|
||||
hostname: "{{ inventory_hostname }}"
|
||||
restart_policy: always
|
||||
pid_mode: host
|
||||
network_mode: host
|
||||
|
||||
Reference in New Issue
Block a user