change Playbook Name
This commit is contained in:
parent
2c7813e19f
commit
1b1042fe03
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Install and start Apache web server
|
||||
- name: Configure pve1
|
||||
hosts: pve1
|
||||
roles:
|
||||
- server_install_ssh
|
||||
- server_install_fail2ban
|
||||
- server_install_fail2ban
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Install and start Apache web server
|
||||
- name: Configure pve2
|
||||
hosts: pve2
|
||||
roles:
|
||||
- server_install_ssh
|
||||
- server_install_fail2ban
|
||||
- server_install_fail2ban
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Install and start Apache web server
|
||||
- name: Configure pve3
|
||||
hosts: pve3
|
||||
roles:
|
||||
- server_install_ssh
|
||||
- server_install_fail2ban
|
||||
- server_install_fail2ban
|
||||
|
|
Loading…
Add table
Reference in a new issue