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 370516a commit 99d3dcaCopy full SHA for 99d3dca
defaults/main.yml
@@ -75,7 +75,7 @@ netbox_shared_path: "{{ netbox_home }}/shared"
75
76
netbox_socket: "127.0.0.1:8000"
77
netbox_protocol: http
78
-netbox_processes: "{{ ansible_processor_vcpus }}"
+netbox_processes: "{{ ansible_processor_vcpus | default(1) }}"
79
netbox_application_log: "file:{{ netbox_shared_path }}/application.log"
80
netbox_requests_log: "file:{{ netbox_shared_path }}/requests.log"
81
0 commit comments