Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Switch installer over to ansible-runner #39

Description

@myersCody

The current installer runs the install through a subprocess. However, the recommended and best practice is to use ansible runner to run the installer. Due to time constraints downstream, it was better to run it through a subprocess.

A lot of the same benefits we got for switching to runner for the quipucords server will apply here. Additionally, it just keeps our different packages consistent.

  • This will allow us to clean up the logs that go to the terminal, and it will also allow us to implement callbacks.
  • Additionally, we should save the install logs to a file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions