move deployment to new server
dreamfall/mcmillian.us/pipeline/head This commit looks good Details

This commit is contained in:
Morgan McMillian 2023-03-05 10:29:11 -08:00
parent 139d39bb76
commit 73b8d8b47e
4 changed files with 5 additions and 8 deletions

4
Jenkinsfile vendored
View File

@ -5,8 +5,8 @@ pipeline {
steps {
ansiblePlaybook(
playbook: 'main.yaml',
inventory: 'inventory.yaml',
credentialsId: 'onedrop-vetinari'
inventory: 'hosts.ini',
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.us