Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add olae to olam #43

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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