Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
playbooks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
playbooks
Commits
fa2434cb
Commit
fa2434cb
authored
May 28, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fedora
parent
fefdfcee
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
10 additions
and
10 deletions
+10
-10
hypervisor.yml
hypervisor.yml
+2
-2
install_srvpro.yml
install_srvpro.yml
+2
-2
roles/mono/tasks/main.yml
roles/mono/tasks/main.yml
+1
-1
roles/nodejs/tasks/main.yml
roles/nodejs/tasks/main.yml
+2
-2
roles/wireguard/tasks/main.yml
roles/wireguard/tasks/main.yml
+2
-2
template.yml
template.yml
+1
-1
No files found.
hypervisor.yml
View file @
fa2434cb
...
...
@@ -54,10 +54,10 @@
dnf
:
state
:
latest
name
:
epel-release
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
dnf
become
:
true
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
dnf
:
state
:
latest
name
:
sudo,python3,qemu-kvm,qemu-img,libvirt,python3-libvirt,libguestfs-tools,virt-install,python3-lxml
...
...
install_srvpro.yml
View file @
fa2434cb
...
...
@@ -38,13 +38,13 @@
dnf
:
state
:
latest
name
:
epel-release
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
dnf
become
:
true
dnf
:
state
:
latest
name
:
curl,wget,gcc,gcc-c++,make,sqlite-devel,readline-devel,openssl-devel,libevent-devel,redis,p7zip,p7zip-plugins,tar,unzip
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
ygopro
git
:
repo
:
'
https://github.com/{{fork}}/ygopro'
...
...
roles/mono/tasks/main.yml
View file @
fa2434cb
...
...
@@ -32,4 +32,4 @@
dnf
:
state
:
latest
name
:
mono-complete
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
roles/nodejs/tasks/main.yml
View file @
fa2434cb
...
...
@@ -51,13 +51,13 @@
dnf
:
state
:
latest
name
:
epel-release
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
nodejs from dnf
become
:
true
dnf
:
state
:
latest
name
:
nodejs,npm
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
npm
become
:
true
npm
:
...
...
roles/wireguard/tasks/main.yml
View file @
fa2434cb
...
...
@@ -60,10 +60,10 @@
dnf
:
state
:
latest
name
:
epel-release
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
安装软件包 (dnf)
become
:
true
dnf
:
state
:
latest
name
:
wireguard-tools,wireguard-dkms
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
template.yml
View file @
fa2434cb
...
...
@@ -28,7 +28,7 @@
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
==
7"
-
name
:
dnf
include_tasks
:
./roles/init/tasks/dnf.yml
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
=
=
8"
when
:
"
ansible_os_family
==
'RedHat'
and
ansible_distribution_major_version|int
>
=
8"
-
name
:
redhat configures
include_tasks
:
./roles/init/tasks/redhat_configures.yml
when
:
"
ansible_os_family
==
'RedHat'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment