move deployment to new server
All checks were successful
dreamfall/mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2023-03-05 10:27:18 -08:00
parent 5dfae2fd6b
commit 0b3c990732
4 changed files with 4 additions and 7 deletions

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
ansiblePlaybook(
playbook: 'main.yaml',
inventory: 'inventory.yaml',
credentialsId: 'onedrop-vetinari'
credentialsId: 'igor'
)
}
}

2
hosts.ini Normal file
View file

@ -0,0 +1,2 @@
[web]
vimes.dreamfall.space

View file

@ -1,5 +0,0 @@
---
nodes:
hosts:
vetinari:
ansible_host: vetinari.dreamfall.space

View file

@ -1,6 +1,6 @@
---
- name: Deploy mcmillian.dev static site
hosts: vetinari
hosts: web
vars:
html_location: /var/www/html/mcmillian.dev