Added common packages

This commit is contained in:
2026-04-02 15:52:54 -04:00
parent 55aa471918
commit 0e163e9ca1
2 changed files with 9 additions and 0 deletions

9
playbooks/packages.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- hosts: all
become: true
tasks:
- name: Install common packages on all hosts
package:
name: "{{ common_packages }}"
state: present