Tok
2019-05-16 57e5f8a55297bf01dcfbaa4eb14e4feb876b8ff7
Added ftl-injection dynamically to ans-tower-labs, not for prod
1 files added
2 files modified
19 ■■■■■ changed files
.gitignore 2 ●●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/pre_software.yml 11 ●●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/requirements.yml 6 ●●●●● patch | view | raw | blame | history
.gitignore
@@ -20,3 +20,5 @@
*.rc
.tox
ansible/configs/*/roles
.pre-commit-config.yaml
ansible/configs/ans-tower-lab/pre_software.yml
@@ -38,6 +38,17 @@
    - step004
    - bastion_tasks
- name: Inject and configure FTL on bastion as grader host
  hosts: bastions
  become: true
  tasks:
    - name: Setup FTL
      include_role:
        name: ftl-injector
  tags:
    - step004
    - ftl-injector
- name: Place Tower License from env_secret_vars on bastion
  hosts: bastions
  become: yes
ansible/configs/ans-tower-lab/requirements.yml
New file
@@ -0,0 +1,6 @@
---
# External role to setup grader host virtualenv and FTL grading infra
- src: https://github.com/redhat-gpte-devopsautomation/ftl-injector
  name: ftl-injector
  version: v0.7