mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
Move from Ubuntu Xenial to Debian 12
This commit is contained in:
parent
8d7507f377
commit
8e84033568
@ -1,24 +1,15 @@
|
||||
---
|
||||
- name: ensure canonical partner repo is in apt sources.list
|
||||
apt_repository: repo='deb http://archive.canonical.com/ubuntu trusty partner'
|
||||
state=present
|
||||
become: true
|
||||
|
||||
- apt: update_cache=yes
|
||||
become: true
|
||||
|
||||
- name: ensure required packages are installed
|
||||
become: true
|
||||
apt: name={{item}} state=present
|
||||
with_items:
|
||||
- chromium-browser
|
||||
- vnc4server
|
||||
- libjpeg-turbo8-dev
|
||||
- chromium
|
||||
- tigervnc-standalone-server
|
||||
- libjpeg62-turbo-dev
|
||||
- zlib1g-dev
|
||||
- gcc
|
||||
- python3-dev
|
||||
- python3-dbg
|
||||
- adobe-flashplugin
|
||||
- xfonts-base
|
||||
- fonts-arphic-bkai00mp
|
||||
- fonts-arphic-bsmi00lp
|
||||
|
@ -4,7 +4,7 @@
|
||||
become: true
|
||||
- name: ensure rethinkdb repo is in apt sources.list
|
||||
apt_repository:
|
||||
repo: 'deb https://download.rethinkdb.com/repository/ubuntu-{{ansible_lsb.codename|lower}} {{ansible_lsb.codename|lower}} main'
|
||||
repo: 'deb https://download.rethinkdb.com/repository/{{ansible_distribution|lower}}-{{ansible_lsb.codename|lower}} {{ansible_lsb.codename|lower}} main'
|
||||
state: present
|
||||
become: true
|
||||
- apt: update_cache=yes
|
||||
|
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@ -1,5 +1,5 @@
|
||||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
config.vm.box = "generic/debian12"
|
||||
config.vm.define "10.9.9.9"
|
||||
config.vm.hostname = "brzl"
|
||||
config.vm.network :private_network, ip: "10.9.9.9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user