Skip to content

Commit 1d63135

Browse files
committed
starting scaffolding for intro ans ch5
1 parent f9186f3 commit 1d63135

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# defines all server configuration types
2+
- name: apply base security configuration
3+
hosts: all
4+
user: root
5+
roles:
6+
- security
7+
8+
- name: apply a standard web server configuration
9+
hosts: web
10+
user: deployer
11+
roles:
12+
- web

0 commit comments

Comments
 (0)