Initialize playbook variables - scottgoetz/ansible GitHub Wiki

  • Modify variables in the "vars" section of each playbook

  • Data that needs to be modified is contained between angle brackets (e.g. <variable_name>)

  • If you are running playbooks in series (i.e. phishing server + mail server + web redirector), you will not know all of the variables up front as some of the required information is dependent on a prior playbook executing.

    • For example, ghostPhish.yml requires the SSL certs generated by webRedirector.yml