Skip to content

Commit 5353048

Browse files
committed
1 parent 1678406 commit 5353048

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

deployments-balancer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The infrastructure is fairly simple, with the following structure:
1818

1919
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
2020
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
21-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
21+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
2222
4. Run `ansible-galaxy install -r requirements.yml` in this directory to get the required Ansible roles.
2323
5. Run `vagrant up` to build the VMs and configure the infrastructure.
2424

deployments-rolling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project builds a [Node.js](https://nodejs.org/)-based API app inside a VM.
66

77
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
88
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
9-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
9+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1010
4. Run `ansible-galaxy install -r requirements.yml` in this directory to get the required Ansible roles.
1111
5. Run `vagrant up` to build the VM and deploy the version of the app specified in `playbooks/vars.yml`.
1212

deployments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project builds a [Ruby on Rails](http://rubyonrails.org/)-based app inside
66

77
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
88
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
9-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
9+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1010
4. Run `ansible-galaxy install -r requirements.yml` in this directory to get the required Ansible roles.
1111
5. Run `vagrant up` to build the VM and deploy the version of the app specified in `playbooks/vars.yml`.
1212

drupal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It takes 5-10 minutes to build or rebuild the VM from scratch on a decent broadb
1818

1919
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
2020
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
21-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
21+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
2222

2323
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows support may be added when I get a little more time; the main difference is Ansible needs to be bootstrapped from within the VM after it's created. See [JJG-Ansible-Windows](https://github.com/geerlingguy/JJG-Ansible-Windows) for more information.*
2424

elk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Logs are transmitted securely using a self-signed certificate (see the `elk-exam
1010

1111
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
1212
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
13-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
13+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1414
4. Run `ansible-galaxy install -r requirements.yml` in this directory to get the required Ansible roles.
1515
5. Run `vagrant up` to build the VMs.
1616

first-ansible-playbook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project spins up a VM and demonstrates a very simple Ansible playbook.
88

99
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
1010
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
11-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
11+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1212

1313
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows hosts are unsupported at this time.*
1414

https-letsencrypt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This demonstrates generating valid TLS certificates using Let's Encrypt and Cert
66

77
### 1 - Install dependencies
88

9-
1. Install [Ansible](http://docs.ansible.com/intro_installation.html).
9+
1. Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1010
2. Install role dependencies: `ansible-galaxy install -r requirements.yml`
1111

1212
### 2 - Create a publicly-accessible VM/VPS

https-nginx-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project spins up a VM and demonstrates Nginx proxying HTTPS traffic to an H
88

99
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
1010
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
11-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
11+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1212

1313
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows hosts are unsupported at this time.*
1414

https-self-signed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project spins up a VM and demonstrates generating self-signed certificates
88

99
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
1010
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
11-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
11+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1212

1313
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows hosts are unsupported at this time.*
1414

jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project spins up a VM running Jenkins CI, and then you can create a job to
88

99
1. Download and install [VirtualBox](https://www.virtualbox.org/wiki/Downloads).
1010
2. Download and install [Vagrant](http://www.vagrantup.com/downloads.html).
11-
3. [Mac/Linux only] Install [Ansible](http://docs.ansible.com/intro_installation.html).
11+
3. [Mac/Linux only] Install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).
1212

1313
Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windows hosts are unsupported at this time.*
1414

0 commit comments

Comments
 (0)