Skip to content

tech2734/aap_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Automation Platform Config as Code Example Repository

This repository is a simple example of using the infra.aap_configuration collection to push configurations to the Ansible Automation Platform (AAP). It is designed to be straightforward for newcomers to the collection.

Requirements

The following collections are required:

---
collections:
- name: ansible.controller
- name: infra.aap_configuration

Required Variables

You need to define the following variables:

---
aap_config_controller_host: # The hostname of your AAP instance
aap_config_controller_user: # The username for the AAP instance
aap_config_controller_pass: # The password for the AAP instance

Mock Data

Sample data is provided in the variable files. Please replace this with information relevant to your setup.

Job Output

image

For more info:

infra.aap_configuration collection

AAP, HUB, EDA complete install and config template

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors