2021-12-15 01:03:37 +01:00
|
|
|
---
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Load variables depending on language
|
2022-01-01 21:00:56 +01:00
|
|
|
ansible.builtin.include_tasks: variables.yml
|
|
|
|
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Create Ansible Windows Group and User
|
2021-12-20 18:48:05 +01:00
|
|
|
ansible.builtin.include_tasks: ansible_user.yml
|
2021-12-20 18:20:40 +01:00
|
|
|
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Configure hostname
|
2021-12-20 19:10:07 +01:00
|
|
|
ansible.builtin.include_tasks: hostname.yml
|
2021-12-20 18:20:40 +01:00
|
|
|
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Configure OS description
|
2022-01-02 16:40:53 +01:00
|
|
|
ansible.builtin.include_tasks: description.yml
|
|
|
|
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Install some useful packages
|
2021-12-20 19:42:55 +01:00
|
|
|
ansible.builtin.include_tasks: packages.yml
|
|
|
|
|
2022-12-28 17:28:38 +01:00
|
|
|
- name: Scan for updates
|
2021-12-20 19:10:07 +01:00
|
|
|
ansible.builtin.include_tasks: updates.yml
|