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

configure: Improve the use of delegate_to #281

Open
wants to merge 1 commit into
base: qa/1.x
Choose a base branch
from

Commits on Feb 14, 2020

  1. configure: Improve the use of delegate_to

    When getting the hostname from `archivematica_src_configure_ss_url` and
    `archivematica_src_configure_dashboardsettings` dictionaries to be used with
    the `delegate_to` keywork, it could fail when delegated host has different IP
    address or hostname from ansible host than the one used by the pipeline host.
    For instance, it is on a private network or different DNS zone.
    
    Adding the new variables `archivematica_src_configure_ss_inventory_hostname`
    and `archivematica_src_configure_atom_inventory_hostname` allows to configure
    the `delegate_to` destination with other hostname or IP address.
    Miguel Angel committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    86eb535 View commit details
    Browse the repository at this point in the history