Skip to content

ares-b/openziti-ansible-collection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenZiti Ansible Collection

Add to your requirements.yaml file:

---
collections:
  - name: community.openziti
    source: https://github.com/netfoundry/ansible-collection.git
    type: git
...

Then run:

ansible-galaxy collection install -r requirements.yaml

Install Python dependencies

pip install --requirements ./ansible_collections/community/openziti/requirements.txt

You can read the docs using ansible-doc:

# Example
ansible-doc -t connection community.openziti.paramikoz

Contributing

Please reference the Ansible Collection Structure document here: https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_structure.html

About

Ansible Galaxy Collection of Playbooks, Roles, Plugins, and Modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 60.4%
  • Python 39.6%