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

Investigate alternatives to bash for testing playbook #9

Open
ScottG489 opened this issue Aug 21, 2020 · 0 comments
Open

Investigate alternatives to bash for testing playbook #9

ScottG489 opened this issue Aug 21, 2020 · 0 comments

Comments

@ScottG489
Copy link
Owner

We're running a bash script to do some basic testing against the playbook. However, this is quite limiting. Here are some options I've found so far for for validating ansible machine provisioning:

  1. Goss (YAML)
  2. molecule (YAML)
  3. ansible test strategies (YML/ansible)
  4. serverspec (ruby)
  5. inspec (ruby)
  6. testinfra (python)

These are in roughly the order in which I find the most promising based on a quick look. The top 3 are mostly only the ones I am interested in. The last 3 are pretty much off the table but are here in case, anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant