mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-21 20:51:27 +00:00
fixing spelling errors
This commit is contained in:
parent
239ae1a025
commit
c0c8ea1ec6
@ -3,9 +3,13 @@
|
||||
- name: Install and Provision Gitlab
|
||||
hosts: gitlabservers
|
||||
become: true
|
||||
vars_file:
|
||||
vars_files:
|
||||
- vars/gitlab.yml
|
||||
|
||||
# This is to try to avoid the handler issue in pre/post tasks
|
||||
handlers:
|
||||
- import_tasks: handlers/main.yml
|
||||
|
||||
pre_tasks:
|
||||
- name: Check if ansible cannot be run here
|
||||
stat:
|
||||
|
@ -29,6 +29,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
remote_src: true
|
||||
when: gitlab_create_self_signed_cert
|
||||
|
||||
- name: Copy self-signed certificate key
|
||||
@ -38,12 +39,13 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: '0644'
|
||||
remote_src: true
|
||||
when: gitlab_create_self_signed_cert
|
||||
|
||||
- name: Symlink the IPA CA
|
||||
file:
|
||||
src: "/etc/ipa/ca.crt"
|
||||
dest: "/etc/gitlab/trusted_certs/ca.crt"
|
||||
dest: "/etc/gitlab/trusted-certs/ipa-ca.crt"
|
||||
owner: root
|
||||
group: root
|
||||
state: link
|
||||
|
@ -1,5 +1,5 @@
|
||||
# MANAGED BY ANSIBLE
|
||||
# Hostname: {{ inventory_host }}
|
||||
# Hostname: {{ ansible_fqdn }}
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
error_log /var/log/nginx/error.log;
|
||||
|
@ -8,6 +8,7 @@ roles:
|
||||
- name: rockylinux.ipsilon
|
||||
src: https://github.com/rocky-linux/ansible-role-ipsilon
|
||||
version: main
|
||||
- name: geerlingguy.gitlab
|
||||
|
||||
collections:
|
||||
# freeipa
|
||||
|
Loading…
Reference in New Issue
Block a user