Skip to content

Commit

Permalink
Set unattended url using fam
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Dec 3, 2024
1 parent 578f05d commit d0c74e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/foreman_provisioning/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@

# TODO verify - should not be needed, DNS should work just fine
- name: 'set unattended_url'

Check warning on line 15 in roles/foreman_provisioning/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

args[module]

missing required arguments: password, server_url, username

Check warning on line 15 in roles/foreman_provisioning/tasks/main.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

args[module]

missing required arguments: password, server_url, username
shell: >
{{ foreman_provisioning_hammer }} settings set --name unattended_url --value 'http://{{ foreman_provisioning_ip_address }}'
theforeman.foreman.setting:
name: unattended_url
value: "http://{{ foreman_provisioning_ip_address }}"

- name: 'find hostgroup Base'
shell: >
Expand Down

0 comments on commit d0c74e9

Please sign in to comment.