Skip to content

Commit 130af66

Browse files
committed
Note upcoming ansible-vault
1 parent c6f4b22 commit 130af66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ This software has the same license as Ansible, GPLv3.
1919
useful for keeping information such as passwords for new user
2020
accounts you want to set up when provisioning a system.
2121

22+
Note: this should probably be replaced by [`ansible-vault`][vault]
23+
once Ansible 1.5 is released.
24+
2225
* [`symlink` module][symlink_mod]: A module that solely creates symbolic
2326
links. Its main selling point, and where it differs from Ansible's
2427
built-in `file` module, is that it lets you create relative links.
@@ -56,3 +59,4 @@ This software has the same license as Ansible, GPLv3.
5659
[augtool]: http://augeas.net/tour.html
5760
[load_gpg_vars_mod]: http://dsedivec.github.io/ansible-plugins/#load_gpg_vars
5861
[symlink_mod]: http://dsedivec.github.io/ansible-plugins/#symlink
62+
[vault]: http://blog.ansibleworks.com/2014/02/19/ansible-vault/

0 commit comments

Comments
 (0)