Initial
This commit is contained in:
14
install.yml
Normal file
14
install.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Install nginx
|
||||
ansible.builtin.dnf:
|
||||
name: nginx
|
||||
|
||||
- name: Start nginx
|
||||
ansible.builtin.systemd:
|
||||
name: nginx
|
||||
state: started
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user