An open API service indexing awesome lists of open source software.

https://github.com/tcarters/ansible_with_docker


https://github.com/tcarters/ansible_with_docker

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ansible_with_docker

```bash
# Create a role
ansible-galaxy init --offline --init-path=roles apach

#Managing Configurations
Copy index.html and httpd.conf from chap6/helper to /roles/apache/files/ directory
cd chap6
cp helper/httpd.conf roles/apache/files/
```