Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario21ic/terraform-ansible-jenkins
Files to create Jenkins server with Terraform + Ansible
https://github.com/mario21ic/terraform-ansible-jenkins
ansible devops jenkins terraform
Last synced: 5 days ago
JSON representation
Files to create Jenkins server with Terraform + Ansible
- Host: GitHub
- URL: https://github.com/mario21ic/terraform-ansible-jenkins
- Owner: mario21ic
- Created: 2017-02-08T20:31:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T20:49:22.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T22:21:59.747Z (3 months ago)
- Topics: ansible, devops, jenkins, terraform
- Language: Python
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Jenkins 2 with Terraform + Ansible
Create instance with Terraform:
```
$ cd terraform && terraform apply
```Install jenkins with Ansible
```
$ cd ansible && ansible-playbook -i ec2.py playbook.yml -vv
```