mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
[cloud] New module cloudfront_distribution (#31284)
* added cloudfont.py, modified cloudfront_facts.py class name and fixed a minor bug * Improvements to cloudfront_distribution * Reduce the scope of the cloudfront_distribution module * Remove presigning * Remove streaming distribution functionality * Add full test suite for cloudfront distribution * Meet Ansible AWS guidelines * Make requested changes Fix tests Use built-in waiter Update copyright
This commit is contained in:
parent
53266e31df
commit
8d733dbdf0
9 changed files with 2663 additions and 0 deletions
1972
lib/ansible/modules/cloud/amazon/cloudfront_distribution.py
Normal file
1972
lib/ansible/modules/cloud/amazon/cloudfront_distribution.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -670,5 +670,6 @@ def main():
|
|||
result['cloudfront'].update(facts)
|
||||
module.exit_json(msg="Retrieved cloudfront facts.", ansible_facts=result)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue