infra-ci-book / bootstrap-host

Ansible Playbook for bootstrapping host
Apache License 2.0
2 stars 1 forks source link

Parameters in inventory file must be written according ini format #3

Closed saito-hideki closed 6 years ago

saito-hideki commented 6 years ago

Looking at the inventory file(hosts/vagrant/inventory), It seems that the different format of the data are mixed as follows:

vagrant_version: "2.0.1"
vagrant_checksum_sha256: "df28c4ba7420dc6983955cf3af66dddddd892ad852154e9b9dbcd1acbebc083c"

Those parameters should be modified by ini format instead YAML format.