Jim Rigsbee
2020-02-13 ec81615b821b47611e427e66eab90446507b8b5b
refs
author Jim Rigsbee <jrigsbee@redhat.com>
Thursday, February 13, 2020 22:38 +0100
committer joelbirchler <jbirchler@redhat.com>
Wednesday, March 4, 2020 18:57 +0100
commitec81615b821b47611e427e66eab90446507b8b5b
tree 9bfd8138cb82a76e1e78fd35a0bc73afa32a619a tree | zip | gz
parent 316301e579032afb65c01168e1cfc3691a835a5c view | diff
Add ansible-skylight style classroom

Supports an Ansible for Windows classroom based off the skylight architecture.
Resolves issue #1024.

* Changed AMIs for Windows 2016 and 2019 servers
* Add private workload which clone from private git repository
73 files added
3 files modified
4209 ■■■■■ changed files
ansible/configs/ansible-skylight/README.adoc 72 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/destroy_env.yml 18 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/env_vars.yml 408 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/files/cloud_providers/ec2_cloud_template.j2 325 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/files/hosts_template.j2 44 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/files/repos_template.j2 35 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/files/status.j2 5 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/files/tower_hosts_template.j2 39 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/lifecycle.yml 96 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/post_infra.yml 10 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/post_software.yml 75 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/pre_infra.yml 46 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/pre_software.yml 74 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/requirements.yml 10 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/software.yml 155 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/templates/report.j2 1 ●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/templates/win_ec2_userdata.j2 15 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/workloads.yml 50 ●●●●● diff | view | raw | blame | history
ansible/configs/ansible-skylight/workloads_cleanup.yml 12 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/.ansible-lint 2 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/.gitignore 3 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/.travis.yml 32 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/LICENSE 20 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/README.md 149 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/defaults/main.yml 60 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/handlers/main.yml 5 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/meta/main.yml 28 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/molecule/default/molecule.yml 29 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/molecule/default/playbook-version.yml 31 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/molecule/default/playbook.yml 21 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/molecule/default/yaml-lint.yml 6 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/tasks/main.yml 77 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/templates/gitlab.rb.j2 74 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/vars/Debian.yml 3 ●●●●● diff | view | raw | blame | history
ansible/roles/geerlingguy.gitlab/vars/RedHat.yml 3 ●●●●● diff | view | raw | blame | history
ansible/roles/infra-ec2-template-generate/defaults/main.yml 105 ●●●● diff | view | raw | blame | history
ansible/roles/set-repositories/tasks/epel-repo.yml 6 ●●●●● diff | view | raw | blame | history
ansible/roles/set-repositories/tasks/main.yml 4 ●●●● diff | view | raw | blame | history
ansible/roles/set-repositories/tasks/rhn-repos.yml 6 ●●●● diff | view | raw | blame | history
ansible/roles/set-repositories/templates/epel_template.j2 8 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/defaults/main.yml 19 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/files/classroom_inventory.json 9 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/files/default_inventory.json 9 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/handlers/main.yml 8 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/tasks/main.yml 181 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/tasks/setup.yml 464 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/ansible-hosts.j2 7 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/ansible.cfg.j2 7 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/host_inventory.j2 44 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/inventory 23 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/krb5.conf.j2 25 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/ldap_conf.json.j2 39 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/sssd.conf.j2 45 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/tower_config_adhoc.json.j2 3 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/tower_group.json.j2 6 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/tower_host.json.j2 8 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-ansible-tower/templates/win1_host.json.j2 8 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-gitlab-env/defaults/main.yml 11 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-gitlab-env/tasks/api.yml 83 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-gitlab-env/tasks/main.yml 76 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-gitlab-env/templates/set_root_pw.sh.j2 11 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-linux-common/tasks/main.yml 37 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/defaults/main.yml 13 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/library/win_ad_dnsrecord.ps1 99 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/library/win_ad_dnsrecord.py 66 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/library/win_ad_reverse_dnszone.ps1 78 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/library/win_dns_searchsuffix.ps1 48 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-ad/tasks/main.yml 138 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-common/defaults/main.yml 9 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-common/library/win_dns_searchsuffix.ps1 48 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-common/tasks/main.yml 69 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-workstation/files/settings.json 5 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-workstation/tasks/adv_lab.yml 13 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-workstation/tasks/git_lab.yml 13 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-workstation/tasks/main.yml 247 ●●●●● diff | view | raw | blame | history
ansible/roles/skylight-windows-workstation/tasks/myrtille.yml 78 ●●●●● diff | view | raw | blame | history