Compare commits
6 Commits
dbe3c66a13
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
a2649ce429 | ||
2a49cdca39 | |||
e027a5ef54 | |||
8691e6a6a6 | |||
a87b75f2f0 | |||
8245542ac0 |
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Change log
|
||||
|
||||
Current version: 0.1.1
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v0.1.1 (2022-07-24)
|
||||
### Fix
|
||||
* **galaxy:** Quote YAML values ([`cbe8d70`](https://quico.space/quico-ansible/role_include_vault-check/commit/cbe8d7094b1fd62d88a8b55b2331278b9cc97ac5))
|
||||
* **galaxy:** Add sensible content to 'meta/main.yml' ([`e223330`](https://quico.space/quico-ansible/role_include_vault-check/commit/e2233308c73b6e35a59a77197b9b61ea802ea59e))
|
||||
* **galaxy:** Add empty 'meta/main.yml', see if that's good enough to import via ansible-galaxy ([`9801af2`](https://quico.space/quico-ansible/role_include_vault-check/commit/9801af2c789a24f2bbdd5263a4f82116985bfbfa))
|
||||
|
||||
### Documentation
|
||||
* **meta:** Prepare changelog file ([`2a49cdc`](https://quico.space/quico-ansible/role_include_vault-check/commit/2a49cdca39a1b7dd56585bdefacbdfecee915f1d))
|
||||
* **role:** Use example FQDN ([`e027a5e`](https://quico.space/quico-ansible/role_include_vault-check/commit/e027a5ef54e2737c40a958821545271478a9f774))
|
||||
* **role:** Add example Ansible task output ([`8691e6a`](https://quico.space/quico-ansible/role_include_vault-check/commit/8691e6a6a63db3b4332b6b26f911d244561f4747))
|
||||
* **role:** Bring tasks YAML file name in line with role name ([`a87b75f`](https://quico.space/quico-ansible/role_include_vault-check/commit/a87b75f2f0fc08636656bf26bce54d4852088ba8))
|
||||
* **role:** Bring tasks YAML file name in line with role name ([`8245542`](https://quico.space/quico-ansible/role_include_vault-check/commit/8245542ac032688ef75bde52c976df896bd4c4b3))
|
||||
* **role:** Consistently single-quote variables ([`dbe3c66`](https://quico.space/quico-ansible/role_include_vault-check/commit/dbe3c66a133381cb1c52dc3f1ace836d9c1f814e))
|
||||
* **role:** Prefix vars with role name ([`26cee49`](https://quico.space/quico-ansible/role_include_vault-check/commit/26cee49e98f01bf6bae790562b3308631438e04e))
|
19
README.md
19
README.md
@@ -92,3 +92,22 @@ The next step can be this `role_include_vault-check` to hard-fail in case a key
|
||||
```
|
||||
|
||||
## Output
|
||||
|
||||
Ansible's task output will be for example:
|
||||
|
||||
```
|
||||
TASK [...] ****************************************************************************************
|
||||
ok: ...
|
||||
|
||||
TASK [role_include_vault-check : If a secret is missing: Fail progress] ***************************
|
||||
ok: [fully.qualified.domain.name] => (item=password) => {
|
||||
"msg": "Vault has secret 'password' at 'name/domain/qualified/fully/os/root'"
|
||||
}
|
||||
ok: [fully.qualified.domain.name] => (item=password_salt) => {
|
||||
"msg": "Vault has secret 'password_salt' at 'name/domain/qualified/fully/os/root'"
|
||||
}
|
||||
|
||||
TASK [...] ****************************************************************************************
|
||||
ok: ...
|
||||
|
||||
```
|
||||
|
@@ -1 +1 @@
|
||||
- import_tasks: '40-check-vault-var.yml'
|
||||
- import_tasks: '40-check-vault.yml'
|
||||
|
Reference in New Issue
Block a user