Initial configuration
This commit is contained in:
22
chef.yml
Normal file
22
chef.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
- hosts: chef.heaplab.deib.polimi.it
|
||||
pre_tasks:
|
||||
- name: Update system
|
||||
become: true
|
||||
package:
|
||||
name: "*"
|
||||
state: latest # noqa package-latest
|
||||
- name: Set hostname
|
||||
become: true
|
||||
ansible.builtin.hostname:
|
||||
name: chef
|
||||
use: systemd
|
||||
#- name: Reboot
|
||||
# become: true
|
||||
# reboot:
|
||||
|
||||
roles:
|
||||
- auto-updates
|
||||
- base-os
|
||||
- enable-cgroup-v2
|
||||
- podman
|
||||
- cockpit
|
||||
Reference in New Issue
Block a user