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