Skip to content

OsgiliathEnterprise/ansible_iam

Repository files navigation

Orchestration Client

  • Galaxy: Ansible Galaxy
  • Lint & requirements: Molecule
  • Tests: Build Status
  • Chat: Join the chat at https://gitter.im/OsgiliathEnterprise/platform

A cli for the ansible orchestration role. It will run some kubernetes commands (create namespaces and so on) on master nodes.

Requirements

A kubernetes installed, a client cert, a key and a CA on the master node.

Role Variables

As an example, see the Molecule test vars and the default variables

Dependencies

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts:
   - kube_master
  roles:
     - { role: tcharl.ansible_orchestration_cli }
- hosts:
   - kube_node
  roles:
     - { role: tcharl.ansible_orchestration_cli }

License

Apache-2

Author Information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages