Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hello-nginx-with-agents
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PIACERE
public
demos
hello-nginx-with-agents
Commits
ce792adb
Commit
ce792adb
authored
Mar 21, 2022
by
Benguria Elguezabal, Gorka
Browse files
Options
Downloads
Patches
Plain Diff
adds pma
parent
b47f2aa1
Branches
Branches containing commit
No related tags found
1 merge request
!1
Feature/pma
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible.cfg
+7
-0
7 additions, 0 deletions
ansible.cfg
ansible/playbooks/pma
+1
-1
1 addition, 1 deletion
ansible/playbooks/pma
hosts.yaml
+3
-0
3 additions, 0 deletions
hosts.yaml
with
11 additions
and
1 deletion
ansible.cfg
0 → 100644
+
7
−
0
View file @
ce792adb
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html
[defaults]
host_key_checking
=
False
inventory
=
{{CWD}}/hosts.yaml ; This points to the file that lists your hosts
remote_user
=
root
deprecation_warnings
=
False ; to remove the python version depretation warning
display_skipped_hosts
=
no
This diff is collapsed.
Click to expand it.
pma
@
85410d60
Subproject commit
63468a009e8843cfcf82933b8773e0fb6cdbc5fe
Subproject commit
85410d60aab7963be7dabc5e2e0abea23d3db9c0
This diff is collapsed.
Click to expand it.
hosts.yaml
0 → 100644
+
3
−
0
View file @
ce792adb
all
:
hosts
:
10.0.60.5
:
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