Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented function to process hostnames using filters #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

volapuk
Copy link

@volapuk volapuk commented Feb 7, 2022

Implemented function to be able to process imported hostnames in the inventory in order to make the list of hosts consistent when several inventory sources are used.
For example if you have an inventory source with the hostnames in uppercase, you can convert the nutanix hostnames to uppercase using the following configuration:

hostnames:

  • name.split('.')[0] | upper

Function picked up in foreman's inventory.

Translated with www.DeepL.com/Translator (free version)

Implemented function to be able to process imported hostnames in the inventory in order to make the list of hosts consistent when several inventory sources are used.
For example if you have an inventory source with the hostnames in uppercase, you can convert the nutanix hostnames to uppercase using the following configuration:

hostnames:
  - name.split('.')[0] | upper

Function picked up in foreman's inventory.

Translated with www.DeepL.com/Translator (free version)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant