Compare commits
No commits in common. "5492eae24c0bb682f7a8ad35ebb7e96ec2cdbed5" and "87ae5a12e909bfeb3bbaa668332568a30b869933" have entirely different histories.
5492eae24c
...
87ae5a12e9
@ -90,10 +90,6 @@
|
||||
#
|
||||
# * network Create a network on the PVC cluster with the specified parameters (see below).
|
||||
#
|
||||
# * copy: Copy one or more files from the provisioner host to the destination node(s). The
|
||||
# source path may be absolute, or relative to the Ansible repository directory. Each
|
||||
# argument is a list of values; list values map one-to-one-to-one between the 3 args.
|
||||
#
|
||||
# * script Run a script on the given host(s). Can be used to run arbitrary commands or other
|
||||
# scripts on the remote system.
|
||||
# The script may be specified in one of 3 ways:
|
||||
@ -277,21 +273,6 @@ hooks:
|
||||
ip6_network: 2001:1234:5678::/64 # The IPv6 network, required if ip6
|
||||
ip6_gateway: 2001:1234:5678::1 # The IPv6 gateway, required if ip6
|
||||
|
||||
- name: "Copy a configuration file and script to node 1"
|
||||
type: copy
|
||||
target:
|
||||
- hv1
|
||||
args:
|
||||
source:
|
||||
- scripts/example.conf
|
||||
- scripts/example.sh
|
||||
destination:
|
||||
- /usr/local/etc/example.conf
|
||||
- /usr/local/sbin/example.sh
|
||||
mode:
|
||||
- 0o600
|
||||
- 0o755
|
||||
|
||||
- name: "Run a quick storage benchmark leveraging node 1 as the runner"
|
||||
type: script
|
||||
target:
|
||||
@ -323,11 +304,7 @@ hooks:
|
||||
- hv1
|
||||
args:
|
||||
source: remote
|
||||
path: "sudo /usr/local/bin/dostuff"
|
||||
arguments:
|
||||
- "-c look"
|
||||
- "arg1"
|
||||
- "arg2"
|
||||
path: "/usr/local/bin/dostuff"
|
||||
|
||||
- name: "Inform a Mattermost channel of completion"
|
||||
type: webhook
|
||||
|
@ -854,7 +854,6 @@
|
||||
with_subelements:
|
||||
- "{{ admin_users }}"
|
||||
- removed
|
||||
ignore_errors: yes
|
||||
tags:
|
||||
- users
|
||||
- user-deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user