You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,14 @@ directory an Ansible Toolkit command is run from. To override:
32
32
[inventory]
33
33
path = /home/foo/inventory
34
34
35
-
Usage
35
+
### Optional Arguments ###
36
+
37
+
If you have multiple Ansible inventories or password files, or for whatever reason do not wish to set up a configuration file, the configuration can be optionally passed on the command line:
38
+
39
+
-i, --inventory
40
+
-p, --vault-password-file
41
+
42
+
Tools
36
43
-----
37
44
38
45
### atk-show-vars ###
@@ -98,6 +105,11 @@ to make it work for more environments.
98
105
Changelog
99
106
---------
100
107
108
+
### 1.2.3 ###
109
+
110
+
Add ability to specify vault password file and inventory file on the command
111
+
line.
112
+
101
113
### 1.2.2 ###
102
114
103
115
Fix the way newlines are handled in vault decryption.
0 commit comments