Skip to content

Commit

Permalink
Added services to Molecule test
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Dec 20, 2024
1 parent fc3615d commit 0eb02ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
ansible.builtin.import_tasks: tasks/banners.yml
- name: PAM
ansible.builtin.import_tasks: tasks/pam.yml
- name: SSH
ansible.builtin.import_tasks: tasks/services-ssh.yml
- name: Services
ansible.builtin.import_tasks: tasks/services.yml
- name: login_defs
ansible.builtin.import_tasks: tasks/login_defs.yml
- name: CA certificates
Expand Down
2 changes: 2 additions & 0 deletions tasks/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
owner: root
group: daemon
mode: '0640'
access_time: preserve
modification_time: preserve
- name: Restrict at 2/2 (remove /etc/at.deny)
ansible.builtin.file:
path: /etc/at.deny
Expand Down

0 comments on commit 0eb02ea

Please sign in to comment.