Added all files
This commit is contained in:
6
examples/002_become/loadbalancer.yml
Normal file
6
examples/002_become/loadbalancer.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- hosts: loadbalancer
|
||||
become: true
|
||||
tasks:
|
||||
- name: install nginx
|
||||
apt: name=nginx state=present update_cache=yes
|
||||
Reference in New Issue
Block a user