Ansible Controller and Restructuring #14
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ansible Controller
This pull request adds a playbook that configures an Ansible controller instance on AWS. This mainly includes the automation of the setup requirements for this repository, i.e., installing
awscli
,boto3
,ansible
, generating and configuring SSH keys for AWS and Git, and cloning the DOES repository.This will be extended in the future by functionality to trigger suite runs from GitHub actions.
Repository Restructuring
Furthermore, this branch performs the restructuring discussed in #7. It introduces a
demo_project
which shows the syntax of how this repository can be used in other projects. The environment variableDOES_PROJECT_DIR
has to be set to the path to thedemo_project
. The test with an external repository is in the PPS repo.