diff options
author | Simen Linderud <simen.linderud@gmail.com> | 2019-01-19 19:26:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-19 19:26:41 +0100 |
commit | 54419582734d0fb820c8c08a7847eb6961f481c5 (patch) | |
tree | d1a22a24322d2a26dcddb79347fab4061be49eac /INSTALLING.rst | |
parent | f11803f365ec8729d3056642468e975c3cf8a85b (diff) | |
parent | bb1cc93d51efcd24d77b51187638e9616c061ed6 (diff) |
Merge pull request #194 from lasseh/master
Update ansible play for Debian 9
Diffstat (limited to 'INSTALLING.rst')
-rw-r--r-- | INSTALLING.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst index 2a4bcb8..b04e226 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -4,8 +4,8 @@ Installing Gondul Requirements ------------ -- Debian Stable (jessie) with backports (possibly newer) -- Ansible v2.1 or newer (recommended: from backports) +- Debian Stable (stretch) with backports (possibly newer) +- Ansible v2.7 or newer (recommended: from backports) - A harddrive of some size. Recommended: SSD. 200GB should be sufficient for almost any party. - CPU: Depends on client-load. Most semi-modern cpu's will be more than @@ -27,9 +27,9 @@ As root: # YOURUSER=kly # apt-get install sudo git # echo ${YOURUSER} ALL=NOPASSWD: ALL >> /etc/sudoers - # echo deb http://http.debian.net/debian jessie-backports main non-free contrib > /etc/apt/sources.list.d/bp.list + # echo deb http://http.debian.net/debian stretch-backports main non-free contrib > /etc/apt/sources.list.d/bp.list # apt-get update - # apt-get install ansible/jessie-backports + # apt-get install ansible/stretch-backports As ``$YOURUSER``:: |