kayobe/ansible/roles/ip-allocation
Mark Goddard 7eedd8f416 Fix YAML code execution issue
There is an issue with the default YAML loader, which allows arbitrary
code execution, as documented here:
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation.

This can be avoided by using yaml.safe_load. We don't require Python
object serialisation, so safe_load is sufficient.

Change-Id: I09190766066ab56d04b1317a4022782160d60528
Story: 2005253
Task: 30050
2019-03-18 09:45:48 +00:00
..
defaults Add support for allocation pools to IP allocation role 2017-02-16 10:44:29 +00:00
library Fix YAML code execution issue 2019-03-18 09:45:48 +00:00
tasks Reconcile all 'Ansible control host' references 2018-07-11 17:19:18 +01:00
vars Update RedHat.yml 2017-10-04 18:00:12 +02:00