Skip to content

Commit

Permalink
fix(cosmos.servers): UFW block OpenSSH by default
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed Dec 9, 2024
1 parent 1398e04 commit 229dffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible_collections/servers/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: binarybuilders
name: servers

# The version of the collection. Must be compatible with semantic versioning
version: 1.0.0
version: 1.0.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Firewall | Allow OpenSSH
when: configure_hosts_ufw_close_ssh is not defined or not configure_hosts_ufw_close_ssh | bool
when: configure_hosts_ufw_open_ssh is defined or configure_hosts_ufw_open_ssh | bool
community.general.ufw:
rule: limit
name: OpenSSH
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
podman_exporter_args:
podman_exporter_config_path: /root/.local/share/alloy

0 comments on commit 229dffd

Please sign in to comment.