aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/digitalocean_volume (unfollow)
Commit message (Collapse)Author
2023-08-29add dependent services to mount/network interface rolesEgor Tensin
2023-08-22digitalocean_volume: properly prefix variablesEgor Tensin
2023-08-21add input variables to role's defaults/Egor Tensin
2023-08-20use variables instead facts mostly everywhereEgor Tensin
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.
2023-08-14update task names & add more loggingEgor Tensin
2023-08-14add a bunch of READMEs for rolesEgor Tensin
2023-08-04import a couple more rolesEgor Tensin