Skip to content

ansible playbook that verifies ansible collections, python packages and system tools installation for AAP EE

Notifications You must be signed in to change notification settings

jzhang2018/aap_ee_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This ansible playbook is for checking Aansible Automation Platform (AAP) Eecution Environment (EE) dependencies: ansible collections, pythond packages and system tools.

  1. ansible playbook command line: ansible-playbook -i localhost, aap_ee_checker.yml -e '{"collection_list": ["community.docker", "dellemc.powermax"], "python_package_list": ["PyU4V", "boto3"], "system_tool_list": ["jq", "unzip"]}'

  2. It is meant to be used in AAP. When an EE is used in a Project and Template, make sure use this playbook git source control url. When launching the job, provide parameters as following in Template's Variables area:

--- collection_list: - "community.docker" - "dellemc.powermax" python_package_list: - "boto3" - "PyU4V" system_tool_list: - "jq" - "unzip"

About

ansible playbook that verifies ansible collections, python packages and system tools installation for AAP EE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published