File tree 8 files changed +17
-14
lines changed 8 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 3
3
info
4
4
logfile
5
5
rootfs
6
- ubuntu-16 .04-ansible_16 .04-1_amd64.tar.gz
6
+ ubuntu-18 .04-ansible_18 .04-1_amd64.tar.gz
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ all: info/init_ok bootstrap global finalize
7
7
8
8
bootstrap :
9
9
dab bootstrap
10
+ dab install python-cffi-backend
11
+ dab install python3-cffi-backend
10
12
dab install ansible
11
13
install -m 0700 runonce.sh ${BASEDIR} /etc/init.d/firstboot
12
14
dab exec update-rc.d firstboot defaults
@@ -23,7 +25,7 @@ info/init_ok: dab.conf
23
25
24
26
.PHONY : template
25
27
template :
26
- cp ubuntu-16 .04-ansible_16 .04-1_amd64.tar.gz /var/lib/vz/template/cache
28
+ cp ubuntu-18 .04-ansible_18 .04-1_amd64.tar.gz /var/lib/vz/template/cache
27
29
28
30
.PHONY : clean
29
31
clean :
Original file line number Diff line number Diff line change 1
1
# Ansible
2
2
3
3
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
4
- - Total uncompressed image size is * 649 MB*
5
- - Total compressed image size is * 207 MB*
4
+ - Total uncompressed image size is * 739 MB*
5
+ - Total compressed image size is * 229 MB*
Original file line number Diff line number Diff line change 1
- Suite: xenial
1
+ Suite: bionic
2
2
CacheDir: ../cache
3
3
Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
4
4
Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
5
5
Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
6
6
Source: http://ppa.launchpad.net/ansible/ansible/ubuntu SUITE main
7
7
Architecture: amd64
8
8
Name: ansible
9
- Version: 16 .04-1
9
+ Version: 18 .04-1
10
10
Section: system
11
11
Maintainer: Nathan Gardiner <
[email protected] >
12
12
Infopage: http://www.ansible.com
Original file line number Diff line number Diff line change 3
3
info
4
4
logfile
5
5
rootfs
6
- ubuntu-16 .04-haproxy_16 .04-1_amd64.tar.gz
6
+ ubuntu-18 .04-haproxy_18 .04-1_amd64.tar.gz
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ all: info/init_ok bootstrap global finalize
8
8
bootstrap :
9
9
dab bootstrap
10
10
dab install python-cffi-backend
11
+ dab install python3-cffi-backend
11
12
dab install letsencrypt haproxy
12
13
install -m 0700 runonce.sh ${BASEDIR} /etc/init.d/firstboot
13
14
dab exec update-rc.d firstboot defaults
@@ -28,7 +29,7 @@ info/init_ok: dab.conf
28
29
29
30
.PHONY : template
30
31
template :
31
- cp ubuntu-16 .04-haproxy_16 .04-1_amd64.tar.gz /var/lib/vz/template/cache
32
+ cp ubuntu-18 .04-haproxy_18 .04-1_amd64.tar.gz /var/lib/vz/template/cache
32
33
33
34
.PHONY : clean
34
35
clean :
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ This template provides a bootstrapped HAProxy system with the following pre-conf
10
10
- HAProxy server will provide HTTP and HTTPS, with HTTP redirecting to HTTPS
11
11
- HAProxy server will serve a static web page for status.check.localhost which can be used to check the HAProxy status from other platforms such as Amazon Route 53.
12
12
- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
13
- - Total uncompressed image size is * 0 MB*
14
- - Total compressed image size is * 0 MB*
13
+ - Total uncompressed image size is * 692 MB*
14
+ - Total compressed image size is * 220 MB*
Original file line number Diff line number Diff line change 1
- Suite: xenial
1
+ Suite: bionic
2
2
CacheDir: ../cache
3
3
Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
4
4
Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
5
5
Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
6
6
Architecture: amd64
7
7
Name: haproxy
8
- Version: 16 .04-1
8
+ Version: 18 .04-1
9
9
Section: system
10
10
Maintainer: Nathan Gardiner <
[email protected] >
11
11
Infopage: http://www.ubuntu.com
12
- Description: Ubuntu Xenial 16 .04 (standard )
13
- A standard Ubuntu Xenial system with template customizations.
12
+ Description: HAProxy on Ubuntu Bionic (18 .04)
13
+ The Reliable, High Performance TCP/HTTP Load Balancer
You can’t perform that action at this time.
0 commit comments