aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/linux_laptops.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/linux_laptops.yml')
-rw-r--r--playbooks/linux_laptops.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/playbooks/linux_laptops.yml b/playbooks/linux_laptops.yml
new file mode 100644
index 0000000..c841e95
--- /dev/null
+++ b/playbooks/linux_laptops.yml
@@ -0,0 +1,27 @@
+- import_playbook: common.yml
+ vars:
+ hostlist: linux_laptops
+
+- name: configure linux desktop environment
+ hosts: linux_laptops
+ roles:
+ - role: dev_environment
+ tags: dev
+
+ - role: linux_desktop
+ tags: desktop,linux_desktop
+
+ - role: local_homedirs
+ tags: local_homedirs,homedirs,homedir
+
+ - role: firefox
+ tags: firefox
+
+ - role: evolution
+ tags: evolution
+
+ - role: cups_client
+ tags: cups
+
+ - role: linux_laptop
+ tags: laptop,linux_laptop