Skip to content

Updating Static Content

Nate Coraor edited this page Jul 24, 2017 · 2 revisions

Static content (e.g. the welcome page and associated assets) are shared between Test and Main, and can be found in the playbook at:

In the cases of both Test and Main, be sure to install Ansible > 2.1 (pip install --upgrade ansible).

Distribution to Test

$ ansible-playbook -i env/test/inventory.static env/test/static.yml

Distribution to Main

$ ansible-playbook -i env/main/inventory.static env/main/static.yml