influxdb: More FQCN fixes
This commit is contained in:
parent
a50cdddf8c
commit
ad31b06676
1 changed files with 2 additions and 2 deletions
|
@ -58,13 +58,13 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- name: Allow nginx to connect influxdb
|
- name: Allow nginx to connect influxdb
|
||||||
seboolean:
|
ansible.posix.seboolean:
|
||||||
name: httpd_can_network_connect
|
name: httpd_can_network_connect
|
||||||
state: true
|
state: true
|
||||||
persistent: true
|
persistent: true
|
||||||
|
|
||||||
- name: Create nginx config
|
- name: Create nginx config
|
||||||
copy:
|
ansible.builtin.copy:
|
||||||
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/influxdb.conf"
|
dest: "/etc/nginx/conf.d/{{ inventory_hostname }}/influxdb.conf"
|
||||||
content: |
|
content: |
|
||||||
location / {
|
location / {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue