Common resources for dependent etcd roles. E.g. default variables for:
Or delegated_serial_command
ansible module for executing a command on a remote node. E.g.
- delegated_serial_command:
command: /usr/bin/make_database.sh arg1 arg2
creates: /path/to/database
Or etcdctl.yml playbook for installation of etcdctl
aliases on a node (see example).
openshift-repos
Drop etcdctl aliases
- include_role:
name: etcd_common
tasks_from: etcdctl
Get access to common variables
# meta.yml of etcd
...
dependencies:
- { role: etcd_common }
Apache License Version 2.0
Jason DeTiberus (jdetiber@redhat.com)