Ansible modules to interact with the Kisi API.
ansible-galaxy collection install striveworks.kisi
- 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"
This project is under the GPLv3 License.
(c) 2023, Striveworks