Skip to content

Commit

Permalink
added state
Browse files Browse the repository at this point in the history
  • Loading branch information
jce-redhat committed Oct 23, 2024
1 parent 1d0f0ca commit 894a18e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ controller_credentials:
organization: Default
credential_type: Red Hat Ansible Automation Platform
update_secrets: false
state: exists
inputs:
host: https://{{ groups.automationcontroller[0] | default('') }}
host: https://{{ groups.automationcontroller[0] | default('REPLACEME') }}
username: admin
password: '{{ controller_admin_password | default("") }}'
password: '{{ controller_admin_password | default("REPLACEME") }}'
verify_ssl: '{{ apd_verify_ssl }}'

controller_execution_environments:
Expand Down

0 comments on commit 894a18e

Please sign in to comment.