Ansible x AWS CLIのリトライ
基本的にAnsilbeの基本モジュールを利用するのですが、たまーにCLI実行しないといけない時。
AWSの「Request Limit Error」などを回避するさいにリトライを入れた時の構文。
Shell Script全般で利用可能。
- name: Tag of Lambda Function
shell: aws lambda tag-resource --resource foge --tags "Name=foge"
register: aws_lambda_tag_resource
until: aws_lambda_tag_resource.rc == 0
retries: 5
delay: 2
Author And Source
この問題について(Ansible x AWS CLIのリトライ), 我々は、より多くの情報をここで見つけました https://qiita.com/orca0708/items/ff90304fe126e48ba2d6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .