ansible/examples
Robin Schneider 3700bcb6dd Use HTTPS instead of legacy HTTP for ansible.com (#16870)
Mechanical edit done by this "one-liner":

```Shell
git ls-files -z "$(git rev-parse --show-toplevel)" | xargs --null -I '{}' find '{}' -type f -print0 | xargs --null sed --in-place --regexp-extended 's#http://(www\.|galaxy\.|)ansible\.com#https://\1ansible.com#g;'
```

Related to: https://github.com/ansible/ansible/issues/16869
2017-02-15 16:09:33 -08:00
..
playbooks
scripts fix ambiguous cert selection in WinRM enable script (#21263) 2017-02-13 10:16:23 +01:00
ansible.cfg Use HTTPS instead of legacy HTTP for ansible.com (#16870) 2017-02-15 16:09:33 -08:00
DOCUMENTATION.yml How to document your module (#21021) 2017-02-10 12:15:55 +00:00
hosts
hosts.yaml Fix some typos (#16498) 2016-06-29 14:31:25 -04:00
hosts.yml linked cause people forget yaml and yml exist 2016-09-08 14:18:10 -04:00