Skip to content

Commit

Permalink
feat: introduce new optional variables for proxy for rhel os registra…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ludwig-mueller committed Jan 7, 2025
1 parent d71a0bb commit 8535ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/powervs_os_registration/tasks/rhel_byol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
state: present
username: "{{ byol.username }}"
password: "{{ byol.password }}"
server_proxy_hostname: "{{ byol.server_proxy_hostname | default(omit) }}"
server_proxy_port: "{{ byol.server_proxy_port | default(omit) }}"
release: "{{ ansible_distribution_version }}"
auto_attach: true
force_register: true
Expand Down

0 comments on commit 8535ca5

Please sign in to comment.