Old ansible configuration for servers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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/*