Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
notthebee committed Jan 9, 2022
1 parent a7ab203 commit a5e5b54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
9 changes: 0 additions & 9 deletions roles/network/bunkerized-nginx/handlers/main.yml

This file was deleted.

4 changes: 1 addition & 3 deletions roles/system/tasks/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- users
state: present
append: true
update_password: on_create

- name: Ensure group "{{ username }}" exists
become: yes
Expand Down Expand Up @@ -80,7 +79,6 @@
register: chown_status
changed_when: chown_status.stdout != ""


- name: Create additional users (no login)
become: yes
user:
Expand All @@ -93,4 +91,4 @@
shell: /sbin/nologin
with_items: "{{ additional_users }}"
when: additional_users is defined
no_log: true
no_log: true
8 changes: 6 additions & 2 deletions run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,14 @@
- ntp


#
# Security
#
- role: security/fail2ban
tags:
- fail2ban

# TODO: Write my own role
- role: ../ansible-role-crowdsec
tags:
- crowdsec
Expand Down Expand Up @@ -121,10 +124,10 @@
- containers
- ikev2


#
# Filesystems
#

- role: filesystems/mergerfs
become: yes
tags:
Expand Down Expand Up @@ -154,6 +157,7 @@
tags:
- snapraid
when: enable_nas_stuff | default(False)

#
# Homer
#
Expand Down Expand Up @@ -296,4 +300,4 @@
become: yes
tags:
- samba
when: enable_nas_stuff | default(False)
when: enable_nas_stuff | default(False)

0 comments on commit a5e5b54

Please sign in to comment.