home lab init
This commit is contained in:
commit
7278922625
65 changed files with 27336 additions and 0 deletions
8
ansible/books/tasks/packages.yml
Normal file
8
ansible/books/tasks/packages.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
- name: Install required packages
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- python3
|
||||
- curl
|
||||
- git
|
||||
state: present
|
||||
update_cache: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue