]> git.phdru.name Git - ansible.git/commit
Feat(apache): Install and configure Apache; add a virtual host
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2019 19:44:21 +0000 (22:44 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2019 19:44:21 +0000 (22:44 +0300)
commit64f279e592bc291ea76ff9e2246f1fc1760c6e83
tree6d045a99ed23decfd9ab7fd15524330a8ea3521d
parent98b5772b5f281a610dad37a8c4d45c63fa6ebcb8
Feat(apache): Install and configure Apache; add a virtual host
playbooks/debian-add-apache-vhost [new file with mode: 0755]
playbooks/debian/roles/add_apache_vhost/README.txt [new file with mode: 0644]
playbooks/debian/roles/add_apache_vhost/handlers/main.yml [new file with mode: 0644]
playbooks/debian/roles/add_apache_vhost/tasks/main.yml [new file with mode: 0644]
playbooks/debian/roles/add_apache_vhost/templates/vhost.conf [new file with mode: 0644]
playbooks/debian/roles/apache/README.txt [new file with mode: 0644]
playbooks/debian/roles/apache/handlers/main.yml [new file with mode: 0644]
playbooks/debian/roles/apache/tasks/main.yml [new file with mode: 0644]
playbooks/debian/roles/apache/templates/001-phd.conf [new file with mode: 0644]