Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.13 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.13 KB

Build Status

Flynn CLI

This Ansible role installs the Flynn CLI client. It also configures the Flynn CLI for specific users to have access to a list of Flynn clusters.

Role Variables

# Location to place the Flynn CLI executable.
flynn_cli_executable: /usr/local/bin/flynn

# Access to each of the clusters will be configured for each of these usernames.
# If this is not provided, clusters will not be configured (the default).
flynn_cli_users:
- flynnbackups

# List of Flynn clusters along with access information (provided by Flynn after initialization).
flynn_cli_clusters:
- name:
  tlspin: 1234=
  hostname: flynn0.example.com
  key: abcdefg

Example

- hosts: all
  roles:
  - role: flynn_cli
    flynn_cli_users:
    - flynnbackups
    flynn_cli_clusters:
    - name:
      tlspin: 1234=
      hostname: flynn0.example.com
      key: abcdefg

Dependencies

None

License

BSD

Author Information

Robin Daugherty