grpc_swift
ansible-role-grpc-swift
An Ansible role to build and install grpc-swift.
Requirements
Install the
protoc
binaries. You can download the release from google/protobuf or usebrew install protobuf
.It is assumed that your system has Xcode CLI / Swift Package Manager installed.
Role Variables
grpc_swift_install_path
- The path to clone thegrpc-swift
repository.grpc_swift_git_url
- The git URL to clonegrpc-swift
from.grpc_swift_git_update
- If the clonedgrpc-swift
git repository should be updated.grpc_swift_binary_install_path
- The path to install the built binaries.
Dependencies
No dependencies.
Example Playbook
- hosts: servers
roles:
- { role: bluk.grpc_swift }
License
Apache 2.0
Install
ansible-galaxy install bluk/ansible-role-grpc-swift
License
apache-2.0
Downloads
28
Owner