From 0487c8edbcf11e6e01a8115f716f609e48b5591c Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:49:18 +0100 Subject: [PATCH] added a new playbook for intel-based configurations --- ansible/laptop-with-intel.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ansible/laptop-with-intel.yml diff --git a/ansible/laptop-with-intel.yml b/ansible/laptop-with-intel.yml new file mode 100644 index 0000000..8034d53 --- /dev/null +++ b/ansible/laptop-with-intel.yml @@ -0,0 +1,23 @@ +--- +- name: "Laptop installation & configuration" + hosts: all + connection: local + vars: + ansible_python_interpreter: auto_silent + gather_facts: false + roles: + - base + - intel + - xorg + - i3 + - background + - fish + - fontconfig + - notification + - kitty + - felix + - tmux + - rofi + - neovim + - bluetooth + - ufw