X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=571bf1af1af5b4eb3029baaf50f165766ad0d149;hb=78a58b6974b4ac8eceee5582c8f057464b3e99a1;hp=8153fc9199e206f4e870386070a1b6329e88529d;hpb=f1cbf7c7611fba5792113f9e89d821998f7e06e2;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 8153fc9..571bf1a 100644 --- a/ansible/config_new.yml +++ b/ansible/config_new.yml @@ -16,6 +16,10 @@ shell: hostname {{ system_name }} # Init package management. + - name: add palemoon repo signing key + apt_key: + url: https://download.opensuse.org/repositories/home:stevenpusser/Debian_9.0/Release.key + state: present - name: update package lists apt: update_cache=yes - name: APT - dist-upgrade @@ -25,6 +29,7 @@ - name: ensure power management tools are installed apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/power_management | sed -e 's/ *#.*$//' + with_lines: cat ~/config/ansible/files/apt-mark_new/X200s/power_management | sed -e 's/ *#.*$//' - name: start TLP shell: tlp start @@ -75,10 +80,10 @@ - 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 core + - name: ensure 3d acceleration 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 + #- name: ensure optimus switch # apt: name={{item}} state=present # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/3d_acceleration | sed -e 's/ *#.*$//' #- name: ensure user plom is in bumblebee group @@ -87,9 +92,9 @@ apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/basic_x_tools | sed -e 's/ *#.*$//' - # Set up qutebrowser. - - name: ensure qutebrowser - include: tasks/qutebrowser.yml + ## Set up browser environment. + #- name: ensure qutebrowser + # include: tasks/qutebrowser.yml - name: ensure browser environment apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/browser_environment | sed -e 's/ *#.*$//' @@ -98,6 +103,7 @@ - name: ensure wifi configuration apt: name={{item}} state=present with_lines: cat ~/config/ansible/files/apt-mark_new/minimal/wifi | sed -e 's/ *#.*$//' + with_lines: cat ~/config/ansible/files/apt-mark_new/X200s/wifi | sed -e 's/ *#.*$//' #- name: ensure wicd # apt: name={{item}} state=present # with_lines: cat ~/config/ansible/files/apt-mark_new/W530/wicd | sed -e 's/ *#.*$//'