Skip to content

Commit

Permalink
added first version
Browse files Browse the repository at this point in the history
  • Loading branch information
directdevops committed Dec 20, 2020
1 parent 72f4e02 commit a2e7cbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dec20/IntroToPlaybooks/install-lamp/hosts
@@ -0,0 +1 @@
172.31.45.255
10 changes: 10 additions & 0 deletions Dec20/IntroToPlaybooks/install-lamp/lamp-playbook.yaml
@@ -0,0 +1,10 @@
---
- name: install lamp stack
hosts: all
become: yes
tasks:
- name: install apache2 and update ubuntu packages
apt:
name: apache2
update_cache: yes
state: present

0 comments on commit a2e7cbb

Please sign in to comment.