diff --git a/Dockerfile b/Dockerfile index 874c081..eccec64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ FROM python:3.11 -RUN pip install --no-cache-dir ansible +RUN pip install --no-cache-dir ansible==9.2 diff --git a/galaxy.yml b/galaxy.yml index 54421af..65e32ba 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -35,7 +35,7 @@ license_file: '' # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name' -tags: [opi, dpu, redfish, automation, devops] +tags: [opi, dpu, redfish, automation, devops, infrastructure] # Collections that this collection requires to be installed for it to be usable. The key of the dict is the # collection label 'namespace.name'. The value is a version range @@ -70,4 +70,3 @@ build_ignore: # 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive # with 'build_ignore' # manifest: null - diff --git a/roles/bmc_factory_reset/meta/main.yml b/roles/bmc_factory_reset/meta/main.yml index c572acc..11fa7cf 100644 --- a/roles/bmc_factory_reset/meta/main.yml +++ b/roles/bmc_factory_reset/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Factory reset BMC + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: diff --git a/roles/bmc_fw_update/meta/main.yml b/roles/bmc_fw_update/meta/main.yml index c572acc..99efe70 100644 --- a/roles/bmc_fw_update/meta/main.yml +++ b/roles/bmc_fw_update/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Update BMC firmware + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: diff --git a/roles/bmc_reboot/meta/main.yml b/roles/bmc_reboot/meta/main.yml index c572acc..e06efd3 100644 --- a/roles/bmc_reboot/meta/main.yml +++ b/roles/bmc_reboot/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Reboot BMC + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: diff --git a/roles/enable_secure_boot/meta/main.yml b/roles/enable_secure_boot/meta/main.yml index c572acc..ae57b0d 100644 --- a/roles/enable_secure_boot/meta/main.yml +++ b/roles/enable_secure_boot/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Enable DPU secure boot + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: diff --git a/roles/get_bmc_facts/meta/main.yml b/roles/get_bmc_facts/meta/main.yml index c572acc..1564174 100644 --- a/roles/get_bmc_facts/meta/main.yml +++ b/roles/get_bmc_facts/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Gather facts about BMC + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: diff --git a/roles/update_bmc_password/meta/main.yml b/roles/update_bmc_password/meta/main.yml index c572acc..1ced1a0 100644 --- a/roles/update_bmc_password/meta/main.yml +++ b/roles/update_bmc_password/meta/main.yml @@ -1,7 +1,7 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + author: OPI Memebers + description: Update BMC password + company: https://opiproject.org/ # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -14,9 +14,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: Apache-2.0 - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: