diff --git a/playbooks/remote_puppet_infracloud.yaml b/playbooks/remote_puppet_infracloud.yaml index d49d8dcb45..6572456579 100644 --- a/playbooks/remote_puppet_infracloud.yaml +++ b/playbooks/remote_puppet_infracloud.yaml @@ -1,11 +1,13 @@ --- - hosts: "controller*.ic.openstack.org:!disabled" gather_facts: true + serial: 1 roles: - role: puppet manage_config: true - hosts: "compute*.ic.openstack.org:!disabled" gather_facts: true + serial: 1 roles: - role: puppet manage_config: true