aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/digitalocean_volume (follow)
Commit message (Collapse)AuthorAge
* digitalocean_volume: properly prefix variablesEgor Tensin2023-08-22
|
* add input variables to role's defaults/Egor Tensin2023-08-21
|
* use variables instead facts mostly everywhereEgor Tensin2023-08-20
| | | | | | | | | | | set_fact is stupid; they persist through multiple role executions; for example, you cannot do this: set_fact: foo: '{{ foo | default("bar") }}' If somebody calls the role and defines foo, it will always be set to that value forever, even for subsequent role calls.
* update task names & add more loggingEgor Tensin2023-08-14
|
* add a bunch of READMEs for rolesEgor Tensin2023-08-14
|
* import a couple more rolesEgor Tensin2023-08-04