system-config/tools/kick.sh
Clark Boylan 8b3c5fc255 Don't run against localhost by default with kick.sh
Running against localhost by default with kick.sh means that if you have
disabled puppet crons on the puppet master to test things you will
reenable them automatically creating potentially bad side effects. Avoid
this problem by forcing people to explicitly puppet localhost if this is
what they want.

Change-Id: Id4212005735cac13e6d26439f309569d7567206c
2018-04-25 13:26:03 -07:00

19 lines
691 B
Bash
Executable File

#!/bin/bash
# Copyright 2013 IBM, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
ansible-playbook -f1 --limit $1 \
/opt/system-config/production/playbooks/remote_puppet_adhoc.yaml