Merge "Add install-puppet to base playbook"

This commit is contained in:
Zuul 2018-08-28 22:18:45 +00:00 committed by Gerrit Code Review
commit 65f96790cb
2 changed files with 9 additions and 0 deletions

View File

@ -131,6 +131,14 @@
label: ubuntu-bionic
- name: centos7
label: centos-7
groups:
# We test puppet installation on this group. Note bionic not
# in here as we have no bionic puppeted nodes (yet?)
- name: puppet
nodes:
- trusty
- xenial
- centos7
host-vars:
trusty:
ansible_python_interpreter: python2

View File

@ -13,6 +13,7 @@
- hosts: "puppet:!disabled"
roles:
- puppet-install
- disable-puppet-agent
- hosts: "!ci-backup:!disabled"