This commit is contained in:
2024-05-13 18:44:59 +02:00
parent c14440d51a
commit a7f7ab5e85
13 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,9 @@
---
- hosts: all
become: true
tasks:
- name: update apt packages
apt:
upgrade: yes
update_cache: yes

View File

@ -0,0 +1,7 @@
---
- hosts: all
gather_facts: yes
become: yesbecome_user: root
tasks:
- ansible.builtin.import_role:
name: create_admin_user