Initial configuration

This commit is contained in:
2023-02-01 18:34:56 +01:00
parent f95391a1fb
commit 676f7e2f3e
12 changed files with 162 additions and 0 deletions

22
chef.yml Normal file
View 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