Skip to content

Commit

Permalink
Merge pull request #43 from bgraef/main
Browse files Browse the repository at this point in the history
add olae to olam
  • Loading branch information
bgraef authored Nov 22, 2024
2 parents c3512e5 + 91274a9 commit 5b802d6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions olam/create_instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,15 @@
ansible.builtin.include_tasks: "olam_passwordless_setup.yml"
when: passwordless_ssh

- name: Install Oracle Linux Automation Engine
ansible.builtin.dnf:
name:
- ansible-core
state: present
when:
- inventory_hostname in groups['control']
- use_olae_only

- name: Install Oracle Linux Automation Manager
ansible.builtin.include_tasks: deploy-olam-tasks.yml
vars:
Expand Down
3 changes: 2 additions & 1 deletion olam/default_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ block_count: 1

update_all: false
passwordless_ssh: true
olam_single_host: false
olam_single_host: false
use_olae_only: false

0 comments on commit 5b802d6

Please sign in to comment.