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 |
|
Matt Clay
|
cd47cb2a15
|
Remove remnants of obsolete fireball mode.
|
2016-12-09 16:56:34 -07:00 |
|
Michael DeHaan
|
5443ddec75
|
Trim references to fireball as we want folks using accelerate or pipelining options. Fireball is pretty well deprecated at this point, but will still be part of the release.
|
2014-02-28 13:50:39 -05:00 |
|
John Barker
|
1f4b91575b
|
Fix various typos in markdown documentation
|
2014-02-10 23:00:19 +00:00 |
|
Michael DeHaan
|
d07a3b5e9b
|
AnsibleWorks -> Ansible
|
2014-01-28 20:29:42 -05:00 |
|
Michael DeHaan
|
f67c13f8f1
|
Update packaging dates in preparation for release.
|
2013-06-10 15:24:09 -04:00 |
|
Jimmy Tang
|
2dce6089c4
|
Fix reinplace in macports package to work on both 10.7 and 10.8
reinplace on OSX 10.8 seems to behave differently, this change has been tested
on a few 10.8 and 10.7 machines.
|
2013-03-25 17:08:40 +00:00 |
|
Jimmy Tang
|
8a561d6cd7
|
Adopt best practices with distributing portfiles
Reorganised packaging and added some notes for less experienced users
on how to get the development version of ansible installed using macports.
|
2013-02-26 21:13:04 +00:00 |
|
Jimmy Tang
|
7a40ed41f7
|
Documentation Fixes relating to OSX and macports
Insert some notes about installing on OSX via macports
|
2013-02-04 19:57:33 +00:00 |
|
Jimmy Tang
|
ebd2ed72f7
|
Integrate upstream changes from Portfile that exists in macports
See this post - https://groups.google.com/forum/?fromgroups=#!topic/ansible-project/7xdC0MP9MjM
I was not aware that blair had uploaded a portfile to macports already,
this set of changes makes the 'devel' version of the portfile similar
to the upstream. Except the man pages, examples and sample config files.
|
2013-02-03 12:18:14 +00:00 |
|
Jimmy Tang
|
c1812a9df4
|
Add macports packaging - points to git repo and devel branch instead of releases
|
2013-02-01 16:51:20 +00:00 |
|