unit_type
string
repo_path
string
commit_id
string
stars
int32
unit_prefix
string
shard
int32
license_types
list
files
list
quality
dict
flags
dict
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/cassandra
7,462
[ "permissive" ]
[ { "path": "roles/cassandra/tasks/main.yml", "content": "---\n- name: Add datastax key\n apt_key: url={{ cassandra_repo_key_url }}\n tags:\n - install-cassandra\n\n- name: Add datastax ppa\n apt_repository: repo={{ cassandra_deb_repo }} update_cache=yes\n tags:\n - install-cassandra\n\n- name: Inst...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1024, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/common.sudoer
7,462
[ "permissive" ]
[ { "path": "roles/common.sudoer/defaults/main.yml", "content": "---\nsudoer_user: nil\nsudoer_group: nil\n\nsudoer_ssh_key_access_generate: false\nsudoer_ssh_key_master_node: nil\nsudoer_ssh_key_slave_nodes: nil\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "s...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2416, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/consul.agent
7,462
[ "permissive" ]
[ { "path": "roles/consul.agent/meta/main.yml", "content": "---\ndependencies:\n - { role: consul }", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 37 }, { "path": "roles/consul.agent/defaults/main.yml", "content": "---\nconsul_agent_start...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 738, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/consul.install
7,462
[ "permissive" ]
[ { "path": "roles/consul.install/tasks/main.yml", "content": "---\n- name: download consul archive file\n get_url:\n url: \"{{ consul_archive_url }}\"\n dest: /tmp/consul.zip\n\n- name: install zip package\n apt: name=zip\n become: true\n\n- name: unarchive consul to /usr/local/bin\n unarchive:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 633, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/consul.resolver
7,462
[ "permissive" ]
[ { "path": "roles/consul.resolver/tasks/main.yml", "content": "---\n- name: update head file of resolv.conf\n lineinfile:\n dest: /etc/resolvconf/resolv.conf.d/head\n line: \"nameserver {{ consul_nameserver }}\"\n become: true\n\n- name: update resolvconf service\n shell: resolvconf -u\n become: tr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 237, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/consul.server
7,462
[ "permissive" ]
[ { "path": "roles/consul.server/meta/main.yml", "content": "---\ndependencies:\n - { role: 'consul' }", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 39 }, { "path": "roles/consul.server/templates/config.json.j2", "content": "{{ consul_co...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 602, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/java
7,462
[ "permissive" ]
[ { "path": "roles/java/tasks/main.yml", "content": "---\n- name: add java repository\n apt_repository: repo=\"{{ java_repository_ppa }}\"\n register: javarepoadded\n become: true\n\n- name: update apt repository\n apt: update_cache=yes\n when: javarepoadded.changed\n become: true\n\n- name: accept orac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 591, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/jupyter
7,462
[ "permissive" ]
[ { "path": "roles/jupyter/templates/pyspark_kernel.json.j2", "content": "{\n \"display_name\": \"PySpark\",\n \"language\": \"python\",\n \"argv\": [\n \"/usr/bin/python\",\n \"-m\",\n \"ipykernel\",\n \"-f\",\n \"{connection_file}\"\n ],\n \"env\": {\n \"SPARK_HOME\": \"/opt/spark/\",\n \"PYTHONPATH\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 2513, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos
7,462
[ "permissive" ]
[ { "path": "roles/mesos/tasks/agent.yaml", "content": "---\n- name: stop zookeeper service on agent\n service: name=zookeeper state=stopped\n\n- name: disable zookeeper service on agent\n shell: echo \"manual\" > {{ mesos_zk_override_path }}\n\n# should be moved to zookeeper.yaml\n- name: configure mesos-a...
{ "task_files": 19, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 28, "total_bytes": 16150, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.agent
7,462
[ "permissive" ]
[ { "path": "roles/mesos.agent/tasks/configure.yml", "content": "---\n- name: mesos agent settings\n copy: content=\"{{ item.value }}\" dest=\"{{ mesos_agent_config_path }}/{{ item.key }}\"\n with_dict: \"{{ mesos_agent_default_configurations | combine(mesos_agent_configurations) }}\"\n \n- name: clean mes...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1536, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.docker
7,462
[ "permissive" ]
[ { "path": "roles/mesos.docker/defaults/main.yml", "content": "---\nmesos_docker_apt_key_server: hkp://p80.pool.sks-keyservers.net:80\nmesos_docker_apt_id: 58118E89F3A912897C070ADBF76221572C52609D\nmesos_docker_deb_repo: deb https://apt.dockerproject.org/repo ubuntu-trusty main\nmesos_docker_required_apt_pac...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 926, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.install
7,462
[ "permissive" ]
[ { "path": "roles/mesos.install/tasks/install.yml", "content": "---\n- name: add mesosphere keyserver\n apt_key:\n keyserver: hkp://keyserver.ubuntu.com:80\n id: E56151BF\n\n- name: check linux distribution and release\n set_fact: distribution=\"{{ ansible_distribution | lower }}\" codename=\"{{ ansi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 552, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.marathon
7,462
[ "permissive" ]
[ { "path": "roles/mesos.marathon/meta/main.yml", "content": "---\ndependencies:\n - role: mesos.common\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 41 }, { "path": "roles/mesos.marathon/vars/main.yml", "content": "---\nmesos_maratho...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1135, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.master
7,462
[ "permissive" ]
[ { "path": "roles/mesos.master/meta/main.yml", "content": "---\ndependencies:\n - role: mesos.install\n - role: zookeeper\n - role: mesos.zookeeper\n \n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 93 }, { "path": "roles/mesos.master...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 1537, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/mesos.zookeeper
7,462
[ "permissive" ]
[ { "path": "roles/mesos.zookeeper/templates/mesos_zk_conf.j2", "content": "{%- if not mesos_zk.lstrip().startswith('zk://') -%}\nzk://\n{%- endif -%}\n{{ mesos_zk }}\n{%- if not mesos_zk.rstrip().endswith('/mesos') -%}\n/mesos\n{%- endif -%}", "license_type": "permissive", "detected_licenses": [ ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 377, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/riemann
7,462
[ "permissive" ]
[ { "path": "roles/riemann/tasks/main.yaml", "content": "---\n- include: install.yaml\n when: riemann_install\n\n- include: start.yaml\n when: riemann_start\n\n- include: stop.yaml\n when: riemann_stop\n\n- include: uninstall.yaml\n when: riemann_uninstall\n\n- include: dash_start.yaml\n when: riemann_da...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 3284, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/spark
7,462
[ "permissive" ]
[ { "path": "roles/spark/tasks/configuration.yaml", "content": "---\n- name: assign SPARK_MASTER_HOST with address\n lineinfile:\n dest: \"{{ spark_home_dir }}/conf/spark-env.sh\"\n regexp: \"^export SPARK_MASTER_HOST=\"\n insertafter: \"#export SPARK_MASTER_HOST=\"\n line: \"export SPARK_MASTER_...
{ "task_files": 12, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 8777, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/spark.alluxio
7,462
[ "permissive" ]
[ { "path": "roles/spark.alluxio/defaults/main.yml", "content": "---\nspark_alluxio_archive_url: http://downloads.alluxio.org/downloads/files/1.2.0/alluxio-core-client-spark-1.2.0-jar-with-dependencies.jar\nspark_alluxio_archive_dest: \"{{ archive_storage_path | default('.') }}/{{ spark_alluxio_archive_url | ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 745, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/spark.install
7,462
[ "permissive" ]
[ { "path": "roles/spark.install/tasks/install.yml", "content": "---\n- name: download spark archive\n local_action: get_url\n args:\n url: \"{{ spark_archive_url }}\"\n dest: \"{{ spark_archive_path }}\"\n run_once: true\n\n- name: check spark archive root path\n local_action: shell tar ztf {{ spa...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1532, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/spark.library
7,462
[ "permissive" ]
[ { "path": "roles/spark.library/defaults/main.yml", "content": "---\nspark_library_archive_name: spark-library.tar.gz\nspark_library_archive_path: \"{{ archive_storage_path | default('.') }}/{{ spark_library_archive_name }}\"\nspark_library_root_dir: \"/home/{{ spark_user }}\"\nspark_library_dir: \"{{ spark_...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1656, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/zeppelin
7,462
[ "permissive" ]
[ { "path": "roles/zeppelin/tasks/manual.yaml", "content": "---\n- name: start zeppelin daemon\n command: sudo -u \"{{ zeppelin_user }}\" ./bin/zeppelin-daemon.sh start\n args:\n chdir: \"{{ zeppelin_home_dir }}\"\n when: zeppelin_start\n register: zeppelinstart\n tags:\n - zeppelin-start-service\n...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 11, "total_bytes": 4836, "all_permissive": true }
ansible_role
thezouth/fastdata-ansible
bc4df30ed63d4eb2241427569fc3238ff9a5f504
1
roles/zookeeper
7,462
[ "permissive" ]
[ { "path": "roles/zookeeper/tasks/main.yml", "content": "---\n- include: configure.yml\n notify: restart zookeeper service\n become: true\n tags:\n - zookeeper-configure\n", "license_type": "permissive", "detected_licenses": [ "Apache-2.0" ], "size_bytes": 114 }, { "path":...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1034, "all_permissive": true }
ansible_role
viatcheslavmogilevsky/gp_images
61bb63656aaf87b083714f3b63cfc3137c1dba7c
0
openresty/1.7.2.1/roles/openresty
7,462
[ "no_license" ]
[ { "path": "openresty/1.7.2.1/roles/openresty/defaults/main.yml", "content": "---\nopenresty_version: \"1.7.2.1\"\nforce_install: no", "license_type": "no_license", "detected_licenses": [], "size_bytes": 50 }, { "path": "openresty/1.7.2.1/roles/openresty/tasks/main.yml", "content": "-...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1802, "all_permissive": false }
ansible_role
jameseck/ansible-cephlab
233405ccbaea964979e84ba02e39bd686901f180
0
roles/ceph
7,462
[ "no_license" ]
[ { "path": "roles/ceph/tasks/prep_ansible.yml", "content": "---\n- name: Install ceph-ansible\n package:\n name: ceph-ansible\n state: present\n\n- name: Deploy ceph-ansible inventory file\n template:\n dest: /usr/share/ceph-ansible/hosts\n src: templates/ceph-ansible-inventory.j2\n\n- name: Cr...
{ "task_files": 7, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 9, "total_bytes": 10390, "all_permissive": false }
ansible_role
jameseck/ansible-cephlab
233405ccbaea964979e84ba02e39bd686901f180
0
roles/proxmox
7,462
[ "no_license" ]
[ { "path": "roles/proxmox/tasks/main.yml", "content": "---\n- name: \"Ensure required packages {{ proxmox_packages | join(',') }} are installed on the Proxmox host\"\n package:\n name: \"{{ proxmox_packages }}\"\n state: present\n", "license_type": "no_license", "detected_licenses": [], "s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 219, "all_permissive": false }
ansible_role
jameseck/ansible-cephlab
233405ccbaea964979e84ba02e39bd686901f180
0
roles/proxmox-templates
7,462
[ "no_license" ]
[ { "path": "roles/proxmox-templates/tasks/destroy.yml", "content": "---\n- name: Destroy VM templates\n proxmox_kvm:\n name: \"{{ item.key }}\"\n vmid: \"{{ proxmox_template_starting_vmid + index }}\"\n state: absent\n loop: \"{{ proxmox_templates | dict2items }}\"\n loop_control:\n index_var:...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 5601, "all_permissive": false }
ansible_role
jameseck/ansible-cephlab
233405ccbaea964979e84ba02e39bd686901f180
0
roles/proxmox-vms
7,462
[ "no_license" ]
[ { "path": "roles/proxmox-vms/tasks/main.yml", "content": "---\n- name: Create VMs\n include_tasks: create.yml\n vars:\n proxmox_host: \"{{ groups['proxmox_host'][0] }}\"\n vm_network: \"{{ item.value.network | default(proxmox_network) }}\"\n vm_template: \"{{ item.value.template | default(default...
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 7098, "all_permissive": false }
ansible_role
fredtaku/ansible_repo
b884b9d055ec48ee6fb3e3c6a538f1c13a71b6d9
0
roles/kubernetes_install
7,462
[ "no_license" ]
[ { "path": "roles/kubernetes_install/defaults/main.yml", "content": "---\n# defaults file for install_kubernetes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 42 }, { "path": "roles/kubernetes_install/handlers/main.yml", "content": "---\n# handlers file for in...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 3546, "all_permissive": false }
ansible_role
fin-daniel-ho/ansible_nginx_php
5a29dd67bc1b70400d07ce669e673d544ea2c95c
0
roles/nginx_install
7,462
[ "no_license" ]
[ { "path": "roles/nginx_install/templates/nginx.conf.j2", "content": "server {\n listen 80;\n server_name {{ domain }};\n root /var/www/{{ domain }};\n\n index index.html index.htm index.php;\n\n location / {\n try_files $uri $uri/ =404;\n }\n \n location ~ \\.php$ {\n i...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2229, "all_permissive": false }
ansible_role
fin-daniel-ho/ansible_nginx_php
5a29dd67bc1b70400d07ce669e673d544ea2c95c
0
roles/php_install
7,462
[ "no_license" ]
[ { "path": "roles/php_install/tasks/main.yml", "content": "---\n# These tasks used to install php packages\n- name: Ensure group \"php-fpm\" exists\n group:\n name: \"{{ php_packages }}\"\n state: present\n \n- name: Ensure php-fpm is at the latest version\n apt: \n name: \"{{ php_packages }}\"...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 310, "all_permissive": false }
ansible_role
fin-daniel-ho/ansible_nginx_php
5a29dd67bc1b70400d07ce669e673d544ea2c95c
0
roles/webservices_uninstall
7,462
[ "no_license" ]
[ { "path": "roles/webservices_uninstall/vars/main.yml", "content": "---\nnginx_packages:\n - nginx\n - nginx-common\nphp_packages:\n - php-fpm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 73 }, { "path": "roles/webservices_uninstall/tasks/main.yml", "con...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 705, "all_permissive": false }
ansible_role
homeofficehost/neoansible
13a28cc6c5146711accf6fa860f28fede8194f3f
0
roles/base
7,462
[ "no_license" ]
[ { "path": "roles/base/templates/provision.sh.j2", "content": "#!/bin/bash\n\n# options\nANSIBLEUSER=\"velociraptor\"\nBRANCH=\"{{ branch | default('master') }}\"\nLOGFILE=\"/var/log/ansible.log\"\nREPO=\"{{ upstream | default('https://github.com/homeofficehost/neoansible') }}\"\n\nVAULT_ID=\"{{ username }}\...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1903, "all_permissive": false }
ansible_role
mohanpoddar/cce
86bd9f224cb0070487ce521b3c37bcce66d73ab5
0
ubuntu-local-setup/roles/home_ubuntu_setup
7,462
[ "no_license" ]
[ { "path": "ubuntu-local-setup/roles/home_ubuntu_setup/tasks/create_user.yml", "content": "---\n- name: Add user.\n user:\n name: \"{{ username }}\"\n shell: /bin/bash\n groups: adm,cdrom,sudo,dip,plugdev,lpadmin,lxd\n password: <PASSWORD>\"\n append: yes\n generate_ssh_key: yes\n ssh_k...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 11, "total_bytes": 10534, "all_permissive": false }
ansible_role
mohanpoddar/cce
86bd9f224cb0070487ce521b3c37bcce66d73ab5
0
ubuntu-local-setup/roles/onedrive_install
7,462
[ "no_license" ]
[ { "path": "ubuntu-local-setup/roles/onedrive_install/handlers/main.yml", "content": "---\n# handlers file for onedrive_install\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 41 }, { "path": "ubuntu-local-setup/roles/onedrive_install/defaults/main.yml", "cont...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1161, "all_permissive": false }
ansible_role
mohanpoddar/cce
86bd9f224cb0070487ce521b3c37bcce66d73ab5
0
ubuntu-local-setup/roles/samba
7,462
[ "no_license" ]
[ { "path": "ubuntu-local-setup/roles/samba/vars/Debian.yml", "content": "---\n# vars file for samba\n\nsamba_packages:\n - \"samba\"\n - \"samba-client\"\n\nsamba_configuration_dir: \"/etc/samba\"\nsamba_configuration: \"{{ samba_configuration_dir }}/smb.conf\"\nsamba_username_map_file: \"{{ samba_configur...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 2402, "all_permissive": false }
ansible_role
Simeon-muyiwa/Pulumi_project
e048f4063b27ae91c46d4fb0d044edb2b2c266fa
0
ansible/roles/irsa
7,462
[ "no_license" ]
[ { "path": "ansible/roles/irsa/tasks/main.yml", "content": "- name: Create IRSA roles in AWS\n iam_role:\n name: \"{{ item.value.arn.split('/')[-1] }}\"\n assume_role_policy_document: \"{{ irsa_config.trust_policy | to_json }}\"\n description: \"IRSA role for {{ item.key }}\"\n tags:\n Serv...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1023, "all_permissive": false }
ansible_role
Simeon-muyiwa/Pulumi_project
e048f4063b27ae91c46d4fb0d044edb2b2c266fa
0
ansible/roles/kubeadm
7,462
[ "no_license" ]
[ { "path": "ansible/roles/kubeadm/templates/kubelet-config.yaml.j2", "content": "apiVersion: kubelet.config.k8s.io/v1beta1\nkind: KubeletConfiguration\ncgroupDriver: systemd\nprotectKernelDefaults: true\nreadOnlyPort: 0\nauthentication:\n webhook:\n enabled: true\n cacheTTL: \"5m0s\"\n x509: # Added...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 14, "total_bytes": 41367, "all_permissive": false }
ansible_role
Simeon-muyiwa/Pulumi_project
e048f4063b27ae91c46d4fb0d044edb2b2c266fa
0
ansible/roles/oidc_discovery
7,462
[ "no_license" ]
[ { "path": "ansible/roles/oidc_discovery/handlers/main.yml", "content": "- name: Reload ingress-nginx\n kubernetes.core.helm:\n name: ingress-nginx\n chart_ref: ingress-nginx\n repo_url: https://kubernetes.github.io/ingress-nginx\n namespace: ingress-nginx\n release_values:\n controller:...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 5887, "all_permissive": false }
ansible_role
andreas5012/ansible_test
fb5658c9b5dd8000a0d026e80c5514494cbcd649
0
roles/base
7,462
[ "no_license" ]
[ { "path": "roles/base/tasks/main.yml", "content": "- name: add ssh key for simon\n authorized_key:\n user: simone\n key: \"<KEY>\"\n- name: generate sshd_config file from template\n tags: ssh\n template:\n src: \"{{ ssh_template_file }}\"\n dest: /etc/ssh/sshd_config\n owner: root\n gro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 290, "all_permissive": false }
ansible_role
andreas5012/ansible_test
fb5658c9b5dd8000a0d026e80c5514494cbcd649
0
roles/workstations
7,462
[ "no_license" ]
[ { "path": "roles/workstations/tasks/main.yml", "content": "- name: install unzip\n package:\n name: unzip\n\n- name: install terraform\n unarchive:\n src: https://releases.hashicorp.com/terraform/1.6.3/terraform_1.6.3_linux_amd64.zip\n dest: /usr/local/bin\n remote_src: yes\n mode: 0755\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 253, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/bosh
7,462
[ "no_license" ]
[ { "path": "roles/bosh/tasks/main.yml", "content": "\n---\n\n#- name: clone the deployment config\n# shell: /opt/spacex/scripts/multiple-git-clone.sh /opt/spacex/workspaces/deployment.list\n# args:\n# executable: /bin/bash\n\n- name: deploy bosh director\n shell: |\n bosh create-env /opt/spacex/work...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3571, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/buildpacks
7,462
[ "no_license" ]
[ { "path": "roles/buildpacks/tasks/main.yml", "content": "\n---\n\n- name: log into cf\n shell: cl\n args:\n executable: /bin/bash\n\n- name: check buildpack is empty or not\n command: cf buildpacks\n register: cf_buildpacks\n\n- name: upload buildpacks\n shell: '{{item}}'\n when: \"'No buildpacks f...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3907, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/cf
7,462
[ "no_license" ]
[ { "path": "roles/cf/tasks/main.yml", "content": "\n---\n\n- name: deploy cf\n shell: |\n bosh -e spacex -d cf -n deploy /opt/spacex/workspaces/cf-deployment/cf-deployment.yml \\\n --vars-store /opt/spacex/workspaces/cf-vars.yml \\\n -o /opt/spacex/workspaces/cf-deployment/operations/custom/ope...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1327, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/db
7,462
[ "no_license" ]
[ { "path": "roles/db/tasks/main.yml", "content": "\n---\n\n- name: deploy apps postgresql\n shell: bosh -e spacex -d apps-postgresql-production -n deploy /opt/spacex/workspaces/autoDeployManifest/production/apps-postgresql-production.yml --vars-store /opt/spacex/workspaces/db-vars.yml\n args:\n executab...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1495, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/iothub
7,462
[ "no_license" ]
[ { "path": "roles/iothub/tasks/main.yml", "content": "\n---\n\n- name: check apps-iothub-production-vars exists\n stat:\n path: /opt/spacex/workspaces/apps-iothub-production-vars.yml\n register: stat_result\n\n- name: copy the vars, if apps-iothub-production-vars doesnt exist already\n copy:\n src: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2031, "all_permissive": false }
ansible_role
rickymax/openstack-playbook-templates
1f922fad5e50c0c252bfc692e323b4febf3f042d
0
roles/prometheus
7,462
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "\n---\n\n- name: deploy prometheus\n shell: |\n bosh -e spacex -d prometheus -n deploy /opt/spacex/workspaces/prometheus-boshrelease/manifests/custom/prometheus-deployment.yml \\\n --vars-store /opt/spacex/workspaces/prometheus-vars.yml \\\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 918, "all_permissive": false }
ansible_role
fbimoura/taking_ping
d7d9c7eef54b4e661e567ab01a69321a7de99d6e
0
roles/ping
7,455
[ "no_license" ]
[ { "path": "roles/ping/tests/test.yml", "content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - server_check", "license_type": "no_license", "detected_licenses": [], "size_bytes": 70 }, { "path": "roles/ping/handlers/main.yml", "content": "---\n# handlers file for se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 535, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/agama
7,455
[ "no_license" ]
[ { "path": "roles/agama/tasks/main.yaml", "content": "\n- name: Create Agama directory\n file:\n path: /opt/agama\n state: directory\n\n- name: Download agama install file to /opt/agama\n get_url:\n url: https://raw.githubusercontent.com/hudolejev/agama/master/Dockerfile\n dest: /opt/agama/Dock...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 952, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/backup
7,455
[ "no_license" ]
[ { "path": "roles/backup/tasks/main.yaml", "content": "- name: Add the user backup\n user:\n name: backup\n create_home: yes\n home: /home/backup\n generate_ssh_key: yes\n ssh_key_bits: 4096\n ssh_key_file: .ssh/id_rsa\n\n- name: Create restore directory\n file:\n state: directory\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 510, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/bind
7,455
[ "no_license" ]
[ { "path": "roles/bind/templates/db.snackdrivein.j2", "content": "$TTL\t604800\n{{ domain }}.\tIN\tSOA\tvm2.{{ domain }}. mesecg.{{ domain }} (\n\t\t\t 2\t\t; Serial\n\t\t\t 604800\t\t; Refresh\n\t\t\t 86400\t\t; Retry\n\t\t\t2419200\t\t; Expire\n\t\t\t 604800 )\t; Negative Cache TTL\n;\n{% for vm in g...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 4580, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/bind_exporter
7,455
[ "no_license" ]
[ { "path": "roles/bind_exporter/tasks/main.yaml", "content": "---\n- name: Install Bind9 exporter\n apt:\n name: prometheus-bind-exporter\n state: latest\n notify: Restart Bind Exporter", "license_type": "no_license", "detected_licenses": [], "size_bytes": 126 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 126, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/dns_resolve
7,455
[ "no_license" ]
[ { "path": "roles/dns_resolve/tasks/main.yaml", "content": "- name : Change resolv file \n template:\n src: resolv.conf.j2\n dest: /etc/resolv.conf \n notify: Restart systemd-resolved \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 131 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 131, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/docker
7,455
[ "no_license" ]
[ { "path": "roles/docker/tasks/main.yaml", "content": "- name: Install Docker \n apt: \n name: \n - docker.io\n - python3-docker\n - iptables-persistent\n\n- name: Configure Ip Tables\n template:\n src: iptables\n dest: /etc/iptables/rules.v4\n\n- name: Apply iptables rules\n commu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 471, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/grafana
7,455
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yaml", "content": " \n- name: Log into DockerHub\n docker_login:\n username: \"{{docker_user}}\"\n password: \"{{<PASSWORD>}}\"\n email: \"{{docker_email}}\"\n no_log: True\n\n- name: Install grafana on docker\n community.docker.docker_container:\n conta...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 10438, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/haproxy
7,455
[ "no_license" ]
[ { "path": "roles/haproxy/tasks/main.yaml", "content": "---\n- name: Install Haproxy\n apt:\n name: haproxy\n\n- name: Configure Haproxy \n template:\n src: haproxy.cfg.j2\n dest: /etc/haproxy/haproxy.cfg\n notify: Restart haproxy \n\n- name: Haproxy exporter config\n template:\n src: prometh...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 903, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/influxdb
7,455
[ "no_license" ]
[ { "path": "roles/influxdb/tasks/main.yaml", "content": "---\n- apt_key:\n url: https://repos.influxdata.com/influxdb.key\n\n- apt_repository:\n repo: deb https://repos.influxdata.com/ubuntu focal stable\n\n- apt:\n name:\n - influxdb\n - telegraf\n\n- name: Configure InfluxDb\n template:...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 826, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/influxdb_backup
7,455
[ "no_license" ]
[ { "path": "roles/influxdb_backup/templates/influxdb-backup.j2", "content": "\n25 1 * * * backup rm -rf /home/backup/influxdb/*; influxd backup -portable -database telegraf /home/backup/influxdb\n\n30 1 * * 0 backup duplicity --no-encryption full /home/backup/influxdb/ rsync://Scentryum@backup.{{domain}}//ho...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 645, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/influxdb_exporter
7,455
[ "no_license" ]
[ { "path": "roles/influxdb_exporter/handlers/main.yaml", "content": "- name: Restart exporter\n service:\n name: prometheus-influxdb-stats-exporter\n state: restarted\n enabled: yes\n\n- name: Reload Daemon\n systemd:\n state: restarted\n daemon_reload: yes\n name: prometheus-influxdb-sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 795, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/init
7,455
[ "no_license" ]
[ { "path": "roles/init/tasks/main.yaml", "content": "- name: Update APT cache\n apt:\n cache_valid_time: 86400\n\n- name: hostname\n hostname: \n name: \"{{inventory_hostname}}\"\n use: debian", "license_type": "no_license", "detected_licenses": [], "size_bytes": 141 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 141, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/keepalived
7,455
[ "no_license" ]
[ { "path": "roles/keepalived/templates/keepalived.conf.j2", "content": "vrrp_script check_haproxy { \n script \"/home/keepaliver/keepalived_script\" \n weight 20 \n interval 1 \n}\nstatic_routes {\n \t192.168.100.0/24 dev ens3\n}\nglobal_...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 2431, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/mysql
7,455
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yaml", "content": "---\n- name: Install MySql and PyMySql\n apt:\n name: \n - mysql-server\n - python3-pymysql\n \n- name: Start mysql\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name : Copy the config file\n template:\n src: o...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1846, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/mysql_backup
7,455
[ "no_license" ]
[ { "path": "roles/mysql_backup/templates/.my.cnf.j2", "content": "[client]\nuser={{ backup_mysql_user }}\npassword={{ backup_mysql_password }}\n[mysqldump]\nno_tablespaces\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 102 }, { "path": "roles/mysql_backup/templat...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1374, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/mysql_exporter
7,455
[ "no_license" ]
[ { "path": "roles/mysql_exporter/tasks/main.yaml", "content": "---\n\n- name: Configure MySQL exporter\n template:\n src: prometheus-mysqld-exporter.j2\n dest: /etc/default/prometheus-mysqld-exporter\n no_log: true\n notify: Restart MySQL exporter\n\n- name: Configure MySQL exporter\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 984, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/nginx
7,455
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yaml", "content": "---\n- name: Install Nginx\n apt:\n name: nginx\n state: latest\n notify: Restart Nginx\n\n- name : Change index\n copy:\n src: index.html\n dest: /var/www/html/index.html\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/nginx_exporter
7,455
[ "no_license" ]
[ { "path": "roles/nginx_exporter/tasks/main.yaml", "content": "---\n- name: Download Nginx exporter\n apt:\n name: prometheus-nginx-exporter\n state: latest\n\n- name: Sleep for 10 seconds and continue with play\n wait_for:\n timeout: 10\n\n- name: Restart Nginx exporter\n service:\n name: pro...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/pinger
7,455
[ "no_license" ]
[ { "path": "roles/pinger/tasks/main.yaml", "content": "- name: Install Fping\n apt:\n name: fping\n state: latest\n\n- name: Add the user \"pinger\"\n user:\n name: pinger\n home: /etc/pinger\n shell: /bin/bash\n notify: Restart pinger\n\n- name: Put the config file in place\n template:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1069, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/prometheus
7,455
[ "no_license" ]
[ { "path": "roles/prometheus/handlers/main.yaml", "content": "- name : Restart Prometheus\n service:\n name: prometheus\n state: restarted\n become: yes", "license_type": "no_license", "detected_licenses": [], "size_bytes": 94 }, { "path": "roles/prometheus/templates/prometheus.j2...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 2646, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/reverse_proxy
7,455
[ "no_license" ]
[ { "path": "roles/reverse_proxy/templates/default.j2", "content": "server {\n\tlisten 80 default_server;\n listen [::]:80 default_server;\n\n\tlisten 8080 default_server;\n listen [::]:8080 default_server;\n\n\tserver_name _;\n\n\n\tlocation / {\n\t\tproxy_pass http://localhost:{{ agama_port + 1 }};\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1936, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/test_connection
7,455
[ "no_license" ]
[ { "path": "roles/test_connection/tasks/main.yaml", "content": "---\n - name: collect facts about system services\n service_facts:\n\n - name: test\n debug:\n msg: \"{{ansible_facts.services['prometheus-mysqld-exporter']}}\"", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 167, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/troubleshoot
7,455
[ "no_license" ]
[ { "path": "roles/troubleshoot/tasks/main.yaml", "content": "\n- name: Ensure common services between all machines are running\n systemd:\n name: \"{{item}}\"\n state: started\n enabled: yes\n when: inventory_hostname in groups['all']\n with_list: \"{{ services.all }}\"\n\n- name: Ensure Docker s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1644, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/users
7,455
[ "no_license" ]
[ { "path": "roles/users/tasks/main.yaml", "content": "---\n- name: Add user \"juri\"\n user:\n name: juri\n\n- name: Set authorized key for juri\n authorized_key:\n user: juri\n key: https://github.com/hudolejev.keys\n\n- name: Add user \"roman\"\n user:\n name: roman\n\n- name: Set authorized...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 331, "all_permissive": false }
ansible_role
MehmetSecgin/ica0002-2021
8c4831b0f86f6eb20a28870ba3801d0015269af9
0
roles/uwsgi
7,455
[ "no_license" ]
[ { "path": "roles/uwsgi/handlers/main.yaml", "content": "- name: Restart Uwsgi\n become: yes\n service: \n name: uwsgi\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 84 }, { "path": "roles/uwsgi/templates/agama.ini", "content": "[uwsg...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 3, "total_bytes": 596, "all_permissive": false }
ansible_role
ssirobertreilly/ansible-devel
6f1641423864234cd33c83d13c01a6c87d14ae1e
0
roles/ansible-devel
7,455
[ "no_license" ]
[ { "path": "roles/ansible-devel/handlers/main.yml", "content": "---\n# handlers file for ansible-devel\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "roles/ansible-devel/vars/main.yml", "content": "---\n# vars file for ansible-devel\n", "...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 239, "all_permissive": false }
ansible_role
marbindrakon/openshift-datacenter-foundation
f6f4993346c0fa78e1d05ff64d99287ade2176e6
1
ansible/roles/dns_config
7,455
[ "no_license" ]
[ { "path": "ansible/roles/dns_config/tasks/main.yml", "content": "---\n- name: create ingress record for agent platform\n infoblox.nios_modules.nios_a_record:\n provider:\n host: \"{{ nios_config.infoblox_host }}\"\n view: \"{{ item }}\"\n name: \"apps.{{ cluster_name }}.{{ base_domain }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1112, "all_permissive": false }
ansible_role
marbindrakon/openshift-datacenter-foundation
f6f4993346c0fa78e1d05ff64d99287ade2176e6
1
ansible/roles/gitops_cluster_build
7,455
[ "no_license" ]
[ { "path": "ansible/roles/gitops_cluster_build/templates/cluster-deploy-app.yaml.j2", "content": "apiVersion: argoproj.io/v1alpha1\nkind: Application\nmetadata:\n name: {{ cluster_name }}-deploy\n namespace: openshift-gitops\n finalizers:\n - resources-finalizer.argocd.argoproj.io\nspec:\n destination...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 4670, "all_permissive": false }
ansible_role
marbindrakon/openshift-datacenter-foundation
f6f4993346c0fa78e1d05ff64d99287ade2176e6
1
ansible/roles/resource_allocation
7,455
[ "no_license" ]
[ { "path": "ansible/roles/resource_allocation/defaults/main.yml", "content": "---\n# cluster_platform must be set to openstack or infra_env_hybrid when using the main.yml entrypoint\ncluster_platform: \"\"\ncluster_name: \"\"\n# cluster_state should be present or absent\ncluster_state: present\n", "licen...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2242, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-eks-cluster
7,455
[ "no_license" ]
[ { "path": "roles/aws-eks-cluster/vars/main.yml", "content": "---\n# vars file for aws-eks-cluster", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/aws-eks-cluster/tasks/main.yml", "content": "\n\n\n- name: create eks cluster\n aws_eks_clu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 403, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-iam-role
7,455
[ "no_license" ]
[ { "path": "roles/aws-iam-role/vars/main.yml", "content": "---\n# vars file for aws-eks", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/aws-iam-role/defaults/main.yml", "content": "eks_cluster_role_name: kube_role\npolicy_arn1: arn:aws:iam...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1087, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-igw
7,455
[ "no_license" ]
[ { "path": "roles/aws-igw/vars/main.yml", "content": "---\n# vars file for aws-igw", "license_type": "no_license", "detected_licenses": [], "size_bytes": 27 }, { "path": "roles/aws-igw/tasks/main.yml", "content": "- name: ensure igw exists\n ec2_vpc_igw:\n vpc_id: \"{{ eks_vpc_res...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 210, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-key
7,455
[ "no_license" ]
[ { "path": "roles/aws-key/tasks/main.yml", "content": "\n- name: Create a new EC2 key\n ec2_key:\n name: \"{{ eks_key_name }}\"\n region: \"{{ region }}\"\n register: ec2_key_result\n\n- name: Save private key\n copy:\n content: \"{{ ec2_key_result }}\"\n dest: \"{{ destination }}\" \n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 384, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-route-table
7,455
[ "no_license" ]
[ { "path": "roles/aws-route-table/tasks/main.yml", "content": "- name: create public route table\n ec2_vpc_route_table:\n vpc_id: \"{{ eks_vpc_results.vpc.id }}\"\n region: \"{{ eks_region }}\"\n tags:\n Name: Public\n subnets: \"{{ eks_subnet_results.results | json_query('[].subnet.id') }}...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 383, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-security-group
7,455
[ "no_license" ]
[ { "path": "roles/aws-security-group/defaults/main.yml", "content": "eks_region: ap-south-1\neks_security_groups:\n - name: \"{{ eks_cluster_name }}-control-plane-sg\"\n description: \"EKS Control Plane Security Group\"\n rules:\n - group_name: \"{{ eks_cluster_name }}-workers-sg\"\n group...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1646, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-vpc
7,455
[ "no_license" ]
[ { "path": "roles/aws-vpc/defaults/main.yml", "content": "eks_vpc_name: aws-eks-vpc\neks_region: ap-south-1\neks_vpc_cidr: 10.0.0.0/16\neks_cluster_name: kube2019rishabh\neks_kubeconfig_env: []\n\neks_subnets:\n - cidr: 10.0.1.0/24\n zone: a\n - cidr: 10.0.2.0/24\n zone: b\n - cidr: 10.0.3.0/24\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1512, "all_permissive": false }
ansible_role
rishabh-bohra/ansible-aws-eks
fb9042ea0d89592e1710aead8b1077103a1d3bac
1
roles/aws-vpc-subnet
7,455
[ "no_license" ]
[ { "path": "roles/aws-vpc-subnet/vars/main.yml", "content": "---\n# vars file for vpc_subnet", "license_type": "no_license", "detected_licenses": [], "size_bytes": 30 }, { "path": "roles/aws-vpc-subnet/defaults/main.yml", "content": "eks_region: ap-south-1\n\neks_cluster_name: kube201...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 615, "all_permissive": false }
ansible_role
metal-stack-cloud/ansible-roles
0f148f5fb9a78439c31a9c2dd70faed43016fbdc
0
roles/accounting
7,455
[ "no_license" ]
[ { "path": "roles/accounting/defaults/main.yaml", "content": "---\naccounting_namespace: \"{{ metal_stack_cloud_namespace }}\"\naccounting_log_level: info\n\n# this disables sending usage records to the accounting backend\n# do not enable this for production use-cases\naccounting_log_only: false\n\naccountin...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8033, "all_permissive": false }
ansible_role
metal-stack-cloud/ansible-roles
0f148f5fb9a78439c31a9c2dd70faed43016fbdc
0
roles/api-server
7,455
[ "no_license" ]
[ { "path": "roles/api-server/tasks/main.yaml", "content": "---\n- name: Gather release versions\n setup_yaml:\n\n- name: Check mandatory variables for this role are set\n assert:\n fail_msg: \"not all mandatory variables given, check role documentation\"\n quiet: yes\n that:\n - metal_stack_c...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 15, "total_bytes": 24108, "all_permissive": false }
ansible_role
metal-stack-cloud/ansible-roles
0f148f5fb9a78439c31a9c2dd70faed43016fbdc
0
roles/console
7,455
[ "no_license" ]
[ { "path": "roles/console/templates/console.yaml", "content": "---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n name: console-config\ndata:\n config.js: |\n {{ lookup('template', 'console-config.yaml') | indent(width=4, first=false) }}\n---\napiVersion: apps/v1\nkind: Deployment\nmetadata:\n labels:\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4146, "all_permissive": false }
ansible_role
metal-stack-cloud/ansible-roles
0f148f5fb9a78439c31a9c2dd70faed43016fbdc
0
roles/keydb
7,455
[ "no_license" ]
[ { "path": "roles/keydb/meta/main.yml", "content": "---\ngalaxy_info:\n role_name: keydb\n author: metal-stack-cloud\n description: This role deploys keydb for the metalstack.cloud api-server.\n license: MIT\n min_ansible_version: \"2.15\"\n galaxy_tags: []\n\n platforms:\n - name: GenericLinux\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 1442, "all_permissive": false }
ansible_role
metal-stack-cloud/ansible-roles
0f148f5fb9a78439c31a9c2dd70faed43016fbdc
0
roles/status
7,455
[ "no_license" ]
[ { "path": "roles/status/templates/status-config.yaml", "content": "server-url: {{ status_server_url }}\napi-endpoint: {{ status_api_url }}\napi-token: {{ status_api_token }}\nlog-level: {{ status_log_level }}\nchat-channel-id: {{ status_chat_channel_id }}\nchat-token: {{ status_chat_token }}\n{% if status_s...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 4260, "all_permissive": false }
ansible_role
douglasryanadams/ubuntu_dev
232642b6a6b6206f6bbfa66453d43a714d44ba24
0
roles/devtools
7,455
[ "no_license" ]
[ { "path": "roles/devtools/tasks/main.yml", "content": "- name: Install packages required by dev tools\n become: yes\n apt:\n name:\n - python-apt\n - python3-apt\n - python3-pip\n - apt-transport-https # Docker\n - ca-certificates # Docker\n - curl # Docker\n - gnupg-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1552, "all_permissive": false }
ansible_role
douglasryanadams/ubuntu_dev
232642b6a6b6206f6bbfa66453d43a714d44ba24
0
roles/languages
7,455
[ "no_license" ]
[ { "path": "roles/languages/tasks/main.yml", "content": "- name: Install Language Packages\n become: yes\n apt:\n name:\n - openjdk-8-jdk\n - python\n - python3\n - nodejs\n - npm\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 145 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
douglasryanadams/ubuntu_dev
232642b6a6b6206f6bbfa66453d43a714d44ba24
0
roles/user
7,455
[ "no_license" ]
[ { "path": "roles/user/tasks/main.yml", "content": "- name: Remove unwanted default applications\n become: yes\n apt:\n autoclean: yes\n autoremove: yes\n state: absent\n name:\n - unity-webapps-common\n - rhythmbox\n\n- name: Install useful utils\n become: yes\n apt:\n name:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2231, "all_permissive": false }
ansible_role
Aleem410/test-shell
2dab1f0c7501badb6d828b9b052d365d2e15a9d1
0
roles/common
7,455
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: start service running\n ansible.builtin.systemd:\n state: started\n daemon_reload: true\n enabled: true\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 119 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 119, "all_permissive": false }
ansible_role
Aleem410/test-shell
2dab1f0c7501badb6d828b9b052d365d2e15a9d1
0
roles/frontend
7,455
[ "no_license" ]
[ { "path": "roles/frontend/tasks/main.yml", "content": "- name: install nginx\n hosts: localhost\n tasks:\n - name: nginx latest install\n ansible.builtin.yum:\n name: nginx\n state: installed\n\n- name: start nginx\n hosts: localhost\n tasks:\n - name: start nginx\n ansible...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1774, "all_permissive": false }
ansible_role
Aleem410/test-shell
2dab1f0c7501badb6d828b9b052d365d2e15a9d1
0
roles/mongo
7,455
[ "no_license" ]
[ { "path": "roles/mongo/tasks/main.yml", "content": "#- name: download mongo repo\n# ansible.builtin.get_url:\n# url: https://raw.githubusercontent.com/roboshop-devops-project/mongodb/main/mongo.repo\n# dest: /etc/yum.repos.d/mongodb.repo\n- name: download mongo repo\n hosts: localhost\n connection:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 630, "all_permissive": false }
ansible_role
jegasega/x_project
1744fb7422b6d5f8b230906784a79f9bc1c044a3
0
ansible-infra/roles/auditd
7,455
[ "no_license" ]
[ { "path": "ansible-infra/roles/auditd/templates/logrotate-audispd.j2", "content": "{{ ansible_managed | comment }}\r\n## /etc/logrotate.d/audispd\r\n{{ audit_log_file }} {\r\n rotate {{ auditd_logrotate_days | default(30) | int }}\r\n daily\r\n missingok\r\n notifempty\r\n delaycompress\r\n ...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 14, "total_bytes": 15640, "all_permissive": false }
ansible_role
jegasega/x_project
1744fb7422b6d5f8b230906784a79f9bc1c044a3
0
ansible-infra/roles/galera
7,455
[ "no_license" ]
[ { "path": "ansible-infra/roles/galera/tasks/galera_privileges.yml", "content": "---\r\n\r\n- name: Trying to connect to the MySQL without root password\r\n shell: mysql -u root -e\"SHOW DATABASES;\" | grep -q mysql 2>&1\r\n register: dbstatus\r\n failed_when: dbstatus.rc == 2\r\n changed_when: false\r\n...
{ "task_files": 18, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 38, "total_bytes": 43452, "all_permissive": false }
ansible_role
jegasega/x_project
1744fb7422b6d5f8b230906784a79f9bc1c044a3
0
ansible-infra/roles/galera_check
7,455
[ "no_license" ]
[ { "path": "ansible-infra/roles/galera_check/tasks/main.yml", "content": "---\r\n\r\n- name: Galera check configuration tasks\r\n import_tasks: config.yml\r\n tags:\r\n - galera_check_config\r\n\r\n- name: Galera check service creating and running tasks\r\n import_tasks: service_config.yml\r\n tags:\r\n...
{ "task_files": 4, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 9, "total_bytes": 3223, "all_permissive": false }
ansible_role
jegasega/x_project
1744fb7422b6d5f8b230906784a79f9bc1c044a3
0
ansible-infra/roles/haproxy
7,455
[ "permissive" ]
[ { "path": "ansible-infra/roles/haproxy/tasks/install.yml", "content": "---\r\n- include: install-Debian.yml\r\n when: ansible_os_family == 'Debian'\r\n\r\n- include: install-Generic.yml\r\n when: ansible_os_family != 'Debian'\r\n\r\n- name: Enabling and starting HAproxy service on non SystemD systems\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 521, "all_permissive": true }
ansible_role
jegasega/x_project
1744fb7422b6d5f8b230906784a79f9bc1c044a3
0
ansible-infra/roles/helm_install
7,455
[ "permissive" ]
[ { "path": "ansible-infra/roles/helm_install/templates/pv.yaml.j2", "content": "apiVersion: v1\nkind: PersistentVolume\nmetadata:\n name: local-pv\nspec:\n capacity:\n storage: 5Gi\n accessModes:\n - ReadWriteOnce\n persistentVolumeReclaimPolicy: Retain\n storageClassName: local-storage\n local:\n ...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 6207, "all_permissive": true }