Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jul 7, 2021
1 parent 319f6b3 commit 655488e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</h1>

<p align="center" style="font-size: 1.2rem;">
This ansible role installs common packages for Debian.
This ansible role install common packages On Ubuntu, CentOS Amazon-Linux.
</p>

<p align="center">
Expand All @@ -28,7 +28,7 @@
<a href="https://aws.amazon.com/amazon-linux-ami/">
<img src="https://img.shields.io/badge/Amazone_linux-2-yellow?style=flat&logo=linux" alt="Distribution">
</a>
<a href="https://github.com/clouddrove/ansible-role-common/actions/workflows/lint.yml/badge.svg">
<a href="https://github.com/clouddrove/ansible-role-common/actions/workflows/lint.yml">
<img src="https://github.com/clouddrove/ansible-role-common/actions/workflows/lint.yml/badge.svg" alt="Actions">
</a>

Expand Down Expand Up @@ -61,7 +61,7 @@ Smaller roles are created for each environment elements; which also include task

This module has a few dependencies:

- [Ansible2.8](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
- [Ansible2.9](https://www.ansible.com)
- [Python](https://www.python.org/downloads)


Expand Down Expand Up @@ -100,7 +100,7 @@ Following things includes in this role:

```yaml
- hosts: localhost
remote_user: ubuntu
remote_user: root
become: true
roles:
- ansible-role-common
Expand All @@ -110,15 +110,20 @@ Following things includes in this role:
## Variables

```yaml
zsh_theme: steeef
state: present
zsh_theme: steeef
state: present
aws: true

user: false
username: ec2-user

```


## Installation

```console
$ ansible-galaxy install clouddrove.ansible_role_docker_php
$ ansible-galaxy install clouddrove.ansible-role-common
```


Expand Down

0 comments on commit 655488e

Please sign in to comment.