fixing readme role
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,6 @@
|
|||||||
# Official Ansible Product Demos
|
# Official Ansible Product Demos
|
||||||
|
|
||||||
this is currently under construction and working on a minimal viable demo for testing purposes
|
This repo currently under construction and working on a minimal viable demo for testing purposes
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
|
|
||||||
@@ -71,3 +71,13 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
|
|||||||
# Contribute
|
# Contribute
|
||||||
|
|
||||||
please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.
|
please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
|
||||||
|
This README.md was auto-generated by Ansible user **sean** on **2020-03-06** with Ansible version **2.9.5**
|
||||||
|
|
||||||
|
To generate a README.md, execute the following command
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-playbook playbooks/generate_readme.yml
|
||||||
|
```
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: setup deploy application demo
|
- name: setup deploy application demo
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
gather_facts: false
|
|
||||||
connection: local
|
connection: local
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Official Ansible Product Demos
|
# Official Ansible Product Demos
|
||||||
|
|
||||||
this is currently under construction and working on a minimal viable demo for testing purposes
|
This repo currently under construction and working on a minimal viable demo for testing purposes
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
|
|
||||||
@@ -41,3 +41,13 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
|
|||||||
# Contribute
|
# Contribute
|
||||||
|
|
||||||
please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.
|
please refer to the [contribute.md](docs/contribute.md) documentation included in this collection.
|
||||||
|
|
||||||
|
# Notes
|
||||||
|
|
||||||
|
This README.md was auto-generated by Ansible user **{{ansible_user_id}}** on **{{ansible_date_time.date}}** with Ansible version **{{ansible_version.full}}**
|
||||||
|
|
||||||
|
To generate a README.md, execute the following command
|
||||||
|
|
||||||
|
```
|
||||||
|
ansible-playbook playbooks/generate_readme.yml
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user