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
elek/ansible-hadoop
a7430509ba5bbe4e6f39313912abccd9933e7ae6
0
roles/kafka
447
[ "no_license" ]
[ { "path": "roles/kafka/tasks/main.yaml", "content": "- name: download kafka\n get_url:\n url: \"{{ kafka.url }}\"\n dest: \"{{ install_dir }}/kafka.tar.gz\"\n- name: create destination directory\n file:\n name: \"{{ install_dir }}/kafka\"\n state: directory\n- name: unpack\n unarchive:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 641, "all_permissive": false }
ansible_role
yarish/aws-dcos
71cc26b4b1955ffc726f868f6381db66f725bab9
0
aws-dcos/roles/bootstrap
447
[ "no_license" ]
[ { "path": "aws-dcos/roles/bootstrap/files/simple-http-server.sh", "content": "python -m SimpleHTTPServer 80 &\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 32 }, { "path": "aws-dcos/roles/bootstrap/files/genconf/config.yaml", "content": "bootstrap_url: http...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1401, "all_permissive": false }
ansible_role
yarish/aws-dcos
71cc26b4b1955ffc726f868f6381db66f725bab9
0
aws-dcos/roles/common
447
[ "no_license" ]
[ { "path": "aws-dcos/roles/common/tasks/main.yml", "content": "---\n- name: update yum packages to latest\n yum: name=* state=latest\n\n- name: update essential softwares \n yum: name={{ item }} state=latest\n with_items: \n - git\n - wget\n - curl \n - zsh \n - tar\n - unzip\n - ipse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 596, "all_permissive": false }
ansible_role
yarish/aws-dcos
71cc26b4b1955ffc726f868f6381db66f725bab9
0
aws-dcos/roles/docker
447
[ "no_license" ]
[ { "path": "aws-dcos/roles/docker/tasks/main.yml", "content": "---\n- name: add docker repo\n copy: src=./files/docker.repo dest=/etc/yum.repos.d/docker.repo\n\n- name: load overlay support kernel module\n copy: src=./files/overlay.conf dest=/etc/modules-load.d/overlay.conf\n\n- name: install docker-engin...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 860, "all_permissive": false }
ansible_role
yarish/aws-dcos
71cc26b4b1955ffc726f868f6381db66f725bab9
0
aws-dcos/roles/lvm
447
[ "no_license" ]
[ { "path": "aws-dcos/roles/lvm/tasks/main.yml", "content": "---\n- name: install docker-engine\n yum: name=lvm2 state=present \n\n#TODO : send as param / idempotency \n- name: create logical volume\n command: pvcreate /dev/xvdf\n\n- name: create docker volume group\n command: vgcreate docker /dev/xvdf\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2049, "all_permissive": false }
ansible_role
yarish/aws-dcos
71cc26b4b1955ffc726f868f6381db66f725bab9
0
aws-dcos/roles/slave
447
[ "no_license" ]
[ { "path": "aws-dcos/roles/slave/tasks/main.yml", "content": "---\n- name: create /tmp/dcos folder \n file: path=/tmp/dcos state=directory mode=0755\n\n- name: download DCOS installer from bootstrap and place it under /tmp/dcos\n get_url: url=http://50.16.156.130/dcos_install.sh dest=/tmp/dcos\n \n- name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 420, "all_permissive": false }
ansible_role
Maspital/socbed-caldera
5e519dc61aa1e6a77b799a8dd862be8609e1e4b2
2
resources/provisioning/ansible/roles/caldera
447
[ "no_license" ]
[ { "path": "resources/provisioning/ansible/roles/caldera/tasks/setup_caldera.yml", "content": "- name: Add user/pw breach/breach to CALDERA (red team)\n lineinfile:\n path: /opt/caldera/conf/default.yml\n line: \" breach: breach\"\n insertafter: \"red: admin\"\n state: present\n \n- name: ...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 2418, "all_permissive": false }
ansible_role
Maspital/socbed-caldera
5e519dc61aa1e6a77b799a8dd862be8609e1e4b2
2
resources/provisioning/ansible/roles/win10_caldera
447
[ "no_license" ]
[ { "path": "resources/provisioning/ansible/roles/win10_caldera/files/agent_startup.bat", "content": "Powershell.exe -executionpolicy unrestricted -noexit -File C:\\BREACH\\register_agent.ps1 %*\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 92 }, { "path": "reso...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 6, "total_bytes": 1258, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/collectd
453
[ "no_license" ]
[ { "path": "roles/collectd/defaults/main.yml", "content": "collectd:\n hostname: example\n plugins:\n - cpu\n - df\n - disk\n - entropy\n - interface\n - load\n - memory\n - processes\n - swap\n - uptime\n - users\n network:\n enable: yes\n report: yes\n\n listen:...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2446, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/common
453
[ "no_license" ]
[ { "path": "roles/common/tasks/main.yml", "content": "- name: Enabling EPEL repository\n yum: name=epel-release state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Update apt repositories\n apt: update_cache=yes\n when: ansible_os_family == \"Debian\"\n\n- name: Install Python httplib2\n yum...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 428, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/consul
453
[ "no_license" ]
[ { "path": "roles/consul/meta/main.yml", "content": "dependencies:\n - {role: 'supervisor'}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 39 }, { "path": "roles/consul/defaults/main.yml", "content": "consul_version: 0.5.0\nconsul_platform: linux_amd64\ncons...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 2539, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/grafana
453
[ "no_license" ]
[ { "path": "roles/grafana/templates/config.js.j2", "content": "// == Configuration\n// config.js is where you will find the core Grafana configuration. This file contains parameter that\n// must be set before Grafana is run for the first time.\n\ndefine(['settings'], function(Settings) {\n \n\n return new ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3539, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/influxdb
453
[ "no_license" ]
[ { "path": "roles/influxdb/defaults/main.yml", "content": "influxdb:\n version: 0.8.8-1\n root_password: <PASSWORD>\n reporting: no\n log_level: info\n bind: 127.0.0.1\n admin_port: 8083\n api_port: 8086\n graphite_enabled: no\n graphite_bind: 127.0.0.1\n graphite_port: 2003\n graphite_db: graphit...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1955, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/iptables
453
[ "no_license" ]
[ { "path": "roles/iptables/templates/iptables.nat.rules.j2", "content": "*nat\n{% for network in iptables.nat.networks %}\n-A POSTROUTING -s {{ network.ip }}/{{ network.cidr }} -o {{ iptables.nat.interface }} -j MASQUERADE\n{% endfor %}\nCOMMIT\n", "license_type": "no_license", "detected_licenses": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 486, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/mysql
453
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- name: MySQL server installation\n yum: name=mariadb-server state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: MySQL running and enabled\n service: name=mariadb state=started enabled=yes\n when: ansible_os_family == \"RedHat\"\n\n- name: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 348, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/nginx
453
[ "no_license" ]
[ { "path": "roles/nginx/tasks/main.yml", "content": "- name: Installing nginx\n yum: name=nginx state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Installing nginx\n apt: name=nginx state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: Generating nginx configuration\n template: sr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 3092, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/php-fpm
453
[ "no_license" ]
[ { "path": "roles/php-fpm/tasks/main.yml", "content": "- name: Install PHP-FPM\n yum: name=php-fpm state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Install additional PHP libraries\n yum: name={{ item }} state=latest\n with_items:\n - php-gd\n when: ansible_os_family == \"RedHat\"\n\n-...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/piwik
453
[ "no_license" ]
[ { "path": "roles/piwik/meta/main.yml", "content": "dependencies:\n - {role: 'common'}\n - {role: 'php-fpm'}\n - {role: 'mysql'}\n - {role: 'nginx'}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 97 }, { "path": "roles/piwik/defaults/main.yml", "content":...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2872, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/postgresql
453
[ "no_license" ]
[ { "path": "roles/postgresql/tasks/main.yml", "content": "- name: PostgreSQL server installation\n yum: name=postgresql-server state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: PostgreSQL server installation\n apt: name=postgresql state=latest\n when: ansible_os_family == \"Debian\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 815, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/python
453
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "- name: Install Python virtualenv\n yum: name=python-virtualenv state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Install Python virtualenv\n apt: name=python-virtualenv state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: Ins...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 465, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/redis
453
[ "no_license" ]
[ { "path": "roles/redis/tasks/main.yml", "content": "- name: Install redis datastore\n yum: name=redis state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Install redis datastore\n apt: name=redis-server state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: Redis running and enabled...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 293, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/sentry
453
[ "no_license" ]
[ { "path": "roles/sentry/defaults/main.yml", "content": "sentry:\n path: /opt/sentry\n user: sentry\n group: sentry\n database:\n name: sentry\n username: sentry\n gunicorn:\n host: 127.0.0.1\n port: 9100\n workers: 3\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1888, "all_permissive": false }
ansible_role
hugoatease/ansible-playbook
d1143e9b16a44c297613b2085bf71c38b688c2e6
0
roles/supervisor
453
[ "no_license" ]
[ { "path": "roles/supervisor/tasks/main.yml", "content": "- name: Install supervisor\n yum: name=supervisor state=latest\n when: ansible_os_family == \"RedHat\"\n\n- name: Install supervisor\n apt: name=supervisor state=latest\n when: ansible_os_family == \"Debian\"\n\n- name: Supervisor up and enabled\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1159, "all_permissive": false }
ansible_role
tainguyenbp/how-to-deploy-redis-exporter-with-ansible
4a47f523787d0e055acad224f8a1d8499cd2bdf6
1
roles/redis-exporter-centos6
453
[ "no_license" ]
[ { "path": "roles/redis-exporter-centos6/tasks/configure.yml", "content": "- name: install the latest version of daemonize\n yum:\n name: daemonize\n state: latest\n\n- name: Create the user redis_exporter\n user:\n name: redis_exporter\n createhome: no\n shell: /bin/false\n state: presen...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3193, "all_permissive": false }
ansible_role
tainguyenbp/how-to-deploy-redis-exporter-with-ansible
4a47f523787d0e055acad224f8a1d8499cd2bdf6
1
roles/redis-exporter-centos7
453
[ "no_license" ]
[ { "path": "roles/redis-exporter-centos7/defaults/main.yml", "content": "path_redis_exporter_src_dir: /etc/redis_exporter/redis_exporter-v1.3.5.linux-amd64/\npath_file_redis_exporter_src_dir: /etc/redis_exporter/redis_exporter-v1.3.5.linux-amd64/redis_exporter\nname_redis_exporter_src: redis_exporter-v1.3.5....
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1951, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/awx
453
[ "no_license" ]
[ { "path": "ansible/roles/awx/tasks/main.yml", "content": "---\n\n- name: Install the EPEL repo\n include_role:\n name: geerlingguy.repo-epel\n\n- name: Install Git\n include_role:\n name: geerlingguy.git\n\n- name: Install Ansible\n include_role:\n name: geerlingguy.ansible\n\n- name: Install Do...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1813, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/common
453
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n # - debug: msg=\"Debug '{{ansible_fqdn}}' \"\n\n# Demonstrates how to read secrets or other data from the control node's env...\n - name: Ensure server is registered with RedHat.\n redhat_subscription:\n state: present\n user...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 743, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/elasticsearch
453
[ "no_license" ]
[ { "path": "ansible/roles/elasticsearch/tasks/main.yml", "content": "---\n - name: Determine if we need to download the Elasticsearch RPM\n stat:\n path: /tmp/elasticsearch-7.8.0-x86_64.rpm\n register: ansiRpm\n\n\n - name: Download Elasticsearch RPM\n get_url:\n dest: /tmp/elasticse...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1007, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/fluentd
453
[ "no_license" ]
[ { "path": "ansible/roles/fluentd/tasks/main.yml", "content": "---\n\n - name: Install Fluentd\n debug:\n msg: \"This is where we will install Fluentd.\"\n\n - name: Modify some limits for Fluentd\n pam_limits:\n domain: root\n value: 65536\n limit_item: nofile\n li...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 5236, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/jenkins
453
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/handlers/main.yml", "content": "---\n - name: reload_firewalld\n command: firewall-cmd --reload\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 66 }, { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n - n...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1001, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/kibana
453
[ "no_license" ]
[ { "path": "ansible/roles/kibana/handlers/main.yml", "content": "---\n - name: restart_kibana\n service:\n name: kibana\n state: restarted", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible/roles/kibana/tasks/main.yml", "conte...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 1195, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/openjdk
453
[ "no_license" ]
[ { "path": "ansible/roles/openjdk/tasks/main.yml", "content": "---\n - name: Install openjdk using <NAME>'s Galaxy module\n include_role:\n name: geerlingguy.java # required. The name of the role to be executed.\n # vars:\n # - java_packages: java-1.8.0-openjdk\n", "license_type": "no_li...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 211, "all_permissive": false }
ansible_role
danscarf/devops
4470516605784d330f494be0eda3cd3ccb212945
0
ansible/roles/rancher
453
[ "no_license" ]
[ { "path": "ansible/roles/rancher/tasks/main.yml", "content": "---\n# - debug: msg=\"Debug Rancher task \"\n\n - name: Install Docker\n include_role:\n name: geerlingguy.docker\n vars:\n - docker_install_compose: true\n - docker_users:\n - dan\n\n - name: Fix firewalld settin...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 568, "all_permissive": false }
ansible_role
gupta2007vaibhav/ansible
4b10d8ffa0dba2b98c1a4c2f6c5445d5271e14cc
0
roles/nginx
453
[ "no_license" ]
[ { "path": "roles/nginx/templates/nginx.conf.j2", "content": "user nginx;\nworker_processes auto;\nworker_rlimit_nofile 100000;\n\nerror_log /var/log/nginx/error.log;\npid /var/run/nginx.pid;\n\nevents {\n worker_connections 15000;\n use epoll;\n multi_accept on;\n}\n\nhttp {\...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3820, "all_permissive": false }
ansible_role
gupta2007vaibhav/ansible
4b10d8ffa0dba2b98c1a4c2f6c5445d5271e14cc
0
roles/redis
453
[ "no_license" ]
[ { "path": "roles/redis/tasks/server.yml", "content": "- name: create redis config file\n template:\n src: redis.conf\n dest: /etc/redis.conf\n notify: restart redis\n\n- name: create redis default config file\n template:\n src: redis-default.conf.j2\n dest: /etc/redis-default.conf\n notify: ...
{ "task_files": 4, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 680, "all_permissive": false }
ansible_role
kenzo0107/Vagrant-Prometheus
46b44a48319ca1b62a60362e58cc508886c7d099
2
roles/go
453
[ "no_license" ]
[ { "path": "roles/go/tasks/main.yml", "content": "---\n\n- include: install.yml\n- include: set_gopath.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 54 }, { "path": "roles/go/tasks/install.yml", "content": "---\n\n- name: check go version\n shell: /bin/...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1202, "all_permissive": false }
ansible_role
kenzo0107/Vagrant-Prometheus
46b44a48319ca1b62a60362e58cc508886c7d099
2
roles/prometheus_client
453
[ "no_license" ]
[ { "path": "roles/prometheus_client/vars/main.yml", "content": "---\n\nsrc_dir: '/usr/local/src'\n\nprometheus_client_name: client_golang\nprometheus_client_git_url: \"https://github.com/prometheus/{{ prometheus_client_name }}.git\"\n\nsupervisor_owner: vagrant\nsupervisor_group: vagrant\n\nsupervisord_direc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 1189, "all_permissive": false }
ansible_role
kenzo0107/Vagrant-Prometheus
46b44a48319ca1b62a60362e58cc508886c7d099
2
roles/prometheus_server
453
[ "no_license" ]
[ { "path": "roles/prometheus_server/tasks/supervisord.yml", "content": "---\n\n- name: exist check /etc/supervisord.conf\n stat: path=/etc/supervisord.conf\n register: is_supervisord_conf\n\n- name: create /etc/supervisord.conf\n shell: /usr/bin/echo_supervisord_conf > /etc/supervisord.conf\n when: not i...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 5, "total_bytes": 3608, "all_permissive": false }
ansible_role
grahamprimm/private-supply-chain
fc3ac4df165a253e59a04b936e8d1f8786bb1efd
0
ansible/roles/dns_setup
453
[ "no_license" ]
[ { "path": "ansible/roles/dns_setup/templates/named.conf.local.j2", "content": "zone \"big-bang.{{ BIG_BANG_DOMAIN_SUFFIX }}\" {\n type master;\n file \"/etc/bind/zones/big-bang.db\";\n update-policy { grant mother zonesub ANY; };\n};\n\ninclude \"/etc/bind/mother.key\";", "license_t...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2888, "all_permissive": false }
ansible_role
grahamprimm/private-supply-chain
fc3ac4df165a253e59a04b936e8d1f8786bb1efd
0
ansible/roles/init
453
[ "no_license" ]
[ { "path": "ansible/roles/init/tasks/main.yml", "content": "---\n- name: Set com\n ansible.builtin.set_fact:\n domain: 'com'\n dns_server: 'X.X.X.X'\n internet: true\n cacheable: true\n when: BIG_BANG_DOMAIN_SUFFIX != '.com'\n\n- name: Set org\n ansible.builtin.set_fact:\n domain: \"{{ BIG_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 582, "all_permissive": false }
ansible_role
grahamprimm/private-supply-chain
fc3ac4df165a253e59a04b936e8d1f8786bb1efd
0
ansible/roles/nginx
453
[ "no_license" ]
[ { "path": "ansible/roles/nginx/templates/nginx.conf.j2", "content": "events {\n worker_connections 1024;\n}\n\nhttp {\n\n upstream container-registry {\n server 127.0.0.1:5000;\n }\n\n map $upstream_http_docker_distribution_api_version $docker_distribution_api_version {\n '' 'registry/2.0';\n }\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4926, "all_permissive": false }
ansible_role
grahamprimm/private-supply-chain
fc3ac4df165a253e59a04b936e8d1f8786bb1efd
0
ansible/roles/repo
453
[ "no_license" ]
[ { "path": "ansible/roles/repo/tasks/main.yml", "content": "---\n- name: Define list of repositories\n ansible.builtin.set_fact:\n mirrors:\n - \"ansible-2.9-for-rhel-8-x86_64-rpms\"\n - \"codeready-builder-for-rhel-8-x86_64-rpms\"\n - \"epel\"\n - \"epel-modular\"\n - \"hashicor...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 4382, "all_permissive": false }
ansible_role
Niranjan1016/kube-31b
6c128d94dbb4038d81d80d4a8df7836da5a4895c
0
ansible/roles/docker
453
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: install system-packages\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n with_items: ['wget','git','apt-transport-https', 'ca-certificates', 'curl', 'software-properties-common', 'python3-pip', 'virtualen...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2708, "all_permissive": false }
ansible_role
wyl9527/doubleMaster_doubleSlave
0320f922f8e6d57d4d6709f4448443e63dc22e7f
0
roles/mysql
453
[ "no_license" ]
[ { "path": "roles/mysql/tasks/main.yml", "content": "- include: pre_install.yml\n- include: install_mysql.yml\n- include: change_master_to_cluster.yml\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 96 }, { "path": "roles/mysql/templates/mysql.service.j2", "co...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 8381, "all_permissive": false }
ansible_role
elisadty/DevOps
bcdee0514159fccfb14630a8b065c7ab3a70c8a7
0
ansible/roles/database
453
[ "no_license" ]
[ { "path": "ansible/roles/database/tasks/main.yml", "content": "- name: Run database container\n docker_container:\n name: database\n image: elisadty/tp-devops-database\n env:\n POSTGRES_PASSWORD: pwd\n ports:\n - \"5432:5432\"\n networks:\n - name: my-network\n restart_poli...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 330, "all_permissive": false }
ansible_role
elisadty/DevOps
bcdee0514159fccfb14630a8b065c7ab3a70c8a7
0
ansible/roles/launch_app
453
[ "no_license" ]
[ { "path": "ansible/roles/launch_app/tasks/main.yml", "content": "\n# tasks file for roles/launch_app\n\n- name: Run Spring Boot API container\n docker_container:\n name: simple-api\n image: elisadty/tp-devops-simple-api\n pull: yes\n\n env:\n DATABASE_HOST: database\n DATABASE_PASSWOR...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 403, "all_permissive": false }
ansible_role
elisadty/DevOps
bcdee0514159fccfb14630a8b065c7ab3a70c8a7
0
ansible/roles/launch_proxy
453
[ "no_license" ]
[ { "path": "ansible/roles/launch_proxy/tasks/main.yml", "content": "\n- name: Run HTTP proxy container\n docker_container:\n name: httpd\n image: elisadty/tp-devops-httpd\n ports:\n - \"80:80\"\n networks:\n - name: my-network\n restart_policy: always\n state: started\n vars:\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 286, "all_permissive": false }
ansible_role
elisadty/DevOps
bcdee0514159fccfb14630a8b065c7ab3a70c8a7
0
ansible/roles/network
453
[ "no_license" ]
[ { "path": "ansible/roles/network/tasks/main.yml", "content": "- name: Create Docker network\n docker_network:\n name: my-network\n state: present\n #pull: yes\n\n vars:\n ansible_python_interpreter: /opt/docker_venv/bin/python\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 172, "all_permissive": false }
ansible_role
consolewitch/ans_nginx
06dc96152c289b8451c708135ba9433b163d1059
0
roles/common
453
[ "no_license" ]
[ { "path": "roles/common/handlers/main.yml", "content": "---\n\n- name: \"Enable and start NginX\"\n service: name=nginx enabled=yes state=restarted\n notify: \n - \"Make sure nginx comes up\"\n - \"Tell the user where to find her web site.\"\n\n- name: \"Make sure nginx comes up\"\n wait_for: port={{ p...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 3574, "all_permissive": false }
ansible_role
stevenjvalle/infra-gcp-ha-resilience
0f515eb7d5810cd8e4e756d75005ac6ef0f39d0c
0
ansible/roles/grafana
453
[ "no_license" ]
[ { "path": "ansible/roles/grafana/tasks/main.yml", "content": "- name: Add Grafana APT key\r\n apt_key:\r\n url: https://packages.grafana.com/gpg.key\r\n state: present\r\n\r\n- name: Add Grafana APT repo\r\n apt_repository:\r\n repo: \"deb https://packages.grafana.com/oss/deb stable main\"\r\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
stevenjvalle/infra-gcp-ha-resilience
0f515eb7d5810cd8e4e756d75005ac6ef0f39d0c
0
ansible/roles/prometheus
453
[ "no_license" ]
[ { "path": "ansible/roles/prometheus/tasks/main.yml", "content": "- name: Install Prometheus\r\n apt:\r\n name: prometheus\r\n state: present\r\n update_cache: yes\r\n\r\n- name: Ensure Prometheus is running\r\n service:\r\n name: prometheus\r\n state: started\r\n enabled: yes\r\n", "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
KikiJikki/ansible
c621224ccc5ec5d75c87bec86d4f67aa00a5db69
0
ansible/roles/deploy_apache_web
453
[ "no_license" ]
[ { "path": "ansible/roles/deploy_apache_web/templates/index.j2", "content": "<html>\n <head>\n <title>Welcome to a1.home.local!</title>\n </head>\n <body>\n\n<font color=\"gold\"> Owner this server {{ owner }}<br>\nServer Host Name : {{ ansible_hostname }} <br>\nServer OS : {{ ansible_os_family }} <br>...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1435, "all_permissive": false }
ansible_role
KikiJikki/ansible
c621224ccc5ec5d75c87bec86d4f67aa00a5db69
0
ansible/roles/install_lemp
453
[ "no_license" ]
[ { "path": "ansible/roles/install_lemp/files/wp-config.php", "content": "<?php\r\n/**\r\n * The base configuration for WordPress\r\n *\r\n * The wp-config.php creation script uses this file during the\r\n * installation. You don't have to use the web site, you can\r\n * copy this file to \"wp-config.php\" an...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 6260, "all_permissive": false }
ansible_role
zekena/Ansible-rsyslog
acaf54eab3fc41b722ffb52db5cae2d13c172241
0
lab1/roles/ntp
453
[ "no_license" ]
[ { "path": "lab1/roles/ntp/tasks/main.yaml", "content": "- name: install ntp\n yum: \n name: ['ntp','ntpdate']\n state: latest\n- name: start ntp service\n service:\n name: ntp\n state: started\n- name: configure the timezone\n shell: \"ntpdate -s pool.ntp.org\"\n\n\n\n", "license_type": "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 213, "all_permissive": false }
ansible_role
zekena/Ansible-rsyslog
acaf54eab3fc41b722ffb52db5cae2d13c172241
0
lab1/roles/webserver
453
[ "no_license" ]
[ { "path": "lab1/roles/webserver/tasks/main.yaml", "content": "- name: install apache\n yum:\n name: apache2\n state: latest\n\n- name: create index2.html file\n file:\n path: /var/www/html\n mode: '0755'\n\n- name: Simple Usage\n syslogger:\n msg: \"Hello world!!\"\n\n- name: stop audit\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 274, "all_permissive": false }
ansible_role
zekena/Ansible-rsyslog
acaf54eab3fc41b722ffb52db5cae2d13c172241
0
lab2/roles/LC
453
[ "no_license" ]
[ { "path": "lab2/roles/LC/tasks/main.yaml", "content": "- name: Open port 514 for relay\n template:\n src: templates/rsyslog.conf.j2\n dest: /etc/rsyslog.conf\n notify: restart rsyslog\n- name: install firewalld\n yum:\n name: firewalld\n state: latest\n- name: allow port 514 tcp\n firewalld:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 395, "all_permissive": false }
ansible_role
zekena/Ansible-rsyslog
acaf54eab3fc41b722ffb52db5cae2d13c172241
0
lab2/roles/LR
453
[ "no_license" ]
[ { "path": "lab2/roles/LR/tasks/main.yaml", "content": "- name: adjust the host name \n template:\n src: templates/rsyslog.conf.j2\n dest: /etc/rsyslog.conf\n notify: restart rsyslog", "license_type": "no_license", "detected_licenses": [], "size_bytes": 130 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 130, "all_permissive": false }
ansible_role
neilpricetw/terraform-workspaces-terragrunt-ansible
e6527c9eb517be1be979c6b40f6b4afcb232b682
34
option4-terragrunt-and-ansible/ansible/roles/scaffold_environment
451
[ "no_license" ]
[ { "path": "option4-terragrunt-and-ansible/ansible/roles/scaffold_environment/templates/env.j2", "content": "locals {\n environment = \"{{ env }}\"\n environment_owner = \"{{ environment_owner }}\"\n ec2_instance_type = \"{{ ec2_instance_type }}\"\n ec2_root_volume_size = {{ ec2_root_volume_size }}\n db...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 3529, "all_permissive": false }
ansible_role
kosc/ansible_hotkosc
27e73891eadba54bf18865ede56365c94b7a82f8
0
roles/hastebin
451
[ "no_license" ]
[ { "path": "roles/hastebin/tasks/main.yml", "content": "---\n- name: Start redis container\n docker_container:\n image: redis\n name: redis\n\n- name: Start hastebin container\n docker_container:\n image: \"rlister/hastebin\"\n name: hastebin\n env:\n STORAGE_TYP: redis\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 518, "all_permissive": false }
ansible_role
kosc/ansible_hotkosc
27e73891eadba54bf18865ede56365c94b7a82f8
0
roles/minecraft-server-next
451
[ "no_license" ]
[ { "path": "roles/minecraft-server-next/tasks/main.yml", "content": "---\n- name: Start minecraft-server-next container\n docker_container:\n image: java:8-jdk\n name: minecraft-server-next\n interactive: yes\n tty: yes\n working_dir: \"/data\"\n entrypoint: \"/data/entrypoint....
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 628, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/common
451
[ "no_license" ]
[ { "path": "roles/common/tasks/rhel7_repos.yml", "content": "---\n- name: Register for RHEL7\n redhat_subscription: state=present username=\"{{ lookup('file', '~/rhn_username') }}\" password=\"{{ lookup('file', '~/<PASSWORD>') }}\" autosubscribe=true\n\n- name: Enable RHEL7 Extra Repo\n command: \"subscrip...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1389, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/etcd
451
[ "no_license" ]
[ { "path": "roles/etcd/tasks/firewalld.yml", "content": "---\n- name: Open firewalld port for etcd\n firewalld: port={{ item }}/tcp permanent=false state=enabled\n with_items:\n - 4001\n - 7001\n\n- name: Save firewalld port for etcd\n firewalld: port={{ item }}/tcp permanent=true state=enabled\n w...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 4, "total_bytes": 1107, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/kubedns
451
[ "no_license" ]
[ { "path": "roles/kubedns/templates/skydns-svc.yaml.j2", "content": "kind: Service\napiVersion: v1beta1\nid: kube-dns\nnamespace: default\nprotocol: UDP\nport: 53\nportalIP: {{ cluster_dns_ip }}\ncontainerPort: 53\nlabels:\n k8s-app: kube-dns\n kubernetes.io/cluster-service: \"true\"\nselector:\n k8s-app:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2025, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/kubeguest
451
[ "no_license" ]
[ { "path": "roles/kubeguest/files/frontend-controller.json", "content": "{\n \"id\": \"frontend-controller\",\n \"kind\": \"ReplicationController\",\n \"apiVersion\": \"v1beta1\",\n \"desiredState\": {\n \"replicas\": 3,\n \"replicaSelector\": {\"name\": \"frontend\"},\n \"podTemplate\": {\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 3158, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/master
451
[ "no_license" ]
[ { "path": "roles/master/handlers/main.yml", "content": "---\n- name: restart daemons\n command: /bin/true\n notify:\n - restart apiserver\n - restart controller-manager\n - restart scheduler\n\n- name: restart apiserver\n service: name=kube-apiserver state=restarted\n\n- name: ...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 6368, "all_permissive": false }
ansible_role
nzwulfin/ansible-atomic
00d78e0bffc3b3778e757db07c43dbb0bceb6bc9
6
roles/minion
451
[ "no_license" ]
[ { "path": "roles/minion/templates/docker.j2", "content": "OPTIONS=--registry-mirror=http://{{ groups['master'][0] }}:5000 --selinux-enabled\nDOCKER_CERT_PATH=/etc/docker\n\n# Location used for temporary files, such as those created by\n# docker load and build operations. Default is /var/lib/docker/tmp\n# Ca...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 3486, "all_permissive": false }
ansible_role
SnayderMorales/ansible01
673431c7b6465b876c214e8e8b4e15c20278a140
0
ansible001/roles/nosqlserver
451
[ "no_license" ]
[ { "path": "ansible001/roles/nosqlserver/tasks/main.yml", "content": "---\n- name: add repositories\n apt: name={{ item }} state=present\n with_items:\n - redis-server\n\n- name: start always redis\n service:\n name: redis-server\n state: started\n enabled: yes\n", "license_type": "no_lice...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 197, "all_permissive": false }
ansible_role
SnayderMorales/ansible01
673431c7b6465b876c214e8e8b4e15c20278a140
0
ansible002/roles/sqlserver
451
[ "no_license" ]
[ { "path": "ansible002/roles/sqlserver/tasks/main.yml", "content": "\n\n- name: add repositories\n apt: name={{ item }} state=present\n with_items:\n - mariadb-server\n - python-mysqldb\n\n- name: start always mysql\n service:\n name: mysql\n state: started\n enabled: yes\n\n- name: Install...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
arminbiklari/postgres-ansible-setup
ffb5416471a868cb26152b9db294874d72da8b3a
1
roles/backups
451
[ "no_license" ]
[ { "path": "roles/backups/defaults/main.yml", "content": "postgres_databases: [''] # Default to 'postgres' DB if not provided\npostgres_root_user: ''\npostgres_root_password: ''\npostgres_host: ''\n\ns3_bucket: ''\ns3_access_key: ''\ns3_secret_key: ''\ns3_backup_dir: ''\ns3_endpoint: ''\n\nbackup_enabled: \...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 4461, "all_permissive": false }
ansible_role
arminbiklari/postgres-ansible-setup
ffb5416471a868cb26152b9db294874d72da8b3a
1
roles/postgres
451
[ "no_license" ]
[ { "path": "roles/postgres/tasks/setup.yml", "content": "---\n- name: Set PostgreSQL environment variables.\n ansible.builtin.template:\n src: postgres.sh.j2\n dest: /etc/profile.d/postgres.sh\n mode: 0644\n notify: restart postgresql\n\n- name: Ensure PostgreSQL data directory exists.\n ansible....
{ "task_files": 6, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 11, "total_bytes": 16535, "all_permissive": false }
ansible_role
egkhov/pixbi-deployment
217efa1a59f710b3ec4c96cf92787be3c9aa6766
0
roles/egkhov.pixbi
451
[ "no_license" ]
[ { "path": "roles/egkhov.pixbi/templates/pixbi_nginx.conf.j2", "content": "events {}\n\nhttp {\n server {\n listen 443 ssl;\n server_name \"{{ pix_url }}\";\n root /var/www/pixbi;\n\n ssl_certificate /etc/nginx/ssl/pixbi.crt;\n ssl_certificate_key...
{ "task_files": 7, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 15, "total_bytes": 12514, "all_permissive": false }
ansible_role
Skayloo/infrastructure
eb17556a9fb1368ddba633ec6874499e2c8d5e1c
1
ansible/roles/backend
451
[ "no_license" ]
[ { "path": "ansible/roles/backend/tasks/main.yml", "content": "- name: Apt update\n become: true\n become_user: root\n become_method: sudo\n apt:\n update_cache: yes\n\n- name: Install Java\n become: yes\n become_user: root\n become_method: sudo\n apt:\n name: \"{{ packages }}\"\n state: pre...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2822, "all_permissive": false }
ansible_role
Skayloo/infrastructure
eb17556a9fb1368ddba633ec6874499e2c8d5e1c
1
ansible/roles/frontend
451
[ "no_license" ]
[ { "path": "ansible/roles/frontend/tasks/main.yml", "content": "- name: Install requirements\n become: yes\n become_user: root\n become_method: sudo\n apt:\n name: \"{{ packages }}\"\n state: present\n\n- name: Install npm\n become: true\n ansible.builtin.package:\n name:\n - npm\n sta...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2808, "all_permissive": false }
ansible_role
riadhhamdi/ansible_demo_submodules
1545872ba540fb774eff5815d2c7238f84c26266
0
roles/test-role
451
[ "no_license" ]
[ { "path": "roles/test-role/tasks/main.yml", "content": "---\n# tasks file for test-role\n- name: Show a message from inside collection \n debug:\n msg: \"A message from a role inside collection\" \n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 140 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 140, "all_permissive": false }
ansible_role
Sulaiman-Amir/enterprise-multiregion-iac-security
f4db1f21a99f76db47d0be337308f02d3889df0f
0
ansible/roles/common
451
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: Update apt cache\n apt:\n update_cache: yes\n\n- name: Install fail2ban\n apt:\n name: fail2ban\n state: present\n\n- name: Enable UFW\n ufw:\n state: enabled\n policy: deny\n\n", "license_type": "no_license", ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 193, "all_permissive": false }
ansible_role
gshakir/aws-price-api
bcf03bd03eb7b408ba0b5a50620a42c6b36c3b23
0
ansible/roles/lambda-role
451
[ "no_license" ]
[ { "path": "ansible/roles/lambda-role/tasks/main.yml", "content": "---\n- name: Ensure role exists\n iam:\n iam_type: role\n name: \"{{ aws_lambda_role }}\"\n state: present\n\n- name: Ensure policy exists\n iam_policy:\n iam_type: role\n iam_name: \"{{ aws_lambda_role }}\"\n policy_name:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 377, "all_permissive": false }
ansible_role
gshakir/aws-price-api
bcf03bd03eb7b408ba0b5a50620a42c6b36c3b23
0
ansible/roles/lambda-setup
451
[ "no_license" ]
[ { "path": "ansible/roles/lambda-setup/tasks/main.yml", "content": "---\n- name: Set up lambda function\n lambda:\n state: present\n name: \"{{ aws_lambda_function_name}}\"\n publish: True\n description: AWS Price API Lambda function\n code_s3_bucket: \"{{ price_api_lambda_bucket_name }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 494, "all_permissive": false }
ansible_role
boking/ansible-rabbitmq
16c56ad802e687f9617510e10cc7f34de5093484
0
ansible-rabbitmq/roles/rabbitmqm
451
[ "no_license" ]
[ { "path": "ansible-rabbitmq/roles/rabbitmqm/handlers/main.yml", "content": "---\r\n- name: restart rabbitmq\r\n shell: systemctl restart rabbitmq-server.service\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 83 }, { "path": "ansible-rabbitmq/roles/rabbitmqm/t...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 871, "all_permissive": false }
ansible_role
boking/ansible-rabbitmq
16c56ad802e687f9617510e10cc7f34de5093484
0
ansible-rabbitmq/roles/rabbitmqs
451
[ "no_license" ]
[ { "path": "ansible-rabbitmq/roles/rabbitmqs/templates/hostname.j2", "content": "{{hostname}}\r\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 14 }, { "path": "ansible-rabbitmq/roles/rabbitmqs/handlers/main.yml", "content": "---\r\n# handlers file for rabbitm...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 1224, "all_permissive": false }
ansible_role
watermarkchurch/locust-starter-digitalocean
ee84f4d8d21b28e1a8177271a77663cd7d0b3f40
0
roles/locust
451
[ "no_license" ]
[ { "path": "roles/locust/tasks/main.yml", "content": "- name: Install pip3\n apt:\n name: python3-pip\n state: present\n update_cache: yes\n- name: \"Install locust\"\n pip: name=locustio\n\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 138 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 138, "all_permissive": false }
ansible_role
andrewrothstein/rancher-ansible-ha
f53c30e0c0ba1044676e5a63bd543c96a8248720
0
roles/rancher-bootstrap
451
[ "no_license" ]
[ { "path": "roles/rancher-bootstrap/tasks/main.yml", "content": "---\n- name: write bootstrap executable\n sudo: yes\n template:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: 0755\n with_items:\n - src: bootstrap-config.sh.j2\n dest: \"{{ bootstrap_executable_path }}\"\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 2061, "all_permissive": false }
ansible_role
andrewrothstein/rancher-ansible-ha
f53c30e0c0ba1044676e5a63bd543c96a8248720
0
roles/rancher-mysql
451
[ "no_license" ]
[ { "path": "roles/rancher-mysql/handlers/main.yml", "content": "---\n- name: reload mysql-rancher\n sudo: yes\n command: systemctl daemon-reload\n tags:\n - rancher-server\n\n- name: restart mysql-rancher\n sudo: yes\n service:\n name: mysql-rancher\n state: restarted\n tags:\n - rancher-se...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1602, "all_permissive": false }
ansible_role
andrewrothstein/rancher-ansible-ha
f53c30e0c0ba1044676e5a63bd543c96a8248720
0
roles/rancher-server
451
[ "no_license" ]
[ { "path": "roles/rancher-server/tasks/main.yml", "content": "---\n- name: configure rancher server ha\n sudo: yes\n copy:\n src: \"{{ item.src }}\"\n dest: \"{{ item.dest }}\"\n mode: 0755\n with_items:\n - src: rancher-ha.sh\n dest: \"{{ rancher_ha_executable }}\"\n tags:\n - ranche...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 555, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/aws-ec2-setup
451
[ "no_license" ]
[ { "path": "roles/aws-ec2-setup/tasks/add_vip_rtb.yaml", "content": "--- # tasks file for add_vip_rtb.yaml\n\n- name: AWS Route Table setup\n include_tasks: vpc_route_table_check_config.yaml\n loop: \"{{ CLUSTER_RTBs }}\"\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 7, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 7, "total_bytes": 3767, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/check-input-parameters
451
[ "no_license" ]
[ { "path": "roles/check-input-parameters/tasks/check_os.yaml", "content": "---\n\n- name: Check if running on supported OS\n fail:\n msg: The os {{ ansible_os_family }} is not supported. Supported OSs RHEL and SLES.\n when: ansible_os_family != \"RedHat\" and ansible_os_family != \"Suse\"\n", "licen...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1024, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/cluster-corosync-config
451
[ "no_license" ]
[ { "path": "roles/cluster-corosync-config/tasks/sles/main.yaml", "content": "--- # Corosync config SLES\n\n- name: Stop services\n include_tasks: \"stop_services.yaml\"\n\n- name: Generate corosync keys\n include_tasks: \"generate_corosync_key.yaml\"\n\n- name: Copy corosync keys\n include_tasks: \"copy_c...
{ "task_files": 8, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 10, "total_bytes": 4036, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/cluster-pacemaker-setup
451
[ "no_license" ]
[ { "path": "roles/cluster-pacemaker-setup/tasks/sles/cluster_stonith.yaml", "content": "--- # Create stonith\n\n- name: Create Stonith\n shell: |\n crm configure primitive res_AWS_STONITH stonith:external/ec2 \\\n op start interval=0 timeout=180 \\\n op stop interval=0 timeout=180 \\\n op monito...
{ "task_files": 9, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 2862, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/install-awscli
451
[ "no_license" ]
[ { "path": "roles/install-awscli/tasks/common/install_awscli_bin.yaml", "content": "--- # Install AWSCLI ANY\n\n- name: Get AWSCLIv2 and extract\n unarchive:\n src: https://awscli.amazonaws.com/awscli-exe-linux-{{ ansible_architecture }}.zip\n dest: /opt\n remote_src: yes\n\n- name: Install/Update ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 5, "total_bytes": 1532, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/install-cluster_glue-from-github
451
[ "no_license" ]
[ { "path": "roles/install-cluster_glue-from-github/tasks/common/make_and_install_cluster_glue.yaml", "content": "---\n\n- name: Build cluster-glue\n community.general.make:\n chdir: \"{{ cluster_glue_dir }}\"\n\n- name: Run 'install' cluster-glue\n community.general.make:\n chdir: \"{{ cluster_glue_d...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 2996, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/install-resource_agents-from-github
451
[ "no_license" ]
[ { "path": "roles/install-resource_agents-from-github/tasks/common/main.yaml", "content": "--- # Build ClusterLabs resource-agents\n\n- name: Include resource-agents custom vars\n include_vars:\n file: vars/resource_agents.yaml\n\n- name: Include git clone resource-agents\n include_tasks: \"git_clone_re...
{ "task_files": 11, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 13, "total_bytes": 3029, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/install-system-development-tools
451
[ "no_license" ]
[ { "path": "roles/install-system-development-tools/tasks/rhel/install_build_essentials.yaml", "content": "--- # RedHat Devel packages\n\n- name: RHEL build essentials\n zypper:\n name: \"{{ rhel_build_essentials_rpms }}\"\n state: present\n\n- name: RHEL Development tools install\n ansible.builtin.dn...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 867, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/install-system-ha-packages
451
[ "no_license" ]
[ { "path": "roles/install-system-ha-packages/defaults/main.yaml", "content": "--- # RHEL/SLES Packages\n\nrhel_9_packages:\n - pcs\n - pacemaker\n - fence-agents-aws\n - resource-agents\n - resource-agents-cloud\n - resource-agents-sap-hana\n\nrhel_8_packages:\n - pcs\n - pacemaker\n - fence-agents-...
{ "task_files": 3, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1190, "all_permissive": false }
ansible_role
eloisilva/ec2-cluster-setup
2411afbfd8ef55dbca35a55f4343fac1ddac9e26
0
roles/system-startup
451
[ "no_license" ]
[ { "path": "roles/system-startup/tasks/common/set_hostname.yaml", "content": "---\n\n- name: Set OS hostname primary\n hostname:\n name: \"{{ PRIMARY_HOSTNAME }}\"\n when: GLOBAL_HA_PRIMARY in group_names\n\n- name: Set OS hostname secondary\n hostname:\n name: \"{{ SECONDARY_HOSTNAME }}\"\n when: ...
{ "task_files": 7, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 1560, "all_permissive": false }
ansible_role
zhucaipeng/ei-project-ansible
aabbfc72cf8b5366926f9641d678d13bd1614b89
0
roles/common
454
[ "no_license" ]
[ { "path": "roles/common/vars/main.yml", "content": "---\n# vars file for roles/common\n\nBASE_DIR: \"/home/ansible/playbooks\"\ninventory: \"{{ BASE_DIR }}/inventory\"\n\nSN: \"{{ BASE_DIR }}/servicenow.list\"\nDL: \"{{ BASE_DIR }}/download.list\"\nRPM_PATH: \"/tmp/rpms\"\nRPM_LIST_PATH: \"/etc/ansible/fact...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 7, "total_bytes": 12855, "all_permissive": false }
ansible_role
zhucaipeng/ei-project-ansible
aabbfc72cf8b5366926f9641d678d13bd1614b89
0
roles/p1_role
454
[ "no_license" ]
[ { "path": "roles/p1_role/handlers/main.yml", "content": "---\n# handlers file for roles/p1_role\n- name: s_sync\n shell:\n chdir: \"{{ RH7_S_REPO }}\"\n cmd: createrepo . && /usr/local/bin/repoSyncToIC $PWD\n when: inventory_hostname in groups['s_reposync_nodes']\n\n- name: createrepo_itops_redhat7\...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2956, "all_permissive": false }
ansible_role
zhucaipeng/ei-project-ansible
aabbfc72cf8b5366926f9641d678d13bd1614b89
0
roles/p3_role
454
[ "no_license" ]
[ { "path": "roles/p3_role/tasks/main.yml", "content": "---\n# tasks file for roles/p3_role\n\n- name: rsync_itops_redhat7_repo\n copy:\n src: \"{{ RPM_PATH }}/redhat7/\"\n dest: \"{{ RH7_ITOPS_REPO }}\"\n owner: root\n group: root\n mode: 0775\n when: inventory_hostname in groups['p3_reposyn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2220, "all_permissive": false }
ansible_role
zhucaipeng/ei-project-ansible
aabbfc72cf8b5366926f9641d678d13bd1614b89
0
roles/p5_role
454
[ "no_license" ]
[ { "path": "roles/p5_role/handlers/main.yml", "content": "---\n# handlers file for roles/p5_role\n\n- name: createrepo_itops_redhat7\n shell:\n chdir: \"{{ RH7_ITOPS_REPO }}\"\n cmd: createrepo .\n when: inventory_hostname in groups['p5_reposync_nodes']\n\n- name: createrepo_redhat6\n shell:\n ch...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2221, "all_permissive": false }
ansible_role
zhucaipeng/ei-project-ansible
aabbfc72cf8b5366926f9641d678d13bd1614b89
0
roles/z1_role
454
[ "no_license" ]
[ { "path": "roles/z1_role/tasks/main.yml", "content": "---\n# tasks file for roles/z1_role\n\n- name: rsync_itops_redhat7_repo\n copy:\n src: \"{{ RPM_PATH }}/redhat7/\"\n dest: \"{{ RH7_ITOPS_REPO }}\"\n owner: root\n group: root\n mode: 0775\n when: inventory_hostname in groups['z1_reposyn...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 2, "total_bytes": 2221, "all_permissive": false }
ansible_role
robinweston/go-home
bc1123f7563c01e4ee7fa81bbf3bafab85c44213
0
ops/roles/go-home
454
[ "no_license" ]
[ { "path": "ops/roles/go-home/tasks/main.yml", "content": "---\n- include_vars: docker_creds.yml\n\n- name: start golang container\n sudo: True\n docker: \n name: golang-web\n image: robinweston/private-images:go-home-latest\n pull: always\n state: reloaded\n username: \"{{ docker_hub_usern...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 344, "all_permissive": false }
ansible_role
merizrizal/autosetup-for-ubuntu-desktop
fc51e260e6e702ecf611b91da2cb9db6c5096f94
1
roles/setup
454
[ "no_license" ]
[ { "path": "roles/setup/tasks/install_application.yml", "content": "---\n- name: Install application\n ansible.builtin.debug:\n msg: \"{{ item.name }}\"\n\n- name: Ensure the applications /opt directory empty\n ansible.builtin.file:\n path: /opt/{{ item.name }}\n state: absent\n\n- name: Ensure th...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 5328, "all_permissive": false }