Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Configuring conjur identity on remote hosts
hosts: testapp
roles:
- role: "cyberark.conjur.conjur-host-identity"
conjur_account: cucumber
conjur_appliance_url: "https://conjur-proxy-nginx"
conjur_host_factory_token: "{{lookup('env', 'HFTOKEN')}}"
conjur_host_name: "conjur_{{ ansible_hostname }}"
conjur_ssl_certificate: "{{lookup('file', '../../conjur.pem')}}"
conjur_validate_certs: yes

View File

@@ -0,0 +1,6 @@
---
- name: Compile inventory template locally
hosts: localhost
tasks:
- name: compile inventory template
template: src=inventory-v2.j2 dest=/cyberark/dev/inventory.tmp

View File

@@ -0,0 +1,6 @@
---
- name: Compile inventory template locally
hosts: localhost
tasks:
- name: compile inventory template
template: src=inventory.j2 dest=/cyberark/dev/inventory.tmp

View File

@@ -0,0 +1,6 @@
[testapp]
{{ lookup('env','COMPOSE_PROJECT_NAME') }}-test_app_ubuntu-[1:2] ansible_connection=docker
{{ lookup('env','COMPOSE_PROJECT_NAME') }}-test_app_centos-[1:2] ansible_connection=docker
[ansible]
{{ lookup('env','COMPOSE_PROJECT_NAME') }}-ansible-1 ansible_connection=docker

View File

@@ -0,0 +1,6 @@
[testapp]
{{ lookup('env','COMPOSE_PROJECT_NAME') }}_test_app_ubuntu_[1:2] ansible_connection=docker
{{ lookup('env','COMPOSE_PROJECT_NAME') }}_test_app_centos_[1:2] ansible_connection=docker
[ansible]
{{ lookup('env','COMPOSE_PROJECT_NAME') }}_ansible_1 ansible_connection=docker