Skip to content

Commit 491439d

Browse files
committed
move olae under install_type var
1 parent c783c69 commit 491439d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

olam/create_instance.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@
317317
- name: Configure passwordless SSH
318318
ansible.builtin.import_playbook: "configure_passwordless_ssh.yml"
319319

320-
- name: Install Oracle Linux Automation Engine
321-
ansible.builtin.import_playbook: "deploy_olae.yml"
322-
when: use_olae_only
320+
# - name: Install Oracle Linux Automation Engine
321+
# ansible.builtin.import_playbook: "deploy_olae.yml"
322+
# when: use_olae_only
323323

324324
- name: Install Oracle Linux Automation Manager
325325
vars:
@@ -354,7 +354,6 @@
354354
- name: Print instances
355355
hosts: all:!localhost
356356
become: true
357-
gather_facts: false
358357

359358
tasks:
360359

olam/default_vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ block_count: 1
2222
update_all: false
2323
passwordless_ssh: false
2424
olam_type: single
25-
use_olae_only: false
25+
# use_olae_only: false
2626
use_olam_builder: false
2727
use_olam_pah: false
2828
add_pah_ports: false
File renamed without changes.

0 commit comments

Comments
 (0)