mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-17 01:55:09 +01:00
more stuff
This commit is contained in:
parent
64cb1dd6df
commit
0b4e5f1e27
15 changed files with 122 additions and 153 deletions
9
ansible/roles/base-config/tasks/main.yml
Normal file
9
ansible/roles/base-config/tasks/main.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
- name: Change hostname
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ hostname }}"
|
||||
- name: Install core packages
|
||||
ansible.builtin.apt:
|
||||
state: present
|
||||
name: "{{ item }}"
|
||||
with_items:
|
||||
- gpg
|
||||
Loading…
Add table
Add a link
Reference in a new issue