feat: update-packages playbook
This commit is contained in:
0
.ansible/.lock
Normal file
0
.ansible/.lock
Normal file
1
opdracht-2/.gitignore
vendored
Normal file
1
opdracht-2/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
inventory.ini
|
8
opdracht-2/update-packages.yml
Normal file
8
opdracht-2/update-packages.yml
Normal file
@ -0,0 +1,8 @@
|
||||
- name: Update Ubuntu VM
|
||||
hosts: all
|
||||
become: true
|
||||
tasks:
|
||||
- name: Update upgrade packages
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
upgrade: true
|
Reference in New Issue
Block a user