15 lines
484 B
YAML
15 lines
484 B
YAML
- name: Expand Linux root filesystem when the cloud image did not consume the full boot disk
|
|
ansible.builtin.import_tasks: storage.yml
|
|
|
|
- name: Prepare common Linux users
|
|
ansible.builtin.import_tasks: users.yml
|
|
|
|
- name: Install common Linux developer toolchains
|
|
ansible.builtin.import_tasks: toolchains.yml
|
|
|
|
- name: Prepare common Linux network policy
|
|
ansible.builtin.import_tasks: network.yml
|
|
|
|
- name: Persist TTL and profile metadata
|
|
ansible.builtin.import_tasks: ttl.yml
|