An Ansible role to build and install grpc-swift.
-
Install the
protocbinaries. 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-swiftrepository. -
grpc_swift_git_url- The git URL to clonegrpc-swiftfrom. -
grpc_swift_git_update- If the clonedgrpc-swiftgit 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