setup loopabull_ociimage user for stg

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-05-17 16:02:53 +00:00
parent 2c76cf8c3c
commit c165ab5a39
2 changed files with 10 additions and 0 deletions

View file

@ -45,6 +45,15 @@
git:
repo: "https://pagure.io/releng-automation.git"
dest: "/usr/local/loopabull-playbooks"
- name: ensure ~/.ssh dir exists
file:
path: "/home/root/.ssh/"
state: directory
- name: place loopabull_ociimage user private keys
copy:
src: "{{ private }}/files/loopabull/keys/{{ env }}_ociimage"
dest: "/home/root/.ssh/id_rsa.loopabull_ociimage"
mode: 0600
roles:
- {

View file

@ -68,6 +68,7 @@
when: env == "staging"
}
tasks:
# this is how you include other task lists
- include: "{{ tasks_path }}/2fa_client.yml"