ansible-vars 1.0.9__py3-none-any.whl → 1.0.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ansible_vars/cli.py +3 -3
- {ansible_vars-1.0.9.dist-info → ansible_vars-1.0.10.dist-info}/METADATA +2 -2
- ansible_vars-1.0.10.dist-info/RECORD +12 -0
- ansible_vars-1.0.9.dist-info/RECORD +0 -12
- {ansible_vars-1.0.9.dist-info → ansible_vars-1.0.10.dist-info}/WHEEL +0 -0
- {ansible_vars-1.0.9.dist-info → ansible_vars-1.0.10.dist-info}/entry_points.txt +0 -0
- {ansible_vars-1.0.9.dist-info → ansible_vars-1.0.10.dist-info}/licenses/LICENSE +0 -0
ansible_vars/cli.py
CHANGED
@@ -776,12 +776,12 @@ if config.command == 'info':
|
|
776
776
|
if encrypted_leaves:
|
777
777
|
print('\n'.join([ f"- { format_key_path(key) }" for key in encrypted_leaves ]))
|
778
778
|
else:
|
779
|
-
print('
|
779
|
+
print('None', Color.MEH)
|
780
780
|
print('\nPlain leaf values:', Color.GOOD)
|
781
|
-
if
|
781
|
+
if plain_leaves:
|
782
782
|
print('\n'.join([ f"- { format_key_path(key) }" for key in plain_leaves ]))
|
783
783
|
else:
|
784
|
-
print('
|
784
|
+
print('None', Color.MEH)
|
785
785
|
|
786
786
|
# Encrypt & Decrypt & Is-Encrypted commands
|
787
787
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ansible-vars
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.10
|
4
4
|
Summary: Manage vaults and variable files for Ansible
|
5
5
|
Project-URL: Homepage, https://github.com/xorwow/ansible-vars
|
6
6
|
Project-URL: Issues, https://github.com/xorwow/ansible-vars/issues
|
@@ -178,7 +178,7 @@ Shows the amounts of encrypted and decrypted variables in a vault file. Supports
|
|
178
178
|
|
179
179
|
En-/Decrypts or checks the encryption status of a file or string value. Note that only full file encryption is considered in file mode, a hybrid vault with individually encrypted variables will be counted as plain.
|
180
180
|
|
181
|
-
|
181
|
+
#### rekey
|
182
182
|
|
183
183
|
Re-encrypts a vault file with a different encryption key and/or salt. The key specified in the global `--encryption-key|-K <identifier>` flag is used for encryption, along with an optional fixed salt set via the global `--fixed-salt|-S <salt>` flag.
|
184
184
|
|
@@ -0,0 +1,12 @@
|
|
1
|
+
ansible_vars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
ansible_vars/cli.py,sha256=h57SwR1_DBcYc9AIqh-QPBy5QzyCdftC96aUCkL6lSI,65209
|
3
|
+
ansible_vars/constants.py,sha256=Nd3sIuSoOvyfUfHfnsnJBDGMW7eNzbMm1NAvEQio9hE,1624
|
4
|
+
ansible_vars/errors.py,sha256=6dzyksPKWira9O2-Ir3MIOwr4XjN9MSBiRp5e6siY6Q,1256
|
5
|
+
ansible_vars/util.py,sha256=UwGPBT19pee7lBpWuBzLPAvcrHUBAn6i1MrJvzM9OQ4,21265
|
6
|
+
ansible_vars/vault.py,sha256=cMvFdtc3bw6yf-aChUEP34k2yafWS2UuubFO84De_rA,46383
|
7
|
+
ansible_vars/vault_crypt.py,sha256=nh2k686nTI3yERIp-qzx5iDE1kZKg10YG019QeZDnLM,10019
|
8
|
+
ansible_vars-1.0.10.dist-info/METADATA,sha256=E2dpvolHZp2WhfSpE1nAf3UpdvvZ5Xmt3vr4TcG-ik8,18231
|
9
|
+
ansible_vars-1.0.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
ansible_vars-1.0.10.dist-info/entry_points.txt,sha256=RrhkEH0MbfRzflguVrfYfthsFC5V2fkFnizUG3uHMtQ,55
|
11
|
+
ansible_vars-1.0.10.dist-info/licenses/LICENSE,sha256=ocyJHLG5wD12qB4uam2pqWTHIJmzloiyNyTex6Q2DKo,1062
|
12
|
+
ansible_vars-1.0.10.dist-info/RECORD,,
|
@@ -1,12 +0,0 @@
|
|
1
|
-
ansible_vars/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
ansible_vars/cli.py,sha256=00fZYY2z-N5KaeBlNICGCy9i8FQy-m6ita5c3etN_sY,65213
|
3
|
-
ansible_vars/constants.py,sha256=Nd3sIuSoOvyfUfHfnsnJBDGMW7eNzbMm1NAvEQio9hE,1624
|
4
|
-
ansible_vars/errors.py,sha256=6dzyksPKWira9O2-Ir3MIOwr4XjN9MSBiRp5e6siY6Q,1256
|
5
|
-
ansible_vars/util.py,sha256=UwGPBT19pee7lBpWuBzLPAvcrHUBAn6i1MrJvzM9OQ4,21265
|
6
|
-
ansible_vars/vault.py,sha256=cMvFdtc3bw6yf-aChUEP34k2yafWS2UuubFO84De_rA,46383
|
7
|
-
ansible_vars/vault_crypt.py,sha256=nh2k686nTI3yERIp-qzx5iDE1kZKg10YG019QeZDnLM,10019
|
8
|
-
ansible_vars-1.0.9.dist-info/METADATA,sha256=KmVgXHswpqOPFA5AegqKBLqcv0FFCfIgzdkr6NESp4c,18229
|
9
|
-
ansible_vars-1.0.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
-
ansible_vars-1.0.9.dist-info/entry_points.txt,sha256=RrhkEH0MbfRzflguVrfYfthsFC5V2fkFnizUG3uHMtQ,55
|
11
|
-
ansible_vars-1.0.9.dist-info/licenses/LICENSE,sha256=ocyJHLG5wD12qB4uam2pqWTHIJmzloiyNyTex6Q2DKo,1062
|
12
|
-
ansible_vars-1.0.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|