force_start.yml 235 B

12345678910
  1. ---
  2. - name: force bootstrap load
  3. command: /etc/init.d/ec2_bootstrap
  4. - name: force reload of supervisor
  5. command: /usr/local/bin/supervisorctl update
  6. - name: force service starts
  7. command: /usr/local/bin/supervisorctl start all