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

New inventory plugin #1231

Merged
merged 2 commits into from
May 14, 2024
Merged

New inventory plugin #1231

merged 2 commits into from
May 14, 2024

Commits on May 14, 2024

  1. New inventory plugin

    The inventory plugin compiles a dynamic inventory from IPA domain, filters
    servers by role(s).
    
    Usage:
    
    Create yml file, for example `freeipa.yml`:
    
        ---
        plugin: freeipa
        server: server.ipa.local
        ipaadmin_password: SomeADMINpassword
        verify: ca.crt
    
    Get compiled inventory:
    
        ansible-inventory -i freeipa.yml --graph
    t-woerner committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a3517a3 View commit details
    Browse the repository at this point in the history
  2. utils/build-galaxy-release.sh: Fix unary operator expected

    This fixes a bad tests if offline is not set:
    utils/build-galaxy-release.sh: line 130: [: -ne: unary operator expected
    t-woerner committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f17f83d View commit details
    Browse the repository at this point in the history