X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e7816cd8c14be0d169f401b2669407cb2d586157..a48a0035e2c2e0ce00a8d08961536bcd3290c1e2:/base.yml diff --git a/base.yml b/base.yml index 2a7c824..f5835a9 100644 --- a/base.yml +++ b/base.yml @@ -1,23 +1,4 @@ # basic system preparation - hosts: all - tasks: - # packages - - name: check minimal system version - command: "false" - when: not (ansible_distribution == "Debian" and ansible_lsb.major_release|int >= 9) - - name: detect if we have backports in the sources.list - command: fgrep backports /etc/apt/sources.list - register: backports - failed_when: backports.rc == 2 - - name: add backports repository - apt_repository: repo='deb http://httpredir.debian.org/debian {{ansible_distribution_release}}-backports main contrib non-free' state=present update_cache=yes - when: backports.rc != 0 - - name: get rid of packages we do not want - apt: name=exim4-base,rpcbind state=absent autoremove=yes - - name: install needrestart, git - apt: name=needrestart,git state=latest default_release={{ansible_distribution_release}}-backports - # server-scripts - - name: clone server-scripts git repository - git: - repo: 'git://ralfj.de/server-scripts' - dest: /root/server-scripts + roles: + - base