Skip to content

Conversation

@steven-schattenberg-itential
Copy link
Contributor

This contains two new steps: verify, and certify.

  • Verify checks if a few requirements are met and prints out some facts.
  • Certify gathers a few facts and runs a few tests, then writes a markdown file to /tmp. This markdown file is documentation friendly.

Both use a custom module that abstracts the gathering of generic facts in a reusable ansible task, like this:

- name: Gather host information
  itential.deployer.gather_host_information:
  register: host_info

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

Successfully merging this pull request may close these issues.

1 participant