Displaying 1 result from an estimated 1 matches for "yum_repository_module".
2017 Mar 05
1
How to automatically confirm importing repo key?
...t up provisioning LXC container running CentOS. And
among other things, I need to install nginx + passenger from a
non-official repo (the docs:
https://www.phusionpassenger.com/library/install/nginx/install/oss/el7/).
With this playbook:
- hosts: all
tasks:
# https://docs.ansible.com/ansible/yum_repository_module.html
- name: Add repository
yum_repository:
# from https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo
name: passenger
description: Passenger repository
baseurl:
https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/...