Compare commits

..

No commits in common. "d47e519aa4849b42fb0d814a1c0c6bb18cb04a24" and "a2ca80c9643cd2d5c81ecc2eba98241488164283" have entirely different histories.

View file

@ -56,12 +56,6 @@
comment: 'Allow HTTP'
when: common_firewall_http and common_firewall_enable
- name: Install sudo
ansible.builtin.apt:
pkg: sudo
update_cache: true
state: present
- name: Configure SSH to disallow passwords
ansible.builtin.lineinfile:
path: /etc/ssh/sshd_config