Run our base playbook on jammy
This is the first step in running our servers on jammy. This will help us boot new servers on jammy and bionic replacements on jammy. Change-Id: If2e8a683c32eca639c35768acecf4f72ce470d7d
This commit is contained in:
parent
2afc0ea097
commit
d5cef7827e
@ -0,0 +1,7 @@
|
||||
# This file is kept updated by ansible.
|
||||
# Note the use of ports.ubuntu.com.
|
||||
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-updates main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-backports main universe
|
||||
deb http://ports.ubuntu.com/ubuntu-ports/ jammy-security main universe
|
@ -0,0 +1,6 @@
|
||||
# This file is kept updated by ansible.
|
||||
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy main universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy-updates main universe
|
||||
deb http://us.archive.ubuntu.com/ubuntu jammy-backports main universe
|
||||
deb http://security.ubuntu.com/ubuntu jammy-security main universe
|
@ -66,6 +66,8 @@
|
||||
label: ubuntu-bionic
|
||||
- name: focal
|
||||
label: ubuntu-focal
|
||||
- name: jammy
|
||||
label: ubuntu-jammy
|
||||
files:
|
||||
- tox.ini
|
||||
- playbooks/
|
||||
@ -87,6 +89,8 @@
|
||||
label: ubuntu-bionic
|
||||
- name: focal
|
||||
label: ubuntu-focal
|
||||
- name: jammy
|
||||
label: ubuntu-jammy
|
||||
required-projects:
|
||||
- name: github.com/ansible/ansible
|
||||
override-checkout: devel
|
||||
@ -125,6 +129,8 @@
|
||||
label: ubuntu-bionic-arm64
|
||||
- name: focal
|
||||
label: ubuntu-focal-arm64
|
||||
- name: jammy
|
||||
label: ubuntu-jammy-arm64
|
||||
files:
|
||||
- playbooks/
|
||||
- roles/
|
||||
|
Loading…
Reference in New Issue
Block a user