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 | kmbulebu/rpi-firewall | ba060a02be1b09dd380635f0b5c51df4d238fddf | 4 | roles/firewall | 211 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/mounts.yml",
"content": "---\n- name: Setup mounts\n copy:\n src: mounts/fstab\n dest: /etc/fstab\n owner: root\n group: root\n mode: '0644'\n notify:\n - mount auto\n - restart rsyslog\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 16,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 29550,
"all_permissive": false
} |
ansible_role | aorcajo/ansible-example | e2a635df7720f6e20c4582030e7473bf78abb2ee | 0 | roles/redis | 211 | [
"no_license"
] | [
{
"path": "roles/redis/defaults/main.yml",
"content": "---\nredis_port: 6379\nredis_bind_interface: 127.0.0.1\nredis_databases: 16\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 73
},
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Ensure Redis i... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 882,
"all_permissive": false
} |
ansible_role | guldin85/ansible_playbooks | f2843f0ccf07d20a200c779dfc2a9eb4ad803ad6 | 0 | roles/jvm_control | 211 | [
"no_license"
] | [
{
"path": "roles/jvm_control/tasks/main.yml",
"content": "---\n- name: Stop JVM\n shell: >\n /Was/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/stopServer.sh {{ jvm_name }}\n when: jvm_action == \"stop\"\n\n- name: Start JVM\n shell: >\n /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 289,
"all_permissive": false
} |
ansible_role | mullerivan/secure-infraestructure | 21dc3001997e22dd88c460a2e3fd3ec2f5cb5164 | 0 | playbooks/roles/architecture | 211 | [
"no_license"
] | [
{
"path": "playbooks/roles/architecture/tasks/local-essential.yml",
"content": "- name: remomve things that i dont use\n action: apt pkg={{item}} state=absent\n with_items:\n - thunderbird \n - hexchat\n - brasero\n - banshee\n - transmission-common\n - transmission-gtk\n - gthumb\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1115,
"all_permissive": false
} |
ansible_role | mullerivan/secure-infraestructure | 21dc3001997e22dd88c460a2e3fd3ec2f5cb5164 | 0 | playbooks/roles/fail2ban | 211 | [
"no_license"
] | [
{
"path": "playbooks/roles/fail2ban/tasks/install.yml",
"content": "---\n- name: Download fail2ban\n get_url: url=https://codeload.github.com/fail2ban/fail2ban/tar.gz/0.8.13 dest=~/fail2ban-0.8.13.tar.gz\n\n- name: createw folder /etc/fail2ban\n shell: mv ~/fail2ban-0.8.13.tar.gz /opt/fail2ban-0.8.13.tar.... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1057,
"all_permissive": false
} |
ansible_role | mullerivan/secure-infraestructure | 21dc3001997e22dd88c460a2e3fd3ec2f5cb5164 | 0 | playbooks/roles/firewall | 211 | [
"no_license"
] | [
{
"path": "playbooks/roles/firewall/tasks/default_config.yml",
"content": "---\n- name: drop old politics\n shell: iptables -P INPUT ACCEPT\n\n- name: drop old rules\n shell: iptables -F\n\n- name: Accept conection RELATED,ESTABLISHED\n shell: iptables -A INPUT -m state --state RELATED,ESTABLISHED -j AC... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1367,
"all_permissive": false
} |
ansible_role | mullerivan/secure-infraestructure | 21dc3001997e22dd88c460a2e3fd3ec2f5cb5164 | 0 | playbooks/roles/nagios | 211 | [
"no_license"
] | [
{
"path": "playbooks/roles/nagios/tasks/nagios.yml",
"content": "\n- name: Install Nagios packages\n apt: pkg={{ item }} state=latest update_cache=yes install_recommends=yes\n with_items:\n - nagios3 \n - nagios-nrpe-plugin\n\n- name: creamos usuario nagios\n shell: usermod -a -G nagios www-data\n\n- n... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2477,
"all_permissive": false
} |
ansible_role | mullerivan/secure-infraestructure | 21dc3001997e22dd88c460a2e3fd3ec2f5cb5164 | 0 | playbooks/roles/vpn | 211 | [
"no_license"
] | [
{
"path": "playbooks/roles/vpn/tasks/vpn.yml",
"content": "#https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04\n- name: Install VPN packages\n apt: pkg={{ item }} state=latest update_cache=yes install_recommends=yes\n with_items:\n - openvpn \n - easy-rsa\n\... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2147,
"all_permissive": false
} |
ansible_role | BazilBazili4/ansible-apache-vhost | 63449ac55cad97a77f9331375ff63055082dcb13 | 0 | roles/application | 211 | [
"no_license"
] | [
{
"path": "roles/application/templates/main-local.php.j2",
"content": "<?php\nreturn [\n 'components' => [\n 'authManager' => ['class' => 'yii\\rbac\\DbManager'],\n 'db' => [\n 'class' => 'yii\\db\\Connection',\n 'dsn' => 'mysql:host={{ db_host }};dbname={{ ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2787,
"all_permissive": false
} |
ansible_role | BazilBazili4/ansible-apache-vhost | 63449ac55cad97a77f9331375ff63055082dcb13 | 0 | roles/database | 211 | [
"no_license"
] | [
{
"path": "roles/database/tasks/main.yml",
"content": "\n- name: Create database user with all database privileges\n mysql_user:\n name: \"{{ db_user }}\"\n password: \"{{ <PASSWORD>}}\"\n priv: '*.*:ALL'\n state: present\n\n- name: Create databases \n mysql_db:\n login_user: \"{{ db_user }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | BazilBazili4/ansible-apache-vhost | 63449ac55cad97a77f9331375ff63055082dcb13 | 0 | roles/directory | 211 | [
"no_license"
] | [
{
"path": "roles/directory/tasks/main.yml",
"content": "- name: create application directory\n file:\n path: \"{{ server_root}}/{{ app_name }}\"\n state: directory\n\n# - name: create logs directory\n# file:\n# path: /var/www/httpd-logs\n# state: directory\n\n- name: change ownership of a d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 379,
"all_permissive": false
} |
ansible_role | BazilBazili4/ansible-apache-vhost | 63449ac55cad97a77f9331375ff63055082dcb13 | 0 | roles/vhost | 211 | [
"no_license"
] | [
{
"path": "roles/vhost/templates/test-realty.estdev.ru.j2",
"content": "<VirtualHost 172.16.31.10:80>\n\tServerName {{ app_name }}\n\tDocumentRoot {{ server_root}}/{{ app_name }}/{{ app_root }}\n\tServerAdmin webmaster@{{ app_name }}\n\tAddDefaultCharset off\n\tSuexecUserGroup www-root www-root\n\tCustomLog... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2340,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/docker-zabbix | 211 | [
"no_license"
] | [
{
"path": "roles/docker-zabbix/tasks/main.yml",
"content": "# Сбор информации о ВМ\n---\n- name: Collect only facts returned by facter\n setup:\n gather_subset:\n - 'all'\n- name: Install aptitude\n apt:\n name: aptitude\n state: latest\n update_cache: true\n\n- name: Install required sys... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1261,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/postgresql-install | 211 | [
"no_license"
] | [
{
"path": "roles/postgresql-install/tasks/main.yml",
"content": "- name: Add source repository into sources list\n ansible.builtin.apt_repository:\n repo: \"deb http://apt.postgresql.org/pub/repos/apt focal-pgdg main\"\n state: present\n update_cache: no\n- name: Add an Apt signing key, uses which... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2847,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/postgresql-management | 211 | [
"no_license"
] | [
{
"path": "roles/postgresql-management/tasks/main.yml",
"content": "- name: \"Create app database\"\n postgresql_db:\n state: present\n name: \"{{ db_name }}\"\n- name: \"Create db user\"\n postgresql_user:\n state: present\n name: \"{{ db_user }}\"\n password: \"{{ <PASSWORD> }}\"\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1330,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/setting-os | 211 | [
"no_license"
] | [
{
"path": "roles/setting-os/tasks/main.yml",
"content": "---\n# Установка временнОй зоны\n- name: Set timezone\n timezone:\n name: \"{{ timezone_os }}\"\n tags:\n - time\n# Команды на хосте \n- block:\n - name: Enable ufw \n ansible.builtin.shell: ufw app list \n# ansible.builtin.shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2600,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/zabbix-docker | 211 | [
"no_license"
] | [
{
"path": "roles/zabbix-docker/templates/.env_web_service.j2",
"content": "# ZBX_DEBUGLEVEL=3\nZBX_ALLOWEDIP={{ zabbix_name }}\n# ZBX_LISTENPORT=10053\n# ZBX_LISTENIP=\n# ZBX_TIMEOUT=3\n# ZBX_TLSACCEPT=unencrypted\n# ZBX_TLSCAFILE=\n# ZBX_TLSCERTFILE=\n# ZBX_TLSKEYFILE=\n# ZBX_IGNOREURLCERTERRORS=0\n",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 9779,
"all_permissive": false
} |
ansible_role | Dreych/zap | be899628bc7455aef0c4235a68d7b5eda4aa4c7d | 0 | roles/zabbix-server | 211 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/tasks/main.yml",
"content": "# Сбор информации о ВМ\n---\n- name: Collect only facts returned by facter\n setup:\n gather_subset:\n - 'all'\n\n# Установите репозиторий Zabbix\n\n- name: Add zabbix repository if CentOS\n yum:\n name: https://repo.zabbix.com/zabbix/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5168,
"all_permissive": false
} |
ansible_role | deleff/ansible_challenge | daf7040e01b2a6e29ec938c77c9d9a70db067898 | 0 | ansible_webserver/roles/webserver_with_ip | 211 | [
"no_license"
] | [
{
"path": "ansible_webserver/roles/webserver_with_ip/vars/main.yml",
"content": "---\n# vars file for webserver_with_ip",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "ansible_webserver/roles/webserver_with_ip/tasks/main.yml",
"content": "---\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | deleff/ansible_challenge | daf7040e01b2a6e29ec938c77c9d9a70db067898 | 0 | launch_ec2_with_security_group/roles/ec2_security | 211 | [
"no_license"
] | [
{
"path": "launch_ec2_with_security_group/roles/ec2_security/tasks/security_group.yml",
"content": "---\n# Create a security group for an EC2 instance:\n# Inbound - Your IP address (SSH, HTTP); Ansible IP address (SSH)\n# Outbound – HTTPS & HTTP to any IP address\n\n- name: create security group\n ec2_grou... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2169,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/elasticsearch | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/elasticsearch/tasks/main.yml",
"content": "---\n########################################################\n# Install ElasticSearch\n########################################################\n\n- \n name: \"Install elasticsearch from APT repository\"\n apt: \n name: elast... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 457,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/elasticsearch-data | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/elasticsearch-data/templates/filebeatConf.j2",
"content": "#=========================== Filebeat inputs =============================\n\nfilebeat.inputs:\n\n# Each - is an input. Most options can be set at the input level, so\n# you can use different inputs for various conf... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 8277,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/elasticsearch-master | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/elasticsearch-master/tasks/main.yml",
"content": "---\n########################################################\n# Setup ElasticSearch Master with beats\n########################################################\n\n- name: \"Copy elasticsearch config\"\n template: \n src... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 11103,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/elk-post | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/elk-post/tasks/main.yml",
"content": "---\n########################################################\n# ElasticSearch Master post installation task\n########################################################\n\n- name: \"Setup dashboard in Kibana for filebeat and metricbeat\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/elk-pre | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/elk-pre/defaults/main.yml",
"content": "---\n# defaults file for elk-pre",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "ansible-playbook/roles/elk-pre/tests/test.yml",
"content": "---\n- hosts: localhost\n re... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 691,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/java | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/java/tasks/main.yml",
"content": "--- \n- \n name: \"Install Java 8\"\n apt: \n name: openjdk-8-jre-headless\n state: present\n update_cache: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 116,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/kibana-proxy | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/kibana-proxy/defaults/main.yml",
"content": "---\n# defaults file for kibana-proxy",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "ansible-playbook/roles/kibana-proxy/tasks/main.yml",
"content": "---\n#########... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 950,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/logstash | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/logstash/tasks/main.yml",
"content": "---\n########################################################\n# Set up Logstash\n########################################################\n\n- name: \"Install Logstash from APT repository\"\n apt: \n name: logstash \n state: pre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 711,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/nginx | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/nginx/tasks/main.yml",
"content": "---\n########################################################\n# Prepare to setup nginx\n########################################################\n\n- name: \"Install nginx\"\n apt:\n name: nginx\n state: present\n\n- name: \"Enable... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 372,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/nginx-filebeat | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/nginx-filebeat/defaults/main.yml",
"content": "---\n# defaults file for nginx-filebeat",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 38
},
{
"path": "ansible-playbook/roles/nginx-filebeat/tasks/main.yml",
"content": "---\n###... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1296,
"all_permissive": false
} |
ansible_role | vdsridevops/aws-elk | bbc1d651a2e9abdb7cbb0de3337ee36b40bfef5c | 0 | ansible-playbook/roles/nginx-metricbeat | 211 | [
"no_license"
] | [
{
"path": "ansible-playbook/roles/nginx-metricbeat/tasks/main.yml",
"content": "---\n########################################################\n# Prepare to setup metricbeat\n########################################################\n\n- name: \"Install and enable metricbeat module\"\n shell: \"{{ item }}\" ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | NitorCreations/liipi-ansible | b6925753ef17c20ce6b6bdadc81bc98a4767f7cb | 1 | roles/instances | 221 | [
"no_license"
] | [
{
"path": "roles/instances/tasks/main.yml",
"content": "---\n- name: EC2 keypair\n local_action:\n module: ec2_key\n name: hsl-liipi\n region: eu-west-1\n register: ec2_keypair\n\n- name: store potential new key\n copy: content=\"{{ec2_keypair.key.private_key}}\" dest=\"hsl-liipi.key\" mode=0400... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1048,
"all_permissive": false
} |
ansible_role | NitorCreations/liipi-ansible | b6925753ef17c20ce6b6bdadc81bc98a4767f7cb | 1 | roles/vpc | 221 | [
"no_license"
] | [
{
"path": "roles/vpc/tasks/security.yml",
"content": "---\n- name: Configure hsl-liipi-internal security group\n local_action:\n module: ec2_group\n name: hsl-liipi-internal\n description: hsl-liipi-internal\n vpc_id: '{{ vpc.vpc_id }}'\n region: eu-west-1\n rules:\n - proto: tcp\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3269,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-backend | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-backend/tasks/main.yaml",
"content": "- name: backend deployment\r\n k8s:\r\n state: present\r\n definition:\r\n apiVersion: apps/v1\r\n kind: Deployment\r\n metadata:\r\n name: backend\r\n namespace: default\r\n labels:\r\n app: bac... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1536,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-build-images | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-build-images/tasks/main.yaml",
"content": "- name: Install pip\n become: yes\n ansible.builtin.apt:\n name: ['python3-dev', 'python3-setuptools', 'python3-pip']\n state: latest\n update_cache: yes\n when: ansible_distribution == \"Ubuntu\"\n\n- name: updating pip\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 640,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-copy | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-copy/tasks/main.yaml",
"content": "- name: checking if the directory exists\n stat:\n path: ./ccc39-assignment\n register: assignment_folder\n\n- name: create the directory if it does not exists\n file:\n path: ./ccc39-assignment\n state: directory\n mode: 0755\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 830,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-couchdb | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-couchdb/tasks/main.yaml",
"content": " - name: couchdb volumes persistent volumes\r\n vars:\r\n volume_names:\r\n - couch-vol-1\r\n - couch-vol-2\r\n - couch-vol-3\r\n k8s:\r\n state: present\r\n definition:\r\n api... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4598,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-frontend | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-frontend/tasks/main.yaml",
"content": " - name: Wait for nodes to be ready\n shell: \"kubectl get nodes\"\n register: nodes\n until:\n - '\" NotReady \" not in nodes.stdout'\n retries: 6\n delay: 30\n\n - name: output the node info\n debug:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2750,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-harvester | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-harvester/tasks/main.yaml",
"content": "## there should be something about the secrets and stuff. and there should be the deployments of the k8s objects for the kubernetes cluster.\r\n\r\n- name: deployment for the harvesters\r\n vars:\r\n harvester_regions:\r\n - north\r\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/ccc39-volumes | 221 | [
"no_license"
] | [
{
"path": "roles/ccc39-volumes/tasks/main.yaml",
"content": "---\r\n- name: Install dependencies\r\n become: yes\r\n ansible.builtin.apt:\r\n name: ['xfsprogs']\r\n state: latest\r\n install_recommends: no\r\n update_cache: yes\r\n\r\n- name: Make file system\r\n become: yes\r\n community.ge... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1143,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/kubernetes-common | 221 | [
"no_license"
] | [
{
"path": "roles/kubernetes-common/tasks/main.yaml",
"content": "- name: Install packages that allow apt to be used over HTTPS\n become: true\n apt:\n name: \"{{packages}}\"\n state: present\n update_cache: yes\n vars:\n packages:\n - apt-transport-https\n - ca-certificates\n - curl\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4829,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/kubernetes-master | 221 | [
"no_license"
] | [
{
"path": "roles/kubernetes-master/tasks/main.yaml",
"content": " - name: check if the kubeadm files exists on the master node before initializing the cluster\n become: true\n shell: |\n if [ -f \"/etc/kubernetes/manifests/kube-apiserver.yaml\" ] && [ -f \"/etc/kubernetes/manifest... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3230,
"all_permissive": false
} |
ansible_role | rbghks0126/COMP90024-assignment2 | 084f93c142f65dcdd66df4c2c601668b4798fdad | 0 | roles/kubernetes-worker | 221 | [
"no_license"
] | [
{
"path": "roles/kubernetes-worker/tasks/main.yaml",
"content": "- name: Copy the join command to server location\n copy: src=manifests/join-command dest=/tmp/join-command.sh mode=0777\n \n- name: Copy the join command to server location\n copy: src=manifests/worker-status-checker.sh dest=/tmp/worker-stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | rvsingh011/RoleBasedAnsible | bcc2dea748a0d0132308de719c211edbff98f2a0 | 0 | roles/web | 221 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "- name: Create Web Application\n k8s:\n kubeconfig: \"{{ kube_config.stdout }}\"\n api_version: v1\n namespace: default\n definition:\n kind: Deployment\n metadata:\n name: knote\n spec:\n replicas: 1\n select... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1053,
"all_permissive": false
} |
ansible_role | Bo-Ayoub/ansible-project | 0d3d8c2bfe8d84343eeeab91b452083ff8a06ace | 0 | roles/java-app-deploy | 221 | [
"no_license"
] | [
{
"path": "roles/java-app-deploy/handlers/main.yml",
"content": "---\n- name: Restart app service\n ansible.builtin.systemd:\n name: app\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/java-app-deploy/templates/app... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1805,
"all_permissive": false
} |
ansible_role | Kxpi/CIS-RHEL-2.2 | 5e53c8eb4a4e075509a991a3fd0d315d73bf99ac | 0 | roles/audit | 221 | [
"no_license"
] | [
{
"path": "roles/audit/tasks/audit_summary.yaml",
"content": "---\n- name: Audit summary\n block:\n - name: Packages check result\n debug: \n msg: \"Found {{ packages_delta | length }} unnecesary package(s): {{ packages_delta }}\"\n\n - name: MTA check result\n debug:\n msg: M... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1988,
"all_permissive": false
} |
ansible_role | Kxpi/CIS-RHEL-2.2 | 5e53c8eb4a4e075509a991a3fd0d315d73bf99ac | 0 | roles/remediation | 221 | [
"no_license"
] | [
{
"path": "roles/remediation/vars/main.yaml",
"content": "---\n# this variable uses packages list from group_vars unless there is a list from audit\npackages_list: \"{{ packages_delta | default( csi_packages_list ) }}\"\n\n# this variable uses non-masked services list from group_vars unless there is a list ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2753,
"all_permissive": false
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/apache | 221 | [
"permissive"
] | [
{
"path": "roles/apache/tasks/configure-Debian.yml",
"content": "---\n\n- name: Enable required Apache modules (Debian)\n apache2_module: \n state: present\n name: \"{{ item }}\"\n with_items: \"{{ apache_mods_enabled }}\"\n become: yes\n notify:\n - restart apache\n\n- name: Disable unnecessar... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 12993,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/cm-role-ui | 221 | [
"permissive"
] | [
{
"path": "roles/cm-role-ui/tasks/main.yml",
"content": "---\n\n#- name: Include OS-specific variables\n# include_vars: \"{{ item }}\"\n# with_first_found:\n# - \"{{ ansible_distribution }}-{{ ansible_distribution_release}}.yml\"\n# - \"{{ ansible_distribution }}-{{ ansible_distribution_major_versio... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4185,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/comanage-registry | 221 | [
"permissive"
] | [
{
"path": "roles/comanage-registry/tasks/initialize.yml",
"content": "---\n\n- name: Configure COmanage Registry database schema\n shell: Console/cake database\n args:\n chdir: \"{{ comanage_path }}/app\"\n become: yes\n become_user: \"{{ comanage_webserver_user }}\"\n tags:\n - comanage-registry... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 21928,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/comanage-registry-plugins | 221 | [
"permissive"
] | [
{
"path": "roles/comanage-registry-plugins/tasks/configure.yml",
"content": "---\n\n- name: Add ENV vars in cron.d file\n cron:\n name: \"{{ item.name }}\"\n job: \"{{ item.job }}\"\n user: \"{{ item.user }}\"\n env: yes\n cron_file: \"{{ item.filename }}\"\n state: present\n loop: \"{{ ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3933,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/common | 221 | [
"permissive"
] | [
{
"path": "roles/common/tasks/configure-common.yml",
"content": "---\n\n- name: Configure Vim system-wide defaults\n template:\n src: etc/vim/vimrc.j2\n dest: /etc/vim/vimrc\n owner: root\n group: root\n mode: 0644\n become: yes\n",
"license_type": "permissive",
"detected_licenses":... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 1451,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/dirmngr | 221 | [
"permissive"
] | [
{
"path": "roles/dirmngr/tasks/main.yml",
"content": "---\n\n# Install OS-specific packages\n- include: install-Debian.yml\n when: ansible_os_family == 'Debian'\n#- include: install-RedHat.yml\n# when: ansible_os_family == 'RedHat'\n",
"license_type": "permissive",
"detected_licenses": [
"Ap... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 425,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/egi-igtf | 221 | [
"permissive"
] | [
{
"path": "roles/egi-igtf/tasks/install-Debian.yml",
"content": "---\n- name: Ensure EUGridPMA apt key is installed (Debian)\n apt_key: \n url: \"{{ egi_igtf_repo_key_url }}\"\n state: present \n become: yes\n\n- name: Ensure EGI Trust Anchor repository is included (Debian)\n apt_repository: \n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1785,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/federation-registry | 221 | [
"permissive"
] | [
{
"path": "roles/federation-registry/tasks/deploy.yml",
"content": "---\n- name: Check if project exists\n stat:\n path: \"{{ federation_registry_git.clone_dest }}\"\n register: project_stat\n\n- name: Clean clone directory\n file:\n state: absent\n path: \"{{ federation_registry_git.clone_dest ... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 22,
"total_bytes": 48337,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/fedreg-agent | 221 | [
"permissive"
] | [
{
"path": "roles/fedreg-agent/templates/deployer_ssp.service.j2",
"content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=SSP deployer service {{ build_branch }}\n\n[Service]\nUser=root\nExecStart={{ fedreg_agent_venv_path }}/bin/deployer_ssp -c {{ fedreg_agent_conf_dir }}/{{ deployers_config_name }}\nRe... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 12009,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/git | 221 | [
"permissive"
] | [
{
"path": "roles/git/tasks/install-Debian.yml",
"content": "---\n\n- name: Update package cache (Debian)\n apt: update_cache=yes cache_valid_time=86400\n become: yes\n\n- name: Ensure latest Git is installed (Debian)\n apt: name=git state=present install_recommends=no\n become: yes\n",
"license_type... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 219,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/jq | 221 | [
"permissive"
] | [
{
"path": "roles/jq/tasks/main.yml",
"content": "---\n\n# Install OS-specific packages\n- include: install-Debian.yml\n when: ansible_os_family == 'Debian'\n#- include: install-CentOS.yml\n# when: ansible_os_family == 'CentOS'\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 415,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/letsencrypt | 221 | [
"permissive"
] | [
{
"path": "roles/letsencrypt/tasks/install-Debian.yml",
"content": "---\n\n- name: Install certbot from snap\n block:\n - name: \"Required packages\"\n apt:\n name:\n - snapd\n - python-simplejson\n state: present\n\n - name: Ensure versions of certbot from apt ar... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1412,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/memcached | 221 | [
"permissive"
] | [
{
"path": "roles/memcached/vars/RedHat.yml",
"content": "---\n\nmemcached_user: memcached\nmemcached_config_file: /etc/sysconfig/memcached\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 79
},
{
"path": "roles/memcached/handlers/main.yml",... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 2972,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/nginx | 221 | [
"permissive"
] | [
{
"path": "roles/nginx/vars/Debian.yml",
"content": "---\n\nnginx_service: nginx\nnginx_conf_path: /etc/nginx\n\nnginx_default_vhost_filename: default\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 93
},
{
"path": "roles/nginx/templates/v... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 11016,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/openldap | 221 | [
"permissive"
] | [
{
"path": "roles/openldap/templates/etc/ldap/slapd.d/olc_attribute_options.ldif.j2",
"content": "dn: cn=config\nchangetype: modify\nadd: olcAttributeOptions\nolcAttributeOptions: lang- app- internal prior role- scope- time- type-",
"license_type": "permissive",
"detected_licenses": [
"Apache-2... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 19493,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/php | 221 | [
"permissive"
] | [
{
"path": "roles/php/tasks/configure.yml",
"content": "---\n\n- name: Ensure PHP configuration files exist\n copy:\n src: \"{{ item }}\"\n dest: \"{{ php_conf_scan_dir }}/\"\n owner: \"root\"\n group: \"root\"\n mode: 0644\n with_items: \"{{ php_conf_files }}\" \n become: yes\n notify:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 13,
"total_bytes": 6548,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/postgresql | 221 | [
"permissive"
] | [
{
"path": "roles/postgresql/tasks/init-standby-common.yml",
"content": "---\n- name: Stop PostgreSQL\n service:\n name: \"{{ postgresql_service }}\"\n state: \"stopped\"\n become: yes\n\n- name: Remove PostgreSQL data dir\n file: \n path: \"{{ postgresql_data_path }}/main\"\n state: absent\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 18690,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/rciam-metrics | 221 | [
"permissive"
] | [
{
"path": "roles/rciam-metrics/tasks/deploy-backend.yml",
"content": "# file: tasks/configure.yml\n---\n# This needs the metrics_release, only github actions can know or if you set it manually\n- name: Download and unarchive latest release zip file\n unarchive:\n src: \"{{ metrics_repo }}/releases/downl... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 15071,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/rciam-oidc-client | 221 | [
"permissive"
] | [
{
"path": "roles/rciam-oidc-client/tasks/main.yml",
"content": "# file: rciam-oidc-client/tasks/main.yml\n#\n---\n# Include OS-specific installation tasks\n- include: install-common.yml\n tags:\n - install\n\n# Include OS-independent configuration tasks\n- include: configure-common.yml\n tags:\n - c... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5866,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/rciam-probes | 221 | [
"permissive"
] | [
{
"path": "roles/rciam-probes/vars/RedHat-8.yml",
"content": "---\n\nclean_cache_cmd: \"yum clean all\"\napache_user: \"apache\"\napache_group: \"apache\"\n\n# https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index\ncore_utils:\n - polic... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6408,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/rciam-utils | 221 | [
"permissive"
] | [
{
"path": "roles/rciam-utils/templates/rciam-expire-vomembers/config.py.j2",
"content": "# {{ ansible_managed }}\n\nregistry = {\n \"db\": {\n \"name\": \"{{ rciam_dbs.registry.name }}\",\n \"host\": \"{{ rciam_dbs.registry.host }}\",\n \"user\": \"{{ rciam_dbs.registry.owner_usernam... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 13357,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/rsyslog-pgsql | 221 | [
"permissive"
] | [
{
"path": "roles/rsyslog-pgsql/vars/Debian.yml",
"content": "---\nrsyslog_service: rsyslog\nrsyslogd_path: /etc/rsyslog.d\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 59
},
{
"path": "roles/rsyslog-pgsql/tasks/install-Debian.yml",
"... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2407,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/shibboleth-sp | 221 | [
"permissive"
] | [
{
"path": "roles/shibboleth-sp/vars/Debian-stretch.yml",
"content": "# file: shibboleth-sp/vars/Debian-stretch.yml\n#\n---\n\nshibboleth_sp_default_version: \"2.6\"\nshibboleth_sp_default_service: \"shibd\"\nshibboleth_sp_default_conf_path: \"/etc/shibboleth\"\nshibboleth_sp_default_user: \"_shibd\"\nshibbo... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 28635,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/ssp | 221 | [
"permissive"
] | [
{
"path": "roles/ssp/templates/config/module_metarefresh-2.php.j2",
"content": "<?php\n\n/*\n * Configuration for metarefresh module.\n * {{ ansible_managed }}\n */\n\n$config = [\n{% if ssp_mod_metarefresh_blacklist is defined %}\n /*\n * Global blacklist: entityIDs that should be excluded from ALL ... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 28,
"total_bytes": 80514,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/ssp-module-proxystatistics | 221 | [
"permissive"
] | [
{
"path": "roles/ssp-module-proxystatistics/defaults/main.yml",
"content": "---\n\nssp_module_proxystatistics_version: \"rciam-3.0\"\n\nssp_module_proxystatistics_path: \"{{ ssp_path }}/modules/proxystatistics\"\n\nssp_module_proxystatistics_repo_url: \"https://github.com/rciam/proxystatistics-simplesamlphp... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7084,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/ssp-modules | 221 | [
"permissive"
] | [
{
"path": "roles/ssp-modules/templates/module_themevanilla-release-3.0.php.j2",
"content": "<?php\n/**\n * Configuration of SimpleSAMLphp themevanila.\n * {{ ansible_managed }}\n */\n$config = [\n 'cookiePolicy' => [\n{% for cookie_policy in ssp_module_themevanilla_cookie_policies %}\n [\n ... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 22356,
"all_permissive": true
} |
ansible_role | rciam/rciam-deploy | c778acbe7bc4e8e5e20e8e0bd97e70b1b83bc3f8 | 8 | roles/tomcat | 221 | [
"permissive"
] | [
{
"path": "roles/tomcat/defaults/main.yml",
"content": "# file: tomcat/defaults/main.yml\n#\n---\n\n# Override default tomcat version\n# See tomcat_default_version defined in tomcat/vars/\n#tomcat_version: \"9\"\n\n# Override default tomcat service name\n# See tomcat_default_service defined in tomcat/vars/\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 20115,
"all_permissive": true
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/civicrm | 221 | [
"no_license"
] | [
{
"path": "roles/civicrm/tasks/file_permissions.yml",
"content": "---\n- name: Fixing civicrm ownership...\n shell: chown \"{{ansible_user_id}}\":\"{{drupal.fpm_user}}\" -R \"{{drupal.project_root}}\"/\"{{drupal.project_domain}}\"/sites/default/files/civicrm\n become: yes\n\n- name: Fixing civicrm directo... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3287,
"all_permissive": false
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/common-host | 221 | [
"no_license"
] | [
{
"path": "roles/common-host/tasks/main.yml",
"content": "- name: Updating apt package... \n shell: apt-get update\n become: yes\n\n- name: Installing common packages...\n apt: name={{ item }} state=present update_cache=yes\n with_items:\n - htop\n - vim-nox\n - wget\n - curl\n - iotop\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/drupal | 221 | [
"no_license"
] | [
{
"path": "roles/drupal/tasks/file_permissions.yml",
"content": "- name: Fixing drupal files ownership...\n shell: chown \"{{ansible_user_id}}\":\"{{drupal.fpm_user}}\" -R \"{{drupal.project_root}}\"/\"{{drupal.project_domain}}\"/sites/default/files\n become: yes\n\n- name: Fixing drupal directory permiss... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4147,
"all_permissive": false
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/nginx | 221 | [
"no_license"
] | [
{
"path": "roles/nginx/handlers/main.yml",
"content": "---\n- name: Restarting Nginx...\n service: name=nginx enabled=yes state=restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/nginx/tasks/main.yml",
"content": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/percona | 221 | [
"no_license"
] | [
{
"path": "roles/percona/tasks/main.yml",
"content": "---\n- name: Downloading Percona...\n get_url:\n url: \"{{percona.repo_deb_url}}\"\n dest: \"/tmp/{{ percona.repo_deb_url.split('/')[-1] }}\"\n\n- name: Installing Percona...\n apt: deb=\"/tmp/{{ percona.repo_deb_url.split('/')[-1] }}\"\n become... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | milindc/ansible_stuffs | 693ccd853b97ba78450e354ef7645cd74aacf812 | 0 | roles/php5 | 221 | [
"no_license"
] | [
{
"path": "roles/php5/handlers/main.yml",
"content": "---\n- name: Restarting php5-fpm...\n service: name={{ item }} enabled=yes state=restarted\n with_items:\n - php5-fpm\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 134
},
{
"path": "role... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 932,
"all_permissive": false
} |
ansible_role | Pizaid/pizaid-playbook | 3ccf605dd4bc7c4b85b6e2b8d59d752be566e53c | 0 | roles/common | 221 | [
"no_license"
] | [
{
"path": "roles/common/tasks/git.yml",
"content": "# git setting\n- name: Install git\n sudo: yes\n apt: name=git state=latest\n\n- name: Set .gitconfig at user home directory\n template: src=gitconfig.j2 dest={{ vm.home }}/.gitconfig\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1515,
"all_permissive": false
} |
ansible_role | Pizaid/pizaid-playbook | 3ccf605dd4bc7c4b85b6e2b8d59d752be566e53c | 0 | roles/controller | 221 | [
"no_license"
] | [
{
"path": "roles/controller/tasks/main.yml",
"content": "- include: clone_controller.yml\n- include: bundler.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/controller/tasks/clone_controller.yml",
"content": "- name: Clone pizaid-co... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 755,
"all_permissive": false
} |
ansible_role | Pizaid/pizaid-playbook | 3ccf605dd4bc7c4b85b6e2b8d59d752be566e53c | 0 | roles/interface | 221 | [
"no_license"
] | [
{
"path": "roles/interface/tasks/clone_interface.yml",
"content": "- name: Clone pizaid-interface repository\n git: repo={{ pizaid.interface_repo }} dest={{ pizaid.interface_path }} version=master\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
},
{
"path": ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1303,
"all_permissive": false
} |
ansible_role | bettermarks/ansible_talk | 29c07e2531c613ce2ffd2f9795b376227d5dbe6a | 2 | vagrant/roles/db | 221 | [
"no_license"
] | [
{
"path": "vagrant/roles/db/tasks/main.yml",
"content": "---\n- name: Install Mysql package\n apt: name={{ item }} state=present\n with_items:\n - mysql-server\n - python-mysqldb\n tags:\n - packages\n\n- name: Create Mysql configuration file\n template: src=my.cnf dest=/etc/mysql/my.cnf\n notify... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 617,
"all_permissive": false
} |
ansible_role | bettermarks/ansible_talk | 29c07e2531c613ce2ffd2f9795b376227d5dbe6a | 2 | vagrant/roles/lb | 221 | [
"no_license"
] | [
{
"path": "vagrant/roles/lb/tasks/main.yml",
"content": "---\n- name: Install nginx\n apt: name=nginx state=present\n tags:\n - packages\n\n- name: Copy nginx configuration for loadbalancer\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: restart nginx\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 220,
"all_permissive": false
} |
ansible_role | bettermarks/ansible_talk | 29c07e2531c613ce2ffd2f9795b376227d5dbe6a | 2 | vagrant/roles/web | 221 | [
"no_license"
] | [
{
"path": "vagrant/roles/web/tasks/main.yml",
"content": "- name: Install php-fpm and deps\n apt: name={{ item }} state=present\n with_items:\n - nginx\n - php5\n - php5-fpm\n - php5-enchant\n - php5-intl\n - php5-cgi\n - php5-mysql\n - libphp-phpmailer\n - libphp-simplepie\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1212,
"all_permissive": false
} |
ansible_role | walidayada92/Ansible | 495ca815e519481fb37d4989bcbb593ab55e8618 | 0 | roles/test-kitchen-role | 221 | [
"no_license"
] | [
{
"path": "roles/test-kitchen-role/tasks/main.yml",
"content": "---\n\n- name: Install nginx\n yum:\n name: nginx\n state: present\n- name: Start Nginx service\n service:\n name: nginx\n state: started\n#- name: Check command with lenting\n# command: \"/bin/echo just testing\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 238,
"all_permissive": false
} |
ansible_role | NicktheQuickFTW/FlexTime | dfe4135f826214cc23272b6e402534089670fab2 | 1 | deployment/ansible/roles/common | 221 | [
"no_license"
] | [
{
"path": "deployment/ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Set timezone\n timezone:\n name: \"{{ timezone | default('UTC') }}\"\n\n- name: Install common packages\n package:\n name: \"{{ item }}\"\n state: present\n loop:\n - vim\n - htop\n - curl\n - wget\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | hemananthDev/ansible-automation | bb6ba13d267813548ba2c2e8c195cec052e83096 | 0 | roles/docker | 221 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "- name: Install prerequisite packages\n apt:\n name: \"{{ item }}\"\n state: present\n loop:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n\n- name: Add Docker GPG key\n apt_key:\n url: https:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 680,
"all_permissive": false
} |
ansible_role | monishmohan97/ansible-docker-lab | 785e835f2f7a4ec431e79c7c91f3fef78cc38740 | 0 | labs/labs05/roles/nginx-server | 221 | [
"no_license"
] | [
{
"path": "labs/labs05/roles/nginx-server/templates/index.html.j2",
"content": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <title>My app</title>\n <link rel=\"stylesheet\" href=\"./index.cs... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1280,
"all_permissive": false
} |
ansible_role | FOSSforlife/ansible-hw | c9d1cdb5e5c875cc3981df12dca77fe0a26f9b47 | 0 | roles/iptables | 218 | [
"no_license"
] | [
{
"path": "roles/iptables/tasks/centos7.yml",
"content": "- firewalld:\n port: 25/tcp\n permanent: true\n state: enabled\n \n- firewalld:\n port: 110/tcp\n permanent: true\n state: enabled\n \n- firewalld:\n port: 143/tcp\n permanent: true\n state: enabled\n",
"license_t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 872,
"all_permissive": false
} |
ansible_role | FOSSforlife/ansible-hw | c9d1cdb5e5c875cc3981df12dca77fe0a26f9b47 | 0 | roles/setup | 218 | [
"no_license"
] | [
{
"path": "roles/setup/tasks/packages.yml",
"content": "- name: Install mtr\n package:\n name: mtr\n state: latest\n tags: packages\n\n- name: Install tcpdump\n package:\n name: tcpdump\n state: latest\n tags: packages\n\n- name:\tInstall nano\n package: \n name: nano\n state: lat... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1222,
"all_permissive": false
} |
ansible_role | mario21ic/packer-ansible-ami | 94ef84212331c17cf8837b5feb11edc7dba2f683 | 3 | roles/common | 218 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: install centos dependencies\n yum: name={{ item }} state=present update_cache=yes\n with_items:\n - git\n - curl\n - htop\n - nmap\n - telnet\n - wget\n - stress\n #when: ansible_distribution == 'CentOS' and \"ansible_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | mario21ic/packer-ansible-ami | 94ef84212331c17cf8837b5feb11edc7dba2f683 | 3 | roles/nginx | 218 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: install nginx on CentOs\n yum: name=nginx state=present\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Amazon'\n\n- name: install nginx on Ubuntu\n apt: name=nginx state=present\n when: ansible_distribution == 'Ubuntu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 416,
"all_permissive": false
} |
ansible_role | jijukrish/DevOps | 6a8fe9609243a96216c01ceae8119413c3968b79 | 0 | aws-vm-install/roles/example1 | 218 | [
"no_license"
] | [
{
"path": "aws-vm-install/roles/example1/tasks/main.yml",
"content": "---\n- name: Sample playbook\n become: yes\n ansible.builtin.command: cat /etc/motd\n register: mymotd\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 102
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 102,
"all_permissive": false
} |
ansible_role | jijukrish/DevOps | 6a8fe9609243a96216c01ceae8119413c3968b79 | 0 | aws-vm-install/roles/nginx | 218 | [
"no_license"
] | [
{
"path": "aws-vm-install/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install Nginx on Ubuntu\n become: yes # Use become to execute tasks with elevated privileges\n tasks:\n - name: Ensure apt is updated\n apt:\n update_cache: yes\n cache_valid_time: 3600\n\n - name: Fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 658,
"all_permissive": false
} |
ansible_role | jijukrish/DevOps | 6a8fe9609243a96216c01ceae8119413c3968b79 | 0 | aws-vm-install/roles/python | 218 | [
"no_license"
] | [
{
"path": "aws-vm-install/roles/python/tasks/main.yml",
"content": "---\n- name: Install packages for python env\n become: yes\n apt:\n name:\n - python3-pip\n update-cache: yes\n- name: Creates directory\n file:\n path: ./basic-http-server\n state: directory\n- name: Install apache\n b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 290,
"all_permissive": false
} |
ansible_role | prashump/roboshop-ansible | 2e54f670560a2bc712b6fa6545ba1f5b5d9ee966 | 0 | roles/catalogue-docker | 218 | [
"no_license"
] | [
{
"path": "roles/catalogue-docker/tasks/main.yml",
"content": "- name: install docker\n ansible.builtin.include_role:\n name: common\n tasks_from: docker\n\n- name: run catalogue container\n community.docker.docker_container:\n name: catalogue\n image: public.ecr.aws/w8x4g9h7/roboshop-v3/catal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1609,
"all_permissive": false
} |
ansible_role | prashump/roboshop-ansible | 2e54f670560a2bc712b6fa6545ba1f5b5d9ee966 | 0 | roles/common | 218 | [
"no_license"
] | [
{
"path": "roles/common/tasks/python.yml",
"content": "- name: install python\n ansible.builtin.dnf:\n name:\n - python3\n - gcc\n - python3-devel\n\n- name: load app pre-requisite\n ansible.builtin.include_tasks:\n file: app_pre_setup.yml\n\n- name: download dependencies\n ansible.b... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | prashump/roboshop-ansible | 2e54f670560a2bc712b6fa6545ba1f5b5d9ee966 | 0 | roles/mongodb | 218 | [
"no_license"
] | [
{
"path": "roles/mongodb/tasks/main.yml",
"content": "- name: copy mongoDB repo\n ansible.builtin.copy:\n src: mongo.repo\n dest: /etc/yum.repos.d/mongo.repo\n\n- name: install mongoDB\n ansible.builtin.dnf:\n name: mongodb-org\n state: latest\n\n- name: update mondoDB address\n ansible.built... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 450,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.