Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Typo in hardening.yml #303

@coderph0x

Description

@coderph0x

Describe the bug
There's a typo in hardening.yml

Expected behavior
Output would be TASK [dev-sec.ssh-hardening : include tasks to create crypto-vars]

Actual behavior
Output is TASK [dev-sec-ssh.hardening : include tasks to create crypo-vars]

Playbook

- hosts: debianmachines
  remote_user: debian
  become: yes
  become_method: su
  tasks:
          - name: Add users authorized key
            authorized_key:
                    user: debian
                    state: present
                    key: "{{ lookup('file', lookup('env','HOME') + '/.ssh/id_ed25519.pub') }}"
  roles:
          - dev-sec.ssh-hardening
  vars:
          ssh_max_sessions: 2
          sshd_service_name: sshd

OS / Environment
Ubuntu 20.04 w/ GNOME desktop

Ansible Version

ansible 2.9.6
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/home/<user>/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3/dist-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.8.2 (default, Apr 27 2020, 15:53:34) [GCC 9.3.0]

Role Version

9.2.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions