June 2018
Beginner
578 pages
13h 39m
English
As you may have seen while browsing Ansible Galaxy, each of the roles uploaded has information on who wrote it, when it is for, a license, which version of Ansible is supported, and so on. This information is all taken from the meta/main.yml file. The one we published looks like the following:
---galaxy_info: author: "Russ McKendrick" description: "Role to install the Docker CE Edge release on either an Enterprise Linux or Ubuntu host" license: "license (BSD)" min_ansible_version: 2.4 platforms: - name: EL versions: - 6 - 7 - name: Ubuntu versions: - bionic - artful - xenial galaxy_tags: - dockerdependencies: []
As you can see, we are providing information in a YAML file that Ansible Galaxy will read when we publish the role. Most ...
Read now
Unlock full access