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
|
||||
|
||||
- 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 / {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue