From 3777dcff085dd74264e5f89fd33307b1a0b1c22c Mon Sep 17 00:00:00 2001 From: Sylvain Chen Date: Wed, 11 Dec 2024 16:15:44 +0100 Subject: [PATCH] Fix: Adapt AAP Config (#62) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f2f1e9f..c42f8a1 100644 --- a/README.md +++ b/README.md @@ -62,13 +62,9 @@ The awx.awx or ansible.controller collections MUST be installed in order for thi | [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities) | Ansible Automation Platform Utilities | | [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template) | Configuration Template for this suite | -## controller config +## AAP config -`ansible-playbook -i inventory_dev.yml -l dev playbooks/controller_config.yml --ask-vault-pass` - -## automation hub config - -`ansible-playbook -i inventory_dev.yml -l dev playbooks/hub_config.yml --ask-vault-pass` +`ansible-playbook -i inventory_dev.yml -l dev playbooks/aap_config.yml --ask-vault-pass` ## custom ee