Наукові матеріали кафедри комп’ютеризованих систем управління
Permanent URI for this community
Browse
Browsing Наукові матеріали кафедри комп’ютеризованих систем управління by Subject "004.43(043.2)"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
- ItemAnsible architecture and language tools(National Aviation University, 2022-10) Hlazok, O.M.; Kondra, M.V.; Глазок, О.М.; Кондра, М.В.; Глазок, Олексій МихайловичAnsible is a system for configuration management automation. Its target items are computer systems and network equipment. Ansible automates the management of remote systems and controls their desired state. Its configuration scripts are human readable while being machine parsable. A basic Ansible environment has three main components: the control node (a system on which Ansible software is installed); a managed node (a remote system or host, that Ansible controls; inventory (a list of managed nodes that are logically organized). Language base includes Python scripts, Linux shell scripting and the YAML – a human-readable data serialization language. YAML, like many other data serialization languages (such as JSON), is based on several simple concepts such as declarations, lists, associative arrays.