Skip to content

Commit

Permalink
playbooks/cluster_setup_configure_hosts.yaml: remove obsolete task
Browse files Browse the repository at this point in the history
Remove the obsolete task "remove the static ip previously setup".

File "000-static_ip.network" was initially installed in the playbook
"cluster_setup_static_ip.yaml", but this playbook was removed in commit
[1].
There is now no other reference to the file "000-static_ip.network" or
its template "000-static-ip.network.j2", the latter has been removed in
commit [2].

[1]: 29b3c94
[2]: 59bf760

Signed-off-by: Elinor Montmasson <[email protected]>
  • Loading branch information
Revalioli committed Aug 2, 2024
1 parent eef2c45 commit f45c356
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions playbooks/cluster_setup_configure_hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,4 @@
---
- import_playbook: cluster_setup_kernel_params.yaml
- import_playbook: cluster_setup_configure_hugepages.yaml
- name: remove the static ip previously setup
hosts:
- cluster_machines
- standalone_machine
tasks:
- name: Remove file /etc/systemd/network/000-static_ip.network
file:
path: /etc/systemd/network/000-static_ip.network
state: absent
- import_playbook: cluster_setup_network.yaml

0 comments on commit f45c356

Please sign in to comment.