You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,17 @@ Alternatively, you can provide credentials as module attributes:
101
101
102
102
This allows you to store them in Ansible vault or to use any lookup plugin to retrieve them.
103
103
104
+
[Module defaults groups](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_module_defaults.html#module-defaults-groups) are supported as well:
105
+
```yaml
106
+
- hosts: all
107
+
gather_facts: no
108
+
module_defaults:
109
+
group/synthesio.ovh.all:
110
+
application_key: "<YOUR APPLICATION KEY>"
111
+
application_secret: "<YOUR APPLICATIOM SECRET>"
112
+
consumer_key: "<YOUR CONSUMER KEY>"
113
+
```
114
+
104
115
## Usage
105
116
106
117
Here are a few examples of what you can do. Please read the module for everything else, it most probably does it!
0 commit comments