Читать книгу Cloud Native Security - Chris Binnie - Страница 34
Lists
ОглавлениеIt is also possible to use lists so that collections of items can be grouped together more easily to make them more repeatable. The following is one example:
- list: common_binaries items: [netcat, iftop, ngrep]
Here, we can avoid explicitly writing all the binaries for Linux shells and instead just refer to a list of shell_binaries
.