Skip to content

Striveworks/striveworks.kisi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Collection - striveworks.kisi

Ansible modules to interact with the Kisi API.

Installation

ansible-galaxy collection install striveworks.kisi

Example Tasks

- name: 'Create or update a kisi user'
  striveworks.kisi.kisi_user:
    api_key: "xxxxxxxxxxxxxx"
    email: "john@striveworks.us"
    name: "John Smith"
    role: "basic"
    groups: ["IT", "Facilities"]
    state: "enabled"

- name: 'Backup kisi data'
  striveworks.kisi.kisi_archive:
    api_key: "xxxxxxxxxxxxxx"
    place_id: "0000"
    temp_file_dir: "/tmp/kisi/"
    aws_profile: "default"
    aws_bucket_name: "kisi-data-archive"

Author

License

This project is under the GPLv3 License.

Copyright

(c) 2023, Striveworks

About

Ansible module for managing Kisi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages