Skip to content

Commit f5b48f5

Browse files
author
Sohan Yadav
authored
Merge pull request #14 from clouddrove/meta
Meta
2 parents 8c34602 + 40c25e9 commit f5b48f5

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Cloud Drove
3+
Copyright (c) 2021 Cloud Drove
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Ansible Role Docker PHP
88
</h1>
99

10-
<p align="center" style="font-size: 1.2rem;">
10+
<p align="center" style="font-size: 1.2rem;">
1111
This ansible role is used to install PHP with docker on linux.
1212
</p>
1313

@@ -51,15 +51,15 @@
5151

5252

5353

54-
We eat, drink, sleep and most importantly love **DevOps**. DevOps always promotes automation and standardisation. While setting up various environments like local, dev, testing, production, etc. it is critical to maintain the same environment across. This can easily be achieved using automating the environment setup & installation with the help of ansible-playbooks.
54+
We eat, drink, sleep and most importantly love **DevOps**. DevOps always promotes automation and standardisation. While setting up various environments like local, dev, testing, production, etc. it is critical to maintain the same environment across. This can easily be achieved using automating the environment setup & installation with the help of ansible-playbooks.
5555

5656
Smaller roles are created for each environment elements; which also include tasks & tests. These roles can then be grouped together in [ansible-playbook](https://docs.ansible.com/ansible/latest/user_guide/playbooks_intro.html) to achieve the desired yet consistent results.
5757

5858

5959

6060
## Prerequisites
6161

62-
This module has a few dependencies:
62+
This module has a few dependencies:
6363

6464
- [Ansible2.9](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
6565
- [Python](https://www.python.org/downloads)
@@ -118,7 +118,7 @@ Following things includes in this role:
118118

119119

120120

121-
## Feedback
121+
## Feedback
122122
If you come accross a bug or have any feedback, please log it in our [issue tracker](https://github.com/clouddrove/ansible-role-docker-php/issues), or feel free to drop us an email at [hello@clouddrove.com](mailto:hello@clouddrove.com).
123123

124124
If you have found it worth your time, go ahead and give us a ★ on [our GitHub](https://github.com/clouddrove/ansible-role-docker-php)!

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ what_includes:
5353

5454
# description of this project
5555
description: |-
56-
This ansible role is used to install PHP with docker on linux.
56+
This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With Docker.
5757
5858
# How to use this project
5959
usage: |-

meta/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies: []
33

44
galaxy_info:
55
author: Anmol Nagpal
6-
description: This ansible role install common packages On Ubuntu, CentOS Amazon-Linux.
6+
description: This Ansible role install PHP On Ubuntu, CentOS Amazon-Linux With Docker
77
company: "CloudDrove Inc."
88
license: "license (BSD, MIT)"
9-
min_ansible_version: 2.4
9+
min_ansible_version: 2.8
1010
platforms:
1111
- name: Debian
1212
versions:
@@ -20,6 +20,7 @@ galaxy_info:
2020
- name: CentOS
2121
versions:
2222
- 7
23+
- 8
2324
- name: Amazonlinux
2425
versions:
2526
- 2
@@ -32,4 +33,4 @@ galaxy_info:
3233
- ubuntu
3334
- cenos
3435
- linux
35-
- amazonlinux
36+
- amazon

0 commit comments

Comments
 (0)