* Update supported ubuntu version to 24.04. * Replace pip with pipx since the recent pip doesn't allow system-wide installation of packages for PEP668. * Drop centos-stream8 support. Change-Id: I57334595f7dd005ff51dd3cd3c605b4b30ce7efa
13 lines
261 B
YAML
13 lines
261 B
YAML
---
|
|
- name: ubuntu-noble controller node
|
|
hosts: ubuntu-noble.controller
|
|
remote_user: stack
|
|
roles:
|
|
- ubuntu-noble/controller
|
|
|
|
- name: ubuntu-noble compute nodes
|
|
hosts: ubuntu-noble.compute
|
|
remote_user: stack
|
|
roles:
|
|
- ubuntu-noble/compute
|