Skip to content

Commit 37cf4ff

Browse files
committed
upgraded to bento/centos-8.1 properly
1 parent ce57891 commit 37cf4ff

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.vagrant
22
amp-persistence
33
.bundle
4+
.idea
5+
*.iml

servers.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_config:
44
run_os_update: true
55
servers:
66
- name: amp
7-
box: bento/centos-7.3
7+
box: bento/centos-8.1
88
ram: 2048
99
cpus: 4
1010
ip: 10.10.10.100
@@ -16,7 +16,7 @@ servers:
1616
cmd:
1717
- /vagrant/files/install_amp.sh
1818
- name: byon1
19-
box: bento/centos-7.3
19+
box: bento/centos-8.1
2020
ram: 512
2121
cpus: 2
2222
ip: 10.10.10.101
@@ -25,7 +25,7 @@ servers:
2525
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
2626
- sudo systemctl restart sshd
2727
- name: byon2
28-
box: bento/centos-7.3
28+
box: bento/centos-8.1
2929
ram: 512
3030
cpus: 2
3131
ip: 10.10.10.102
@@ -34,7 +34,7 @@ servers:
3434
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
3535
- sudo systemctl restart sshd
3636
- name: byon3
37-
box: bento/centos-7.3
37+
box: bento/centos-8.1
3838
ram: 512
3939
cpus: 2
4040
ip: 10.10.10.103
@@ -43,7 +43,7 @@ servers:
4343
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
4444
- sudo systemctl restart sshd
4545
- name: byon4
46-
box: bento/centos-7.3
46+
box: bento/centos-8.1
4747
ram: 512
4848
cpus: 2
4949
ip: 10.10.10.104
@@ -52,7 +52,7 @@ servers:
5252
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
5353
- sudo systemctl restart sshd
5454
- name: byon5
55-
box: bento/centos-7.3
55+
box: bento/centos-8.1
5656
ram: 512
5757
cpus: 2
5858
ip: 10.10.10.105

0 commit comments

Comments
 (0)