Compare commits

..

No commits in common. "testing" and "prod" have entirely different histories.

6 changed files with 9 additions and 13 deletions

View file

@ -1,12 +1,12 @@
role-loadbalancer role-loadbalancer
========= =========
A loadbalancer A brief description of the role goes here.
Requirements Requirements
------------ ------------
certbot No requirements
Role Variables Role Variables
-------------- --------------
@ -23,8 +23,8 @@ Example Playbook Template
Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries: Playbook creation should be handled by playbook-builder. To include role in a playbook, add one of these lines (changing version/branch as needed) to the template with other core entries:
role:loadbalancer:v1.0:workload,loadbalancer role:mount:v1.0:core,mount
role:loadbalancer:testing:workload,loadbalancer role:mount:testing:core,mount
License License
------- -------

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# defaults file for role-loadbalancer # defaults file for ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# handlers file for role-loadbalancer # handlers file for ${REPO_NAME}

View file

@ -1,7 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# tasks file for role-loadbalancer # tasks file for ${REPO_NAME}
- name: install nginx
ansible.builtin.package:
name: nginx
state: present

View file

@ -3,4 +3,4 @@
- hosts: localhost - hosts: localhost
remote_user: root remote_user: root
roles: roles:
- role-loadbalancer - ${REPO_NAME}

View file

@ -1,3 +1,3 @@
#SPDX-License-Identifier: MIT-0 #SPDX-License-Identifier: MIT-0
--- ---
# vars file for role-loadbalancer # vars file for ${REPO_NAME}