We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedab45 commit af6fdafCopy full SHA for af6fdaf
molecule/agent/converge.yml
@@ -17,14 +17,14 @@
17
skip_verify: false
18
nginx_agent_nginx:
19
exclude_logs: '""'
20
- socket: '"unix:/run/nginx-agent/nginx.sock"'
+ socket: '"unix:/var/run/nginx-agent/nginx.sock"'
21
treat_warnings_as_errors: false
22
nginx_agent_config_dirs: '"/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules"'
23
nginx_agent_queue_size: 100
24
nginx_agent_extensions: ['metrics']
25
nginx_agent_api:
26
host: 127.0.0.1
27
port: 8081
28
- nginx_agent_configure_dynamic: true
29
- nginx_agent_instance_group: ansible_instance_group
30
- nginx_agent_tags: ['ansible', 'dev']
+ # nginx_agent_configure_dynamic: true
+ # nginx_agent_instance_group: ansible_instance_group
+ # nginx_agent_tags: ['ansible', 'dev']
0 commit comments