Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nocows = True
force_color = True
inventory = hosts
vault_password_file = password_file
inject_facts_as_vars = true

[colors]
debug=normal
2 changes: 1 addition & 1 deletion host_vars/druif/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages_host:
- "pycharm-community-edition"
- "veracrypt"
- "vlc"
- "vlc-plugin-ffmpeg"
- "vlc-plugins-all"
- "wireshark-qt"
- "zathura"
- "zathura-pdf-mupdf"
4 changes: 2 additions & 2 deletions roles/network/templates/druif/wireguard-home.nmconnection.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ allowed-ips=0.0.0.0/0;
{% endfor %}

[ipv4]
address1=10.18.34.3/24
dns=10.0.0.1;
address1=10.8.0.3/24
dns={{ network.nameserver4 }};
dns-search={{ network.domain }};
method=manual

Expand Down
Loading