Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 3b88308

Browse files
committed
Add Change log
1 parent 9b24f20 commit 3b88308

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change Log
2+
3+
## [0.1.0] - 2015-02-15
4+
### Added
5+
- Remove options that are not present in host definition.
6+
E.g. if the `user` option is set in the config file and is not
7+
set in ansible then it will be removed on the nextansible run.
8+
(@z38 on GitHub)
9+
- Allow the config file for the root user to be set.
10+
Previous versions assumed that the default user was root and that the
11+
config file was `/etc/ssh/ssh_config`.
12+
13+
It has now been changed so that
14+
if the user is unset then the config file will be `/etc/ssh/ssh_config`
15+
and if `root` is set then the config file in root's home directory will
16+
be used.
17+
(@z38)
18+
- New options:
19+
- `remote_user` - @z38
20+
- `user_known_hosts_file` - @gaqzi
21+
- `strict_host_key_checking` - @gaqzi
22+
23+
## [unversioned initial release] - 2013-11-23

0 commit comments

Comments
 (0)