Skip to content

Commit a76b0f3

Browse files
author
Michal Muransky
authored
Merge pull request #14 from lablabs/feat/new_features
remove sensitive data from ansible log
2 parents 6b9727b + 661eab5 commit a76b0f3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: lablabs
33
name: wireguard
4-
version: "0.3.0"
4+
version: "0.3.1"
55
readme: README.md
66
authors:
77
- Labyrinth Labs <info@lablabs.io>

roles/wireguard/meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ galaxy_info:
1111
versions:
1212
- bionic
1313
- focal
14+
- jammy
1415
- name: Debian
1516
versions:
1617
- stretch

roles/wireguard/tasks/server.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
content: "{{ item.key }}"
6161
dest: "{{ item.dest }}"
6262
mode: 0600
63+
no_log: true
6364
loop:
6465
- key: "{{ _pubkey_value.content | b64decode }}"
6566
dest: "{{ wireguard_publickey_path }}"

0 commit comments

Comments
 (0)