Allow the adjustment to local constraints and configure the hostname as an example

This commit is contained in:
2025-09-12 18:22:00 +02:00
parent d1471e937a
commit c405e31f76
5 changed files with 29 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
- name: Ensure correct hostname
hostname:
name: "{{ hostname }}"
use: systemd
- name: Ensure tools to add additional apt sources
tags: [repos]
become: yes

View File

@@ -1,3 +1,8 @@
- name: Ensure correct hostname
hostname:
name: "{{ hostname }}"
use: macos
- name: "Ensure brew-packages"
tags: [packages]
homebrew: