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=0f1f067d737cf1ca43e63083544a697d65e852a8;hpb=bc8de177935662f5862e8bc7cd982e04292cc401;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 0f1f067..1921cbe 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -38,8 +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 console config link targets so setupcon does not ignore them. - file: state=touch dest=~/config/ansible/files/console/* + - 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 @@ -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. #