Old ansible configuration for servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.yml 238B

12345678
  1. ---
  2. - hosts: all
  3. roles:
  4. - common
  5. - role: sshd
  6. # Note: these are resolved relative to the role's files dir.
  7. ssh_root_key_glob: ../../../data/keys/active/*
  8. ssh_revoked_root_key_glob: ../../../data/keys/revoked/*