forked from CCCHH/ansible-infra
Add role for deploying SSH config and also add mailserver-endpoint host
This commit is contained in:
parent
ebfa591484
commit
0c62a8f3e0
6 changed files with 256 additions and 0 deletions
5
playbooks/deploy_mailserver_endpoint.yaml
Normal file
5
playbooks/deploy_mailserver_endpoint.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Deploy stuff on mailserver-endpoint.ccchh.net
|
||||
hosts: mailserver-endpoint
|
||||
roles:
|
||||
- deploy_ssh_server_config
|
||||
Loading…
Add table
Add a link
Reference in a new issue