Adding some dev tools to mustafar

This commit is contained in:
2026-04-03 01:19:52 -04:00
parent 3730871925
commit 5893effc85
7 changed files with 51 additions and 3 deletions
+10 -2
View File
@@ -1,9 +1,17 @@
---
- hosts: all
become: true
become: True
tasks:
- name: Install common packages on all hosts
package:
name: "{{ common_packages }}"
name: "{{ packages_common }}"
state: present
- hosts: all
become: True
tasks:
- name: Install extra packages if listed
package:
name: "{{ packages_extra }}"
state: present