X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/ledger2?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=1921cbe77871f67197b659969bb3acef9a173cbf;hb=495ed5cad744a020f050b48502c3ed4288a1dd67;hp=2273f1194e0ba4f0ddc735f9bfab32fcb38e8641;hpb=43f935d13162f8757130282096eba04d0c2e0be2;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 2273f11..1921cbe 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -74,9 +74,12 @@ - name: ensure minimal X window environment apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/minimal_x | sed -e 's/ *#.*$//' - #- name: ensure 3d acceleration and optimus switch + - name: ensure 3d acceleration core + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/3d_acceleration | sed -e 's/ *#.*$//' + #- name: ensure further 3d acceleration and optimus switch # apt: name={{item}} state=present - # with_lines: cat ~/config/ansible/files/apt-mark/3d_acceleration | sed -e 's/ *#.*$//' + # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/3d_acceleration | sed -e 's/ *#.*$//' #- name: ensure user plom is in bumblebee group # user: name=plom groups=bumblebee append=yes - name: ensure basic X tools @@ -97,9 +100,12 @@ # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/wicd | sed -e 's/ *#.*$//' # Ensure audio/video consumption necessities. + - name: ensure multimedia tools + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/multimedia | sed -e 's/ *#.*$//' #- name: ensure multimedia tools # apt: name={{item}} state=present - # with_lines: cat ~/config/ansible/files/apt-mark/multimedia | sed -e 's/ *#.*$//' + # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/multimedia | sed -e 's/ *#.*$//' # Ensure hotkeys. #