Skip to content

Commit 59055df

Browse files
committedSep 1, 2020
Ver-2.3.1
Create README.md
1 parent fb6bf4f commit 59055df

File tree

3 files changed

+6
-72
lines changed

3 files changed

+6
-72
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# Что это?
1+
# mongodb_cluster
22

3-
Ой, да тут всё просто: ansible, terraform. Поднять кластер из трёх серверов mongo, ограничить доступ через ufw (можно прописать ещё свой ip для упрощения). Результат работы выставить к репозиторию как PR, желательно прокомментировать процесс.
3+
1. Деплоймент 3х серверов в AWS c использованием terraform
4+
2. Установка MongoDb кластера с помощью Ansible

‎roles/mongodb/README.md

+1-35
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,4 @@
11
Role Name
22
=========
33

4-
A brief description of the role goes here.
5-
6-
Requirements
7-
------------
8-
9-
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
10-
11-
Role Variables
12-
--------------
13-
14-
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
15-
16-
Dependencies
17-
------------
18-
19-
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
20-
21-
Example Playbook
22-
----------------
23-
24-
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
25-
26-
- hosts: servers
27-
roles:
28-
- { role: username.rolename, x: 42 }
29-
30-
License
31-
-------
32-
33-
BSD
34-
35-
Author Information
36-
------------------
37-
38-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
4+
Установка MongoDB

‎roles/replicaset/README.md

+2-35
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,5 @@
11
Role Name
22
=========
33

4-
A brief description of the role goes here.
5-
6-
Requirements
7-
------------
8-
9-
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
10-
11-
Role Variables
12-
--------------
13-
14-
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well.
15-
16-
Dependencies
17-
------------
18-
19-
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
20-
21-
Example Playbook
22-
----------------
23-
24-
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
25-
26-
- hosts: servers
27-
roles:
28-
- { role: username.rolename, x: 42 }
29-
30-
License
31-
-------
32-
33-
BSD
34-
35-
Author Information
36-
------------------
37-
38-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
4+
- Иницилизация MongoDb (replicaset)
5+
- Создание пользователей

0 commit comments

Comments
 (0)
Please sign in to comment.