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