https://github.com/tcarters/ansible_with_docker
https://github.com/tcarters/ansible_with_docker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tcarters/ansible_with_docker
- Owner: Tcarters
- License: gpl-3.0
- Created: 2024-02-11T04:18:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T15:10:59.000Z (over 2 years ago)
- Last Synced: 2025-01-23T02:44:44.508Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```