joelbirchler
2020-03-03 73a52a15ce4aefe711f0dd684cadb5cb2c52602d
WIP github_ssh_key is now git_ssh_key
2 files modified
4 ■■■■ changed files
ansible/configs/ansible-skylight/env_vars.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-skylight/workloads.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-skylight/env_vars.yml
@@ -10,7 +10,7 @@
# - name: workload-name
#   url: ssh://github.com:foo/bar.git
#   path: /classroom/infrastructure/agnosticd-workload
#   ssh_key: /home/provisioner/github-private.key
#   git_ssh_key: /home/provisioner/github-private.key
private_workloads: []
### Common Host settings
ansible/configs/ansible-skylight/workloads.yml
@@ -38,7 +38,7 @@
      vars:
        ACTION:         "provision"
        workload_name:  "{{ item.name }}"
        github_ssh_key: "{{ item.ssh_key }}"
        git_ssh_key:    "{{ item.git_ssh_key }}"
      loop: "{{ private_workloads }}"
- name: Cleanup private workloads