This commit is contained in:
2023-07-04 18:55:55 +02:00
parent 2793d5ecac
commit fb5e58e905
9 changed files with 399 additions and 4 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