Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix control node for f5 and networking to enable more generic role/scaffolding #743

Closed
IPvSean opened this issue Mar 18, 2020 · 1 comment

Comments

@IPvSean
Copy link
Contributor

IPvSean commented Mar 18, 2020

SUMMARY

need to fix exercise instructions so that networking and f5 can use more generic role/scaffolding

e.g. here is task we will have temporarily

- name: Move relevant exercises to correct location  
  copy:
    src: "/tmp/workshops/exercises/ansible_{{workshop_type}}/"
    dest: "/home/{{ username }}/{{workshop_type}}-workshop"
    remote_src: true
    owner: "{{ username }}"
    group: "{{ username }}"
  when: 
    - workshop_type != f5
    - workshop_type != networking 

need to make sure conditionals are not needed all over the place, its like duct tape

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
  • provisioner
  • exercises
ADDITIONAL INFORMATION

this is a placeholder....

will help with issue #683

@IPvSean
Copy link
Contributor Author

IPvSean commented May 3, 2020

fixed with #813

@IPvSean IPvSean closed this as completed May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant