Browse Source

Don't copy authorized file

Vadim Rutkovsky 6 years ago
parent
commit
d4d102ead9
1 changed files with 0 additions and 8 deletions
  1. 0 8
      test/aws/scaleup.yml

+ 0 - 8
test/aws/scaleup.yml

@@ -63,14 +63,6 @@
       owner: core
       group: wheel
       mode: 0700
-  - name: Copy a list of authorized ssh keys
-    copy:
-      src: /home/ec2-user/.ssh/authorized_keys
-      dest: /home/core/.ssh/authorized_keys
-      remote_src: true
-      owner: core
-      group: wheel
-      mode: 600
   - name: Install nfs-utils for storage tests
     package:
       name: nfs-utils