Skip to content

Commit

Permalink
do not set the default url for the inventory to localhost:3000
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 16, 2023
1 parent d15a7f2 commit 65e1cd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/inventory-no-default-localhost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
breaking_changes:
- inventory plugin - do not default to ``http://localhost:3000`` as the Foreman URL, provividing an URL is now mandatory
2 changes: 1 addition & 1 deletion plugins/inventory/foreman.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
url:
description:
- URL of the Foreman server.
default: 'http://localhost:3000'
required: true
env:
- name: FOREMAN_SERVER
- name: FOREMAN_SERVER_URL
Expand Down

0 comments on commit 65e1cd6

Please sign in to comment.