Skip to content

Commit 28d49c0

Browse files
committed
update playbook.
1 parent 4cbd77c commit 28d49c0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hosts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[admin]
2-
admin-server
2+
18.141.0.84

playbook.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
- name: Setup jenkins automation server
3-
hosts: all
3+
hosts: admin
44
become: true
55
gather_facts: false
6-
roles:
6+
roles:
77
- jenkins-setup
88

99
- name: Setup docker platform
10-
hosts: all
10+
hosts: admin
1111
become: true
1212
gather_facts: false
13-
roles:
13+
roles:
1414
- docker-setup
1515

1616
- name: Setup kubectl command
17-
hosts: all
17+
hosts: admin
1818
become: true
1919
gather_facts: false
20-
roles:
20+
roles:
2121
- kubectl-setup

0 commit comments

Comments
 (0)