add some things
This commit is contained in:
parent
14d6c830ad
commit
792d0c0984
3
ansible.cfg
Normal file
3
ansible.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
[defaults]
|
||||
#inventory = hosts
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
- hosts: localhost
|
||||
- hosts: all
|
||||
connection: local
|
||||
become: true
|
||||
|
||||
@ -13,5 +13,7 @@
|
||||
changed_when: False
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
tasks:
|
||||
- include_tasks: tasks/packages.yml
|
||||
- hosts: localhost
|
||||
become: true
|
||||
roles:
|
||||
- workstation
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
required_packages:
|
||||
- vim
|
||||
- man-pages
|
||||
- man-db
|
||||
3
roles/workstation/main.yml
Normal file
3
roles/workstation/main.yml
Normal file
@ -0,0 +1,3 @@
|
||||
- block:
|
||||
|
||||
include_tasks: tasks/packages.yml
|
||||
Loading…
x
Reference in New Issue
Block a user