Fedora Remix maintained by the Rochester Institute of Technology (RIT) Linux Users Group, targeted at users new to Linux and RIT students, faculty, and staff
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
531 B

---
- hosts: 127.0.0.1
tasks:
- name: Install packages
dnf: name="{{ item }}" state=present
become: true
with_items:
- nginx
- jenkins
- mock
- git
- openssh-server
- pungi
- rpm-sign
- certbot
- fedora-packager
- fedpkg
- fail2ban
- fail2ban-server
- iptables
- dnf-automatic
- mosh
- vim
# need to get anaconda install class for TigerOS possibly
#- letsencrypt