Old ansible configuration for servers
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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