482e1110f0
There are long-standing issues with ntp start ordering w.r.t unbound and being able to resolve DNS names. Things have moved on to systemd-timesyncd anyway. Move the ntp start from the generic locations to only apply to older distros, and use system-timesyncd on Bionic. Update testing. Change-Id: I664539f93242e2c68d0cb1cf95c260f3bc03550d
16 lines
354 B
YAML
16 lines
354 B
YAML
distro_packages:
|
|
- dnsutils
|
|
- emacs-nox
|
|
- yaml-mode
|
|
- iputils-ping
|
|
- vim-nox
|
|
- unattended-upgrades
|
|
- mailutils
|
|
# Install this to make transitioning ansible on python2 from
|
|
# trusty to xenial easier then we can switch all xenial nodes
|
|
# to python3
|
|
- python2.7
|
|
- python
|
|
sftp_path: /usr/lib/openssh/sftp-server
|
|
ssh_service_name: ssh
|