X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=02af3153c449663083947e1cac853afe9b7f9b41;hb=cde4d7a1b4e305c6945f6c4a92f6644f28fb56c2;hp=3053ddbfb9c7b25f92d1fb40e96e29fe083454b6;hpb=689455679e83e8cf5094d424b9994a15b8ddb96d;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 3053ddb..02af315 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -38,6 +38,8 @@ with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/console | sed -e 's/ *#.*$//' - name: generate en_US.UTF-8 locale locale_gen: name=en_US.UTF-8 state=present + - name: Touch keyboard config file so setupcon does not ignore it. + command: touch /etc/default/keyboard - name: run setupcon to apply console settings from /etc/default/ command: setupcon @@ -72,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