add lets-encrypt-tiny
[ansible.git] / roles / base / tasks / main.yml
index 0bc1caff8f5a127f348455138f7c84b49e9b21b9..8ac63b031d4026020c81b76eef50d4679c298231 100644 (file)
   apt: name=needrestart state=latest default_release={{ansible_distribution_release}}-backports
 - name: install some basic tools
   apt: name=aptitude,rsync,git,mercurial,curl,apt-transport-https,psmisc,dnsutils,tree,htop state=latest
-# dh2048
-- name: create dh2048 file
-  command: openssl dhparam -out /etc/ssl/dh2048.pem 2048
-  args:
-    creates: "/etc/ssl/dh2048.pem"
 # configuration
 - name: configure root shell
   copy: