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.

do1.yml 221B

1234567
  1. ---
  2. - hosts: do1.chameth.com
  3. user: root
  4. roles:
  5. - { role: sshd, ssh_root_key_glob: '/etc/ansible/data/keys/chris/root/*', ssh_revoked_root_key_glob: '/etc/ansible/data/keys/chris/revoked/*' }
  6. - common
  7. - java8