Extracted the basic role from the madonsible playbook

This commit is contained in:
Emmanouil Kampitakis
2018-06-17 08:48:53 +00:00
commit eb16cabd34
18 changed files with 207 additions and 0 deletions

15
tasks/main.yml Normal file
View File

@@ -0,0 +1,15 @@
---
# tasks file for basic
- name: Make apt stuff
include: apt.yml
tags:
- apt
- name: Configure users
include: users.yml
loop: "{{ basic_users }}"
loop_control:
loop_var: os_user
- name: Setup sudo access
include: sudo.yml