Add Ansible task to deploy our website
This commit is contained in:
11
ansible/roles/common/tasks/main.yml
Normal file
11
ansible/roles/common/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
# tasks file for common
|
||||
- name: Install base packages
|
||||
dnf:
|
||||
name:
|
||||
- vim
|
||||
- htop
|
||||
- net-tools
|
||||
- curl
|
||||
- git
|
||||
state: present
|
||||
Reference in New Issue
Block a user