Skip to content

Updating Static Content

Martin Cech edited this page Apr 24, 2019 · 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:

Make sure you meet the Ansible requirements.

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