Re: [ansible-project] IAM Roles with Ansible

2016-12-12 Thread Vincent Van der Kussen
Hi, I believe it is 'tasks:' Vincent On 12 Dec 2016 11:45 p.m., "Dan" wrote: > # Example of role with custom trust policy for Lambda service > --- > task: > - name: Assign a policy called Admin to the administrators group > iam_policy: > region: us-east-1 >

[ansible-project] IAM Roles with Ansible

2016-12-12 Thread Dan
# Example of role with custom trust policy for Lambda service --- task: - name: Assign a policy called Admin to the administrators group iam_policy: region: us-east-1 profile: dev iam_type: role iam_name: test policy_name: Admin state: present policy_document: