This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add Playbook for TigerOS Build Box (to-be)
devel
Christian Martin
7 years ago
committed by
GitHub
parent
974df8f909
commit
9584a4e07e
1 changed files
with
25 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+25
-0
build-scripts/playbook.yml
+ 25
- 0
build-scripts/playbook.yml
View File
@ -0,0 +1,25 @@
---
-
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
Write
Preview
Loading…
Cancel
Save