--- # ============================================================================ # day1_deploy_semaphore.yml # ---------------------------------------------------------------------------- # Deploys SemaphoreUI + PostgreSQL on the imagineering host (figment). # Run AFTER day0_linux_baseline.yml has been applied to the target. # # Usage: # ansible-playbook -i inventory.yml playbooks/day1_deploy_semaphore.yml # ============================================================================ - name: Deploy SemaphoreUI on imagineering hosts: semaphore_server become: true gather_facts: true roles: - semaphore