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

Typo in hardening.yml #303

Closed
coderph0x opened this issue Jul 8, 2020 · 1 comment
Closed

Typo in hardening.yml #303

coderph0x opened this issue Jul 8, 2020 · 1 comment
Assignees

Comments

@coderph0x
Copy link

coderph0x commented Jul 8, 2020

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
@coderph0x
Copy link
Author

No biggie, it just came up. :-)

@schurzi schurzi self-assigned this Jul 8, 2020
@rndmh3ro rndmh3ro closed this as completed Jul 9, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants