Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kypo-ansible-stage-one
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNI-KYPO-CRP
backend-python
ansible-networking-stage
kypo-ansible-stage-one
Commits
962c764a
Commit
962c764a
authored
4 years ago
by
Kamil Andoniadis
Browse files
Options
Downloads
Patches
Plain Diff
force user removal from kypo proxy
parent
1385593a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provisioning/playbook.yml
+2
-0
2 additions, 0 deletions
provisioning/playbook.yml
with
2 additions
and
0 deletions
provisioning/playbook.yml
+
2
−
0
View file @
962c764a
...
@@ -182,6 +182,7 @@
...
@@ -182,6 +182,7 @@
name
:
'
{{
user_access_user_name
}}'
name
:
'
{{
user_access_user_name
}}'
state
:
absent
state
:
absent
remove
:
yes
remove
:
yes
force
:
yes
when
:
not user_access_present
when
:
not user_access_present
-
name
:
remove pool mgmt user from KYPO Proxy
-
name
:
remove pool mgmt user from KYPO Proxy
...
@@ -189,6 +190,7 @@
...
@@ -189,6 +190,7 @@
name
:
'
{{
user_access_mgmt_name
}}'
name
:
'
{{
user_access_mgmt_name
}}'
state
:
absent
state
:
absent
remove
:
yes
remove
:
yes
force
:
yes
when
:
not user_access_present and not other_users_from_pool_exists
when
:
not user_access_present and not other_users_from_pool_exists
-
name
:
check the connection with virtual machines through winrm protocol
-
name
:
check the connection with virtual machines through winrm protocol
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment