I create an ec2 appliance with ansible. now I want to have another role to create the file storage gateway
any idea how to do this? I dont see anything for aws storage gateway in ansible doc
I create an ec2 appliance with ansible. now I want to have another role to create the file storage gateway
any idea how to do this? I dont see anything for aws storage gateway in ansible doc
It looks like there is only a module to get facts about it: https://docs.ansible.com/ansible/latest/collections/community/aws/aws_sgw_info_module.html
So if you want to do any configuration, you’d have to resort to aws cli commands.