mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 08:40:18 +01:00
Delete
This commit is contained in:
parent
4b0353c2d0
commit
a4746557a4
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
FROM ubuntu:12.04
|
|
||||||
|
|
||||||
# Add `apt-add-repository`.
|
|
||||||
RUN apt-get install python-software-properties
|
|
||||||
|
|
||||||
# Install Ansible
|
|
||||||
RUN apt-get install -y software-properties-common git
|
|
||||||
RUN apt-add-repository -y ppa:ansible/ansible
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y ansible
|
|
||||||
|
|
||||||
# Install Ansible inventory file
|
|
||||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
|
Loading…
Reference in a new issue