An Ansible role to build and install grpc-swift.
-
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.
-
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.
No dependencies.
- hosts: servers
roles:
- { role: bluk.grpc_swift }
Apache 2.0