X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=0f1f067d737cf1ca43e63083544a697d65e852a8;hb=bc8de177935662f5862e8bc7cd982e04292cc401;hp=55ecd907720d276dcd891e622b1d3b4b26f366e3;hpb=a1030f3639976cdc05f55f49e66cdfce062418f9;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 55ecd90..0f1f067 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 console config link targets so setupcon does not ignore them. + file: state=touch dest=~/config/ansible/files/console/* - name: run setupcon to apply console settings from /etc/default/ command: setupcon @@ -87,9 +89,12 @@ with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/browser_environment | sed -e 's/ *#.*$//' # Ensure wifi. - #- name: ensure wifi configuration + - name: ensure wifi configuration + apt: name={{item}} state=present + with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/wifi | sed -e 's/ *#.*$//' + #- name: ensure wicd # apt: name={{item}} state=present - # with_lines: cat ~/config/ansible/files/apt-mark/wifi | sed -e 's/ *#.*$//' + # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/wicd | sed -e 's/ *#.*$//' # Ensure audio/video consumption necessities. #- name: ensure multimedia tools