Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 631 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 631 Bytes

Ansible environment role

Set all proxy environments.
The proxy settings are defined in the group_vars

TODO

  • FIXME: This role does not adhere to Coding Style !
  • update this documentation

Requirements

Nothing special.

Example Playbook

---
# Example playbook

# Set all dynamic groups
- import_playbook: playbooks/pre.yml

# Set the proxy settings
- hosts: ansiblemanaged_True
  roles:
    - environment

License

MIT

Author Information

Changelog

  • 2018-08-07 - Ton Kersten - Initial checkin