feat: add Ansible playbook for CIFS share provisioning workflow#7
Merged
feat: add Ansible playbook for CIFS share provisioning workflow#7
Conversation
Add ansible/cifs_provision.yml playbook that creates a FlexVol with NTFS security style, creates a CIFS share, sets share ACL, and verifies the share. Update group_vars example with CIFS-specific defaults and README with usage docs.
ebbf9c3 to
14cb11d
Compare
hvinn
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add cifs_provision.yml playbook that creates a FlexVol with NTFS security style, creates a CIFS share, sets share ACL, and verifies the share. Update group_vars example with CIFS-specific defaults.
Changes
Create FlexVol volume with volume_security_style: ntfs
Create CIFS share on the volume
Set share ACL (user/group + permission)
Verify the share via na_ontap_rest_info
Print summary
Update ontap.yml.example — reorganise shared defaults and add CIFS-specific variables (share_name, share_comment, acl_user, acl_permission)
Checklist
workflow-spec/v1/schema.jsonruff check executors/python/orchestrio/)ruff format --check executors/python/)pytest executors/python/tests/ -v)Related issues