Tony Kay
2020-03-02 8c2cbe14d79deffc7e22f14c2a2b2301ab24a45a
Fix ansible windows 2020 03 02 (#1218)

* Turned off ftl for Ansible for Windows

* Fixed incorrect env_type ansible-windows in sample_vars
3 files modified
20 ■■■■■ changed files
ansible/configs/ansible-windows/env_vars.yml 7 ●●●●● patch | view | raw | blame | history
ansible/configs/ansible-windows/pre_software.yml 11 ●●●●● patch | view | raw | blame | history
ansible/configs/ansible-windows/sample_vars.yml 2 ●●● patch | view | raw | blame | history
ansible/configs/ansible-windows/env_vars.yml
@@ -14,6 +14,8 @@
###### VARIABLES YOU SHOULD CONFIGURE FOR YOUR DEPLOYEMNT
###### OR PASS as "-e" args to ansible-playbook command
### Common Host settings
repo_method: file # Other Options are: file, satellite and rhn
@@ -50,6 +52,11 @@
# Is this running from Red Hat Ansible Tower
tower_run: false
### FTL settings
install_ftl: false
### AWS EC2 Environment settings
### Route 53 Zone ID (AWS)
ansible/configs/ansible-windows/pre_software.yml
@@ -40,17 +40,6 @@
    - 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/ansible-windows/sample_vars.yml
@@ -5,7 +5,7 @@
#
# Ideally keep your copy OUTSIDE your repo, especially if using Cloud Credentials
env_type: ansible-integrations          # Name of config to deploy
env_type: ansible-windows
output_dir: /tmp/workdir                # Writable working scratch directory
email: name@example.com                 # User info for notifications