Skip to content

Commit

Permalink
Merge pull request dareyio#4 from ahmedb24/feat1
Browse files Browse the repository at this point in the history
feat: Initialize project
  • Loading branch information
ahmedb24 authored Dec 29, 2022
2 parents 4f78cc5 + 7c76b03 commit 42bb4a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playbooks/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: update web, nfs and db servers
hosts: webservers, nfs, db
- name: update web and nfs
hosts: webservers, nfs
remote_user: ec2-user
become: yes
become_user: root
Expand All @@ -10,8 +10,8 @@
name: wireshark
state: latest

- name: update LB server
hosts: lb
- name: update LB server and DB server
hosts: lb, db
remote_user: ubuntu
become: yes
become_user: root
Expand All @@ -24,4 +24,3 @@
apt:
name: wireshark
state: latest

0 comments on commit 42bb4a2

Please sign in to comment.