瀏覽代碼

Don't copy authorized file

Vadim Rutkovsky 6 年之前
父節點
當前提交
d4d102ead9
共有 1 個文件被更改,包括 0 次插入8 次删除
  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