X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;ds=sidebyside;f=ansible%2Fconfig_new.yml;h=47ffbd3cb38e09328035d202cddab75007b7d577;hb=2b50059ff7d887f00a9a1f70acef9fb300624203;hp=8153fc9199e206f4e870386070a1b6329e88529d;hpb=f1cbf7c7611fba5792113f9e89d821998f7e06e2;p=config diff --git a/ansible/config_new.yml b/ansible/config_new.yml index 8153fc9..47ffbd3 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 @@ -75,10 +79,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 +91,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/ *#.*$//'