We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbd77c commit 28d49c0Copy full SHA for 28d49c0
hosts
@@ -1,2 +1,2 @@
1
[admin]
2
-admin-server
+18.141.0.84
playbook.yml
@@ -1,21 +1,21 @@
---
- name: Setup jenkins automation server
3
- hosts: all
+ hosts: admin
4
become: true
5
gather_facts: false
6
- roles:
+ roles:
7
- jenkins-setup
8
9
- name: Setup docker platform
10
11
12
13
14
- docker-setup
15
16
- name: Setup kubectl command
17
18
19
20
21
- kubectl-setup
0 commit comments