sujiar37 / AWX-HA-InstanceGroup

Build AWX clustering on Docker Standalone Installation
MIT License
107 stars 39 forks source link

added fw_rules var so we can call from upstream playbook #11

Closed loceee closed 5 years ago

sujiar37 commented 5 years ago

@loceee any specific reason to close this pull request ? Looking forward your contribution as well.

loceee commented 5 years ago

I accidentally requested against your repo, was intended for my fork. However, it works well. Allows me to call your roles from an upstream playbook, where skip-tags don't suit.

eg.

  roles:
    - role: rabbitmq_cluster
      vars:
        fw_rules: false
sujiar37 commented 5 years ago

@loceee Nice work. Thank you so much for your contribution 👍