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
|
connection: local
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
@ -13,5 +13,7 @@
|
|||||||
changed_when: False
|
changed_when: False
|
||||||
when: ansible_os_family == "Debian"
|
when: ansible_os_family == "Debian"
|
||||||
|
|
||||||
tasks:
|
- hosts: localhost
|
||||||
- include_tasks: tasks/packages.yml
|
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