add skull1
This commit is contained in:
parent
36210c1d74
commit
c879f5ae93
1 changed files with 19 additions and 0 deletions
19
ansible/playbooks/skull-it/skullit1.yml
Normal file
19
ansible/playbooks/skull-it/skullit1.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
- name: Configure skullit1
|
||||
hosts: skullit1
|
||||
roles:
|
||||
- role: server_bootstrap
|
||||
tags:
|
||||
- cronjobs
|
||||
- system
|
||||
|
||||
- role: server_install_cronjobs
|
||||
tags:
|
||||
- cronjobs
|
||||
- system
|
||||
|
||||
- role: deploy_container_traefik_with_letsencrypt
|
||||
tags:
|
||||
- docker
|
||||
- container
|
||||
- traefik
|
Loading…
Add table
Reference in a new issue