Changes used for installing buster on neotame and mannitol

This commit is contained in:
Amin Bandali 2019-09-23 00:37:15 -04:00
parent 16e7cc76d6
commit 5531605a1b
3 changed files with 27 additions and 30 deletions

11
hosts
View File

@ -2,14 +2,9 @@ test:
children: children:
debian: debian:
hosts: hosts:
172.19.134.64: {} neotame: {}
172.19.134.54: {} mannitol: {}
vars: vars:
ansible_user: debian ansible_user: root
ubuntu:
hosts:
172.19.134.38: {}
vars:
ansible_user: ubuntu
vars: vars:
ansible_ssh_private_key_file: ~/.ssh/id_rsa ansible_ssh_private_key_file: ~/.ssh/id_rsa

View File

@ -29,12 +29,12 @@
- pbuilder - pbuilder
- dpkg-repack - dpkg-repack
- name: Install kernel-package (not Debian Stretch) #- name: Install kernel-package (not Debian Stretch)
when: not(ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch') # when: not(ansible_distribution == 'Debian' and ansible_distribution_release == 'stretch')
apt: # apt:
name: kernel-package # name: kernel-package
state: present # state: present
cache_valid_time: 3600 # cache_valid_time: 3600
- name: Configure dupload - name: Configure dupload
file: file:
@ -95,8 +95,8 @@
cache_valid_time: 3600 cache_valid_time: 3600
with_items: with_items:
- manpages-dev - manpages-dev
- gcc-doc # - gcc-doc
- cpp-doc # - cpp-doc
- binutils-doc - binutils-doc
- manpages-posix-dev - manpages-posix-dev
- glibc-doc - glibc-doc
@ -128,18 +128,18 @@
- ghc - ghc
- ghc-doc - ghc-doc
- haskell-platform - haskell-platform
- openjdk-8-jdk-headless - openjdk-11-jdk-headless
- mono-complete - mono-complete
- mono-devel - mono-devel
- mono-profiler - mono-profiler
- mono-tools-devel - mono-tools-devel
- mono-tools-gui - mono-tools-gui
- mono-vbnc # - mono-vbnc
- ocaml - ocaml
- camlp4 - camlp4
- lua5.3 - lua5.3
- liblua5.3-dev - liblua5.3-dev
- php7.0-cli - php7.3-cli
- name: Install scheme/racket - name: Install scheme/racket
apt: apt:
@ -252,7 +252,8 @@
- pyflakes - pyflakes
- python-m2crypto - python-m2crypto
- python-mysqldb - python-mysqldb
- python-imaging # - python-imaging
- python-pil
- python-libxml2 - python-libxml2
- python-libxslt1 - python-libxslt1
- python-numpy - python-numpy
@ -266,7 +267,8 @@
- python-subversion - python-subversion
- python-urwid - python-urwid
- python-xmpp - python-xmpp
- python-beautifulsoup # - python-beautifulsoup
- python3-bs4
- python-chardet - python-chardet
- python-kerberos - python-kerberos
- python-mako - python-mako
@ -298,7 +300,7 @@
with_items: with_items:
- tcl - tcl
- tcl-dev - tcl-dev
- tcl8.5 - tcl8.6
- tk - tk
- tk-dev - tk-dev
@ -443,12 +445,12 @@
state: present state: present
cache_valid_time: 3600 cache_valid_time: 3600
with_items: with_items:
- gcc-6-arm-linux-gnueabi - gcc-8-arm-linux-gnueabi
- gcc-6-mips-linux-gnu - gcc-8-mips-linux-gnu
- gcc-6-mipsel-linux-gnu - gcc-8-mipsel-linux-gnu
- gcc-6-powerpc-linux-gnu - gcc-8-powerpc-linux-gnu
- gcc-6-sparc64-linux-gnu - gcc-8-sparc64-linux-gnu
- gcc-6-s390x-linux-gnu - gcc-8-s390x-linux-gnu
when: ansible_distribution == 'Debian' when: ansible_distribution == 'Debian'
- name: Install misc. development tools - name: Install misc. development tools

View File

@ -44,8 +44,8 @@
- sshfs - sshfs
- dosfstools - dosfstools
- davfs2 - davfs2
- cloop-utils # - cloop-utils
- ecryptfs-utils # - ecryptfs-utils
- smbclient - smbclient
- name: Install database tools - name: Install database tools