setup loopabull_ociimage user for stg
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
2c76cf8c3c
commit
c165ab5a39
2 changed files with 10 additions and 0 deletions
|
@ -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:
|
||||
- {
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
when: env == "staging"
|
||||
}
|
||||
|
||||
|
||||
tasks:
|
||||
# this is how you include other task lists
|
||||
- include: "{{ tasks_path }}/2fa_client.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue