1b28b8f3c4
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
23 lines
600 B
YAML
23 lines
600 B
YAML
handler: ansible_playbook
|
|
version: 1.0.0
|
|
actions:
|
|
input:
|
|
ip:
|
|
schema: str!
|
|
value:
|
|
# ssh_key:
|
|
# schema: str!
|
|
# value:
|
|
# ssh_user:
|
|
# schema: str!
|
|
# value:
|
|
provides:
|
|
schema: str
|
|
value: infra
|
|
roles:
|
|
schema: [{value: str}]
|
|
value:
|
|
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/lxc_hosts
|
|
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/pip_install
|
|
- https://github.com/stackforge/os-ansible-deployment/trunk/playbooks/roles/apt_package_pinning
|