influxdb: More FQCN fixes

This commit is contained in:
Timo Makinen 2022-10-30 17:31:33 +00:00
parent a50cdddf8c
commit ad31b06676

View file

@ -58,13 +58,13 @@
enabled: true
- name: Allow nginx to connect influxdb
seboolean:
ansible.posix.seboolean:
name: httpd_can_network_connect
state: true
persistent: true
- name: Create nginx config
copy:
ansible.builtin.copy:
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/influxdb.conf"
content: |
location / {