Extracted the basic role from the madonsible playbook
This commit is contained in:
15
tasks/main.yml
Normal file
15
tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user