Skip to content

onenonlinear/nginx_php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx + php-fpm

Status of last event for Terraform workflow:

Status of last event for Ansible Lint workflow:

Terraform

  1. clone repo
  2. cd terraform and run command:
    • terraform fmt --check
    • terraform init
    • terraform validate
    • terraform plan
    • terraform apply -auto-approve
  3. check
    • curl http://localhost:8080/
    • curl http://localhost:8080/healthz

Ansible

Testing in ubuntu 20.04

  1. Requirements: installed ansible, ansible-lint
  2. cd ansible and run command:
    • ansible-lint playbooks/site.yml

    • ansible-playbook -i inventory/containers.ini playbooks/site.yml

  3. check
    • curl http://localhost/
    • curl http://localhost/healthz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published