ttu-capstone-podman / podman-installer-mac

"Turn-key" installer for Podman on MacOS. Tennessee Tech University Senior Capstone project.
2 stars 0 forks source link

Remotely configure CentOS VM using Ansible #25

Open AaronOtto11 opened 4 years ago

AaronOtto11 commented 4 years ago

Story

As a user of podman-installer-mac, I want the CentOS VM that gets started to be automatically be configured for use using Ansible, so that it is ready to go after running the "turn-key" installer.

Acceptance Criteria

  1. Ansible is used to remotely configure the CentOS VM after it gets started
  2. All necessary configuration is completed inside the VM so that it is ready to be used as a podman host for the remote client.

Technical Notes:

  1. See this tutorial for information on what needs to be configured inside the Linux VM.

Original Description

As a developer I want the Ansible Script to configure the virtual machine from the Host OS and not on the VM itself.