-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
99 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
- ansible.builtin.include_tasks: dynflow_install.yml | ||
- name: Include dynflow_install.yml | ||
ansible.builtin.include_tasks: dynflow_install.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
--- | ||
- ansible.builtin.include_tasks: packages.yml | ||
- name: Include packages.yml | ||
ansible.builtin.include_tasks: packages.yml | ||
|
||
- ansible.builtin.include_tasks: locales.yml | ||
- name: Include locales.yml | ||
ansible.builtin.include_tasks: locales.yml | ||
when: ansible_os_family == 'Debian' | ||
|
||
- ansible.builtin.include_tasks: module_prs.yml | ||
- name: Include module_prs.yml | ||
ansible.builtin.include_tasks: module_prs.yml | ||
when: (foreman_installer_module_prs|length > 0) or (foreman_installer_module_branches|length > 0) | ||
|
||
- ansible.builtin.include_tasks: custom_hiera.yml | ||
- name: Include custom_hiera.yml | ||
ansible.builtin.include_tasks: custom_hiera.yml | ||
when: foreman_installer_custom_hiera | ||
|
||
- ansible.builtin.include_tasks: install.yml | ||
- name: Include install.yml | ||
ansible.builtin.include_tasks: install.yml | ||
when: not foreman_installer_upgrade | ||
|
||
- ansible.builtin.include_tasks: upgrade.yml | ||
- name: Include upgrade.yml | ||
ansible.builtin.include_tasks: upgrade.yml | ||
when: foreman_installer_upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
--- | ||
- ansible.builtin.include_tasks: devel_install.yml | ||
- name: Include devel_install.yml | ||
ansible.builtin.include_tasks: devel_install.yml | ||
when: (not foreman_proxy_content_upgrade and devel is defined and devel) | ||
|
||
- ansible.builtin.include_tasks: install.yml | ||
- name: Include install.yml | ||
ansible.builtin.include_tasks: install.yml | ||
when: not foreman_proxy_content_upgrade | ||
|
||
- ansible.builtin.include_tasks: upgrade.yml | ||
- name: Include upgrade.yml | ||
ansible.builtin.include_tasks: upgrade.yml | ||
when: foreman_proxy_content_upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
--- | ||
- ansible.builtin.include_tasks: versions.yml | ||
- name: Include versions.yml | ||
ansible.builtin.include_tasks: versions.yml | ||
when: not upgrade | ||
|
||
- ansible.builtin.include_tasks: upgrade.yml | ||
- name: Include upgrade.yml | ||
ansible.builtin.include_tasks: upgrade.yml | ||
when: upgrade |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
- ansible.builtin.include_tasks: install_freeipa_server.yml | ||
- ansible.builtin.include_tasks: install_freeipa_client.yml | ||
- name: Include install_freeipa_server.yml | ||
ansible.builtin.include_tasks: install_freeipa_server.ymli | ||
|
||
- name: Include intsall_freeipa_client.yml | ||
ansible.builtin.include_tasks: install_freeipa_client.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
- ansible.builtin.include_tasks: hammer_install.yml | ||
- ansible.builtin.include_tasks: hammer_config.yml | ||
- name: Include hammer_install.yml | ||
ansible.builtin.include_tasks: hammer_install.yml | ||
|
||
- name: Include hammer_config.yml | ||
ansible.builtin.include_tasks: hammer_config.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
- ansible.builtin.include_tasks: download.yml | ||
- name: Include download.yml | ||
ansible.builtin.include_tasks: download.yml | ||
when: koji_task_ids != [] or koji_build_ids != [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
- name: "Load OS specific variables" | ||
ansible.builtin.include_vars: "{{ ansible_os_family }}.yml" | ||
- ansible.builtin.include_tasks: install_pexpect.yml | ||
- ansible.builtin.include_tasks: realm_join_ad.yml | ||
- ansible.builtin.include_tasks: prepare_httpd_mod_auth.yml | ||
|
||
- name: Include install_pexpect.yml | ||
ansible.builtin.include_tasks: install_pexpect.yml | ||
|
||
- name: Include realm_join_ad.yml | ||
ansible.builtin.include_tasks: realm_join_ad.yml | ||
|
||
- name: Include prepare_httpd_mod_auth.yml | ||
ansible.builtin.include_tasks: prepare_httpd_mod_auth.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters