Start adding software to shell servers
This commit is contained in:
parent
2a21d31628
commit
4901a345c5
1 changed files with 14 additions and 0 deletions
|
@ -21,3 +21,17 @@
|
|||
- ldap/client
|
||||
- ldap/nss
|
||||
- autofs
|
||||
|
||||
tasks:
|
||||
- name: install gnome-desktop
|
||||
package:
|
||||
name: "@gnome-desktop"
|
||||
state: installed
|
||||
|
||||
- name: add software packaged in roles
|
||||
include_role:
|
||||
name: "{{ role }}"
|
||||
with_items:
|
||||
- google-chrome
|
||||
loop_control:
|
||||
loop_var: role
|
||||
|
|
Loading…
Add table
Reference in a new issue