X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=ansible%2Fconfig_new.yml;h=571bf1af1af5b4eb3029baaf50f165766ad0d149;hb=78a58b6974b4ac8eceee5582c8f057464b3e99a1;hp=9f08e21bbf3dd42b1bd0535ab3bade1efa1ab8ce;hpb=cb92aa8edebf12ebc471abd0e2c32de1ec01cc41;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 9f08e21..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 @@ -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/ *#.*$//'