Merge "Install python2.7 on xenial nodes"
This commit is contained in:
commit
8a7d25d7ed
15
playbooks/roles/base-server/vars/Ubuntu.xenial.yaml
Normal file
15
playbooks/roles/base-server/vars/Ubuntu.xenial.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
distro_packages:
|
||||
- dnsutils
|
||||
- emacs-nox
|
||||
- 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
|
||||
ntp_service_name: ntp
|
Loading…
Reference in New Issue
Block a user