Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
ansible
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cfe87ea6
authored
Nov 02, 2025
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nfs-client
parent
11cf5f5e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
2 deletions
+25
-2
playbooks/nfs-client.yml
+5
-0
roles/monitor-client/defaults/main.yml
+2
-2
roles/monitor-client/tasks/main.yml
+18
-0
No files found.
playbooks/nfs-client.yml
0 → 100644
View file @
cfe87ea6
-
hosts
:
all
become
:
true
roles
:
-
nfs-client
roles/monitor-client/defaults/main.yml
View file @
cfe87ea6
# Default variables for the monitor_client role
# Default variables for the monitor_client role
monitor_client_repo_name
:
"
https://git.ik.bme.hu/
circle3/monitor_
client.git"
monitor_client_repo_name
:
"
https://git.ik.bme.hu/
CIRCLE3/monitor-
client.git"
monitor_client_repo_revision
:
"
python3.6
"
monitor_client_repo_revision
:
"
master
"
monitor_client_app_user
:
"
cloud"
monitor_client_app_user
:
"
cloud"
monitor_client_base_dir
:
"
/home/{{
monitor_client_app_user
}}/monitor-client"
monitor_client_base_dir
:
"
/home/{{
monitor_client_app_user
}}/monitor-client"
monitor_client_repo_dir
:
"
/home/{{
monitor_client_app_user
}}/monitor-client"
monitor_client_repo_dir
:
"
/home/{{
monitor_client_app_user
}}/monitor-client"
...
...
roles/monitor-client/tasks/main.yml
View file @
cfe87ea6
...
@@ -55,3 +55,21 @@
...
@@ -55,3 +55,21 @@
become
:
yes
become
:
yes
become_user
:
"
{{
monitor_client_app_user
}}"
become_user
:
"
{{
monitor_client_app_user
}}"
tags
:
[
'
deps'
]
tags
:
[
'
deps'
]
-
name
:
copy service
ansible.builtin.copy
:
src
:
"
{{
monitor_client_repo_dir
}}/miscellaneous/monitor-client.service"
dest
:
/etc/systemd/system/monitor-client.service
owner
:
root
group
:
root
mode
:
"
0644"
become
:
yes
notify
:
systemd daemon-reload
-
name
:
restart monitor-client
ansible.builtin.systemd
:
name
:
monitor-client
enabled
:
true
state
:
started
become
:
yes
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