[GIT] refactor submodules: add all to own repo

This commit is contained in:
Jannik Beyerstedt 2019-10-06 22:41:31 +02:00
commit 6ce42341b2
19 changed files with 328 additions and 0 deletions

20
tasks/main.yml Normal file
View file

@ -0,0 +1,20 @@
---
# Common setup tasks for all nodes (universial)
# ATTENTION: This is just the maintenance version of the Common role. Run all
# tasks during setup in this order:
# - essentials
# - tools
# - usersetup
# - usersettings
- name: Install updates
import_tasks: update.yml
- name: Install essential tools
import_tasks: essentials.yml
- name: Install more tools
import_tasks: tools.yml
- name: Apply user settings
import_tasks: usersettings.yml