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
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/fetch_nisclient_needfiles_for_sles
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/fetch_nisclient_needfiles_for_sles/tasks/main.yml", "content": "---\n- name: fail if found distribution is not SLES\n fail: msg=\"'ref_hosts' linux distribution must be SLES\"\n when: ansible_distribution != \"SLES\"\n\n- name: fetch nee...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1173, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/install_required_packages_and_open_related_services
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/install_required_packages_and_open_related_services/tasks/main.yml", "content": "---\n- name: install required packages\n action:\n module: \"{{ pkg_mgr }}\"\n name: \"{{ required_pkg_list }}\"\n state: present\n\n- name: enable rel...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 455, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/mount_nfs_share
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/mount_nfs_share/tasks/main.yml", "content": "---\n- name: mount nfs share in background\n mount: name={{ item.dest }} src={{ item.src }} fstype=nfs state=mounted\n with_items: \"{{ mount_info }}\"\n async: 1000\n poll: 0\n register: m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 412, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/passwordless_communication
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/hpc/roles/passwordless_communication/defaults/main.yml", "content": "---\npasswordless: no\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 21 }, { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/...
{ "task_files": 2, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 1173, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/config_nfsserver_and_infiniband_script
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/config_nfsserver_and_infiniband_script/tasks/main.yml", "content": "---\n- include: config_nfsserver.yml \n- include: config_infiniband_script.yml \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 78 },...
{ "task_files": 3, "has_defaults": false, "has_handlers": true, "has_templates": true }
{ "file_count": 5, "total_bytes": 1094, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/install_required_packages_and_open_related_services
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/install_required_packages_and_open_related_services/tasks/main.yml", "content": "---\n- name: install required packages\n action:\n module: \"{{ pkg_mgr }}\"\n name: \"{{ required_pkg_list }}\"\n state: present\n\n- name: start and e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 294, "all_permissive": false }
ansible_role
wjcaiyf/EasyCluster-3.0
5ff07da8af34e595badfd2f4a5c97b3c8efc4af6
1
RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/make_partitions_format_and_mount
554
[ "no_license" ]
[ { "path": "RequirePackages/crm/crm_need_dirs/ansible/yamls/io/roles/make_partitions_format_and_mount/tasks/main.yml", "content": "---\n- name: get device partitions info\n parted: \n device: \"{{ item.dev }}\"\n unit: MiB\n with_items: \"{{ devs }}\"\n register: prt_info \n\n- name: delete all part...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1723, "all_permissive": false }
ansible_role
harrypalheta/install-docker-compose-with-ansible
37cfe30aec629826c51fc21f1a59bc522afddcc3
0
roles/focal
554
[ "no_license" ]
[ { "path": "roles/focal/vars/main.yml", "content": "---\nDEPLOY_SRC: \"{{ role_path }}/files/docker-compose.yml\"\nDEPLY_DEST: '/root/hello-world/docker-compose.yml'\nPROJECT_SRC: '/root/hello-world/'\nANSIBLE_PYTHON_INTERPRETER: \"/usr/bin/python3\"", "license_type": "no_license", "detected_licens...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 1630, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/backend
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/backend/tasks/main.yaml", "content": "---\r\n- name: build image\r\n become: yes\r\n become_user: root\r\n command: docker build -t backend .\r\n args:\r\n chdir: \"{{ wkdir_backend }}\"\r\n\r\n- name: start docker-compose\r\n become: yes\r\n become_user: root\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 320, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/clone-repository
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/clone-repository/tasks/main.yaml", "content": "---\n- name: Create a directory to git repository\n become: yes\n file:\n path: /home/ubuntu/COMP90024\n state: directory\n mode: '755'\n\n- name: Clone the repository of team 16\n become: yes\n git:\n repo: \...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 424, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/couchdb-master
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/couchdb-master/tasks/main.yaml", "content": "---\r\n- name: Make the directory /opt/workspace/master/data\r\n become: yes\r\n file:\r\n path: /home/ubuntu/couchdb/master/data\r\n state: directory\r\n mode: '755'\r\n\r\n- name: Stop existing docker containers\r\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 558, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/couchdb-set-cluster
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/couchdb-set-cluster/tasks/main.yaml", "content": "---\n- name: run cluster-setup.sh\n shell: cluster-setup.sh | cat\n args:\n chdir: /home/ubuntu/COMP90024/ansible/full-stack", "license_type": "no_license", "detected_licenses": [], "size_bytes": 125 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 125, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/couchdb-slave1
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/couchdb-slave1/tasks/main.yaml", "content": "---\n- name: Make the directory /opt/workspace/slave/data\n become: yes\n file:\n path: /home/ubuntu/couchdb/slave/data\n state: directory\n mode: '755'\n\n- name: Stop existing docker containers\n become: yes\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1164, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/couchdb-slave2
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/couchdb-slave2/tasks/main.yaml", "content": "---\n- name: Make the directory /opt/workspace/slave/data\n become: yes\n file:\n path: /home/ubuntu/couchdb/slave/data\n state: directory\n mode: '755'\n\n- name: Stop existing docker containers\n become: yes\n be...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 536, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/docker-common
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/docker-common/tasks/main.yaml", "content": "---\n- name: Gather facts of remote host\n setup:\n gather_subset: all\n\n- name: Add a proxy in /etc/environment\n become: yes\n blockinfile:\n path: /etc/environment\n block: |\n HTTP_PROXY=http://wwwproxy.uni...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1037, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/docker-volume
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/docker-volume/tasks/main.yaml", "content": "---\n- name: Install dependencies\n tags: 'volumes_mount'\n become: yes\n apt:\n name: ['xfsprogs']\n state: latest\n install_recommends: no\n update_cache: yes\n\n- name: Make file system\n tags: 'volumes_mount'...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1014, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/frontend
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/frontend/tasks/main.yaml", "content": "---\n- name: pull node\n become: yes\n become_user: root\n command: docker pull node\n\n- name: build image\n become: yes\n become_user: root\n command: docker build -t frontend .\n args:\n chdir: \"{{ wkdir_frontend }}\"\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 384, "all_permissive": false }
ansible_role
ttcici/Melbourne-City-Ananlytics-On-Cloud
5692e93fb42f439540a7450140ca15729a7c9465
0
ansible/full-stack/roles/openstack-images
554
[ "no_license" ]
[ { "path": "ansible/full-stack/roles/openstack-images/tasks/main.yaml", "content": "---\n# Show all available Openstack images\n- name: Retrieve all available Openstack images\n os_image_info:\n register: image_result\n\n- name: Get image names and Ids\n set_fact:\n # loop through all the images and re...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 795, "all_permissive": false }
ansible_role
lyang/outline-lightsail
5017a16b59662de78c0d739bd5ca17634c905ffb
0
roles/outline
554
[ "no_license" ]
[ { "path": "roles/outline/tasks/main.yaml", "content": "---\n- name: Clone Outline Repo\n ansible.builtin.git:\n accept_hostkey: yes\n repo: https://github.com/Jigsaw-Code/outline-server.git\n dest: /home/ubuntu/outline-server\n\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 177, "all_permissive": false }
ansible_role
lyang/outline-lightsail
5017a16b59662de78c0d739bd5ca17634c905ffb
0
roles/terraform
554
[ "no_license" ]
[ { "path": "roles/terraform/tasks/main.yaml", "content": "---\n- name: Init\n ansible.builtin.shell:\n cmd: \"terraform init\"\n chdir: \"{{role_path}}/files/{{directory}}\"\n loop:\n - tfstate\n - lightsail\n loop_control:\n loop_var: directory\n changed_when: false\n\n- name: Bootstrap\n...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 9, "total_bytes": 3693, "all_permissive": false }
ansible_role
Ken24/vagrant-ansible-docker
32b47c11c1974181685a35c0e1e2c2a64a944cb7
0
roles/docker
558
[ "no_license" ]
[ { "path": "roles/docker/defaults/main.yml", "content": "---\ndocker_executable_user: vagrant", "license_type": "no_license", "detected_licenses": [], "size_bytes": 35 }, { "path": "roles/docker/tasks/main.yml", "content": "---\n- name: Ensure Docker Repository is copied\n copy:\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 602, "all_permissive": false }
ansible_role
audreyper/letsencrypt-certificates
e6891b16cca4c1a611db45fb1cfd4624c7ad74df
0
roles/acme_challenge
558
[ "no_license" ]
[ { "path": "roles/acme_challenge/tasks/main.yaml", "content": "- name: include vars file\n include_vars: \"{{ playbook_dir }}/variables.yaml\"\n\n- name: Get ACME challenge\n acme_certificate:\n account_email: \"{{ cert.email_address }}\"\n account_key: \"/opt/letsencrypt_certificates/{{ cert_name }}...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 833, "all_permissive": false }
ansible_role
audreyper/letsencrypt-certificates
e6891b16cca4c1a611db45fb1cfd4624c7ad74df
0
roles/certificate_creation
558
[ "no_license" ]
[ { "path": "roles/certificate_creation/tasks/main.yaml", "content": "- name: include vars file\n include_vars: \"{{ playbook_dir }}/variables.yaml\"\n\n- name: Create RSA key to be used to manage the Let's Encrypt account securely and authenticating API requests\n openssl_privatekey:\n path: \"/opt/lets...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1319, "all_permissive": false }
ansible_role
audreyper/letsencrypt-certificates
e6891b16cca4c1a611db45fb1cfd4624c7ad74df
0
roles/dns_update
558
[ "no_license" ]
[ { "path": "roles/dns_update/tasks/main.yaml", "content": "- name: Publish the challenge to AWS Route 53 DNS\n amazon.aws.route53:\n zone: \"{{nsupdate_zone}}\" \n record: \"{{item.key}}\" \n value: \"\\\"{{ item.value[0] }}\\\"\" \n type: 'TXT' ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2393, "all_permissive": false }
ansible_role
audreyper/letsencrypt-certificates
e6891b16cca4c1a611db45fb1cfd4624c7ad74df
0
roles/pre_requisites
558
[ "no_license" ]
[ { "path": "roles/pre_requisites/tasks/main.yaml", "content": "- name: include vars file\n include_vars: \"{{ playbook_dir }}/variables.yaml\"\n\n- name: Update apt cache\n become: yes\n apt:\n update_cache: yes\n cache_valid_time: 3600\n- name: install required modules\n become: yes\n apt:\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 749, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/app
558
[ "no_license" ]
[ { "path": "devops/roles/app/tasks/main.yml", "content": "---\n- name: Ensure dirs\n file: state=directory path={{ item }} owner={{ ansible_ssh_user }} group={{ ansible_ssh_user }} mode=0755\n with_items:\n - \"/var/vendor\"\n - \"/home/vagrant/.aws\"\n - \"/var/www/app/web/uploads\"\n when...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 835, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/common
558
[ "no_license" ]
[ { "path": "devops/roles/common/tasks/main.yml", "content": "---\n- name: Ensure ansible PPA\n apt_repository: repo=\"{{ item }}\"\n become: True\n with_items:\n - ppa:ansible/ansible\n ignore_errors: True\n\n- name: add apt key for nodesource\n apt_key: url=http://deb.nodesource.com/gpgkey/nodesourc...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 5201, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/mysql
558
[ "no_license" ]
[ { "path": "devops/roles/mysql/vars/main.yml", "content": "---\ndev_app_mysql_db: inventory\ntest_app_mysql_db: inventory\ndev_app_mysql_host: 127.0.0.1\ndev_app_mysql_user: root\ndev_app_mysql_pass: root", "license_type": "no_license", "detected_licenses": [], "size_bytes": 143 }, { "...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2710, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/nginx
558
[ "no_license" ]
[ { "path": "devops/roles/nginx/templates/store.local.j2", "content": "server {\n listen 80;\n\n root /var/www/app/web;\n server_name store.local;\n\n error_log /var/log/nginx/store.local.{{ symfony_env }}-error.log;\n access_log /var/log/nginx/store.local.{{ symfony_env }}-access.log;\n\n l...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 4616, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/ntp
558
[ "no_license" ]
[ { "path": "devops/roles/ntp/tasks/main.yml", "content": "---\n- name: ntp\n apt: name=ntp state=present\n become: True\n\n- name: Ensure ntp server is accurate\n shell: \"{{ item }}\"\n with_items:\n - service ntp stop\n - ntpdate ntp.ubuntu.com\n - service ntp start\n become: True\n ignore_e...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 676, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/php
558
[ "no_license" ]
[ { "path": "devops/roles/php/tasks/main.yml", "content": "---\n- name: Ensure PPAs\n apt_repository: repo=\"{{ item }}\"\n become: True\n with_items:\n - ppa:ondrej/php\n - ppa:ansible/ansible\n ignore_errors: True\n\n- name: php7.1-common\n action: apt pkg=php7.1-common state=present\n become: T...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2602, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/redis
558
[ "no_license" ]
[ { "path": "devops/roles/redis/tasks/main.yml", "content": "---\n- name: Add python software properties\n apt:\n pkg=\"python-software-properties\"\n state=present\n become: True\n\n- name: Add redis repo\n apt_repository: repo='ppa:chris-lea/redis-server'\n become: True\n\n- name: Update redis apt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 813, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/resque
558
[ "no_license" ]
[ { "path": "devops/roles/resque/templates/resque-count.conf.j2", "content": "[program:php-resque-count]\n\n{% if symfony_env == \"dev\" %}\nnumprocs=1\n{% else %}\nnumprocs=2\n{% endif %}\n\ncommand=php /var/vendor/chrisboulton/php-resque/resque.php\n\ndirectory=/var/www/app\nprocess_name=%(program_name)s_%(...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3509, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/varnish
558
[ "no_license" ]
[ { "path": "devops/roles/varnish/files/default.vcl", "content": "# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/\n# and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.\n\n# Marker to tell the VCL compiler that this VCL has been adapted to the\n# new 4.0 form...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 8674, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/webgrind
558
[ "no_license" ]
[ { "path": "devops/roles/webgrind/tasks/main.yml", "content": "---\n- name: Install graphviz; used by webgrind\n apt: pkg=graphviz state=present\n when: symfony_env == \"dev\"\n become: True\n\n- name: Create the webgrind dirs\n file: name=/var/www/webgrind/storage state=directory owner={{ ansible_ssh_us...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 5, "total_bytes": 1164, "all_permissive": false }
ansible_role
BriBri1984/store_inventory
a346f760ce60bb46996bb5a6dea6b2c6441af122
0
devops/roles/xdebug
558
[ "no_license" ]
[ { "path": "devops/roles/xdebug/files/xdebug-enabled.ini", "content": "; xdebug config\nzend_extension=xdebug.so\nxdebug.remote_host=10.10.10.1\nxdebug.remote_enable=0\n;xdebug.remote_connect_back=0\nxdebug.remote_autostart=0\n\n; webgring profiler, see https://github.com/jokkedk/webgrind\n; and https://gith...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 1598, "all_permissive": false }
ansible_role
brahmanim/playbook
e296724922013d5e3d6c9b2f25ea53ccc6592cd6
1
collections/platform/helloworld_collection/roles/helloworld
558
[ "no_license" ]
[ { "path": "collections/platform/helloworld_collection/roles/helloworld/tasks/main.yml", "content": "---\n# tasks file for helloworld\n\n- name: echo 'hello world'\n command: echo \"Hello {{ world }}\"\n register: result\n changed_when: result.rc != 0\n\n- name: print message\n debug:\n msg: \"{{ resu...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 215, "all_permissive": false }
ansible_role
mamercad/ansible-legacy
cca4321e5e5e37b5b2dd0a0cd0bca43d19ea3d23
0
roles/grafana
558
[ "no_license" ]
[ { "path": "roles/grafana/tasks/main.yml", "content": "---\n\n- name: create grafana yum repository\n yum_repository:\n name: grafana\n description: grafana\n baseurl: https://packagecloud.io/grafana/stable/el/$releasever/$basearch/\n gpgkey:\n - https://packagecloud.io/gpg.key\n - htt...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 652, "all_permissive": false }
ansible_role
mamercad/ansible-legacy
cca4321e5e5e37b5b2dd0a0cd0bca43d19ea3d23
0
roles/prometheus
558
[ "no_license" ]
[ { "path": "roles/prometheus/tasks/main.yml", "content": "---\n\n- name: create prometheus topdir\n file:\n name: \"{{ prometheus.topdir }}\"\n state: directory\n owner: root\n group: root\n mode: 0755\n tags:\n - prometheus\n - prometheus_node_exporter\n\n- name: fetch prometheus\n g...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1678, "all_permissive": false }
ansible_role
mamercad/ansible-legacy
cca4321e5e5e37b5b2dd0a0cd0bca43d19ea3d23
0
roles/site
558
[ "no_license" ]
[ { "path": "roles/site/tasks/main.yml", "content": "---\n\n- name: make sure users exist\n user:\n name: \"{{ item.name }}\"\n comment: \"{{ item.comment }}\"\n state: present\n with_items: \"{{ users }}\"\n\n- name: set up authorized_keys\n authorized_key:\n user: \"{{ item.0.name }}\"\n s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1160, "all_permissive": false }
ansible_role
mamercad/ansible-legacy
cca4321e5e5e37b5b2dd0a0cd0bca43d19ea3d23
0
roles/telegraf
558
[ "no_license" ]
[ { "path": "roles/telegraf/tasks/main.yml", "content": "---\n\n- name: create influx yum repository\n yum_repository:\n name: influx\n description: influx\n baseurl: https://repos.influxdata.com/rhel/$releasever/$basearch/stable\n gpgkey: https://repos.influxdata.com/influxdb.key\n gpgcheck: ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 693, "all_permissive": false }
ansible_role
mamercad/ansible-legacy
cca4321e5e5e37b5b2dd0a0cd0bca43d19ea3d23
0
roles/tickstack
558
[ "no_license" ]
[ { "path": "roles/tickstack/tasks/main.yml", "content": "---\n\n- name: create influx yum repository\n yum_repository:\n name: influx\n description: influx\n baseurl: https://repos.influxdata.com/rhel/$releasever/$basearch/stable\n gpgkey: https://repos.influxdata.com/influxdb.key\n gpgcheck:...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 798, "all_permissive": false }
ansible_role
rclayton/vagrant-wso2-identity-server
58466289de69ab768a205088a1c5de0e8b6b4d1e
2
provision/roles/app
558
[ "no_license" ]
[ { "path": "provision/roles/app/tasks/main.yml", "content": "---\n\n- name: Create wso2is user account\n user: name=wso2is comment=\"WSO2 Service Account\" system=yes\n\n- name: Copy and Unzip the WSO2 installation\n unarchive: src=\"files/{{wso2is_zip}}\" dest=/opt creates=\"/opt/{{wso2is_dirname}}\" owne...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 661, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/bash
558
[ "no_license" ]
[ { "path": "roles/bash/tasks/main.yml", "content": "---\n\n- name: Bash | Run Task/s\n ansible.builtin.include_tasks: bash-ubuntu.yml\n when: ansible_os_family == 'Debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 117 }, { "path": "roles/bash/handlers/main.y...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 761, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/bat
558
[ "no_license" ]
[ { "path": "roles/bat/tasks/main.yml", "content": "---\n\n- name: \"Bat | Check if bat is installed\"\n ansible.builtin.shell: \"nix-env -q --installed bat\"\n register: bat_check\n ignore_errors: true\n\n- name: \"Bat | Set bat_env_check\"\n ansible.builtin.set_fact:\n bat_env_check: \"{{ bat_check.r...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1850, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/fonts
558
[ "no_license" ]
[ { "path": "roles/fonts/tasks/main.yml", "content": "---\n\n- name: Download Nerd Fonts\n ansible.builtin.get_url:\n url: https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/FiraCode.zip\n dest: \"/tmp/FiraCode.zip\"\n mode: '0440'\n\n- name: Download DroidSansMNerdFont-Regular.otf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1333, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/git
558
[ "no_license" ]
[ { "path": "roles/git/tasks/git-ubuntu.yml", "content": "---\n\n- name: \"Git | Install git\"\n ansible.builtin.apt:\n name:\n - git\n state: present\n become: true\n\n- name: \"Git | Configure git user email\"\n ansible.builtin.command:\n cmd: git config --global user.email \"<EMAIL>\"\n\n-...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 471, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/neovim
558
[ "no_license" ]
[ { "path": "roles/neovim/tasks/kickstart.nvim.yml", "content": "---\n\n- name: Ensure nvim directory exists\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.config/nvim\"\n state: directory\n\n- name: Ensure kickstart.nvim prerequisites are installed\n ansible.builtin.package:\n name: \"{...
{ "task_files": 3, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 3, "total_bytes": 2726, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/nix-env
558
[ "no_license" ]
[ { "path": "roles/nix-env/handlers/main.yml", "content": "---\n - name: Nix-env | Source nix-env\n ansible.builtin.shell: |\n source $HOME/.nix-profile/etc/profile.d/nix.sh\n args:\n executable: /bin/bash", "license_type": "no_license", "detected_licenses": [], "size_bytes": 158 ...
{ "task_files": 2, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 2443, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/node
558
[ "no_license" ]
[ { "path": "roles/node/tasks/node_21.yml", "content": "---\n\n- name: Node | Check if node is installed\n ansible.builtin.command: nix-env -q --installed nodejs\n register: node_version\n ignore_errors: true\n changed_when: false\n\n- name: Node | Set node_env_check\n ansible.builtin.set_fact:\n node...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2215, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/python
558
[ "no_license" ]
[ { "path": "roles/python/tasks/main.yml", "content": "---\n- name: Python | Run Task/s\n ansible.builtin.import_tasks: tasks/python-ubuntu.yml\n when: ansible_os_family == 'Debian'\n\n- name: Poetry | Run Task/s\n ansible.builtin.import_tasks: tasks/poetry-ubuntu.yml\n when: ansible_os_family == 'Debian'...
{ "task_files": 4, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 4, "total_bytes": 6207, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/typescript
558
[ "no_license" ]
[ { "path": "roles/typescript/tasks/main.yml", "content": "---\n\n- name: Typescript | Run Task/s\n ansible.builtin.import_tasks: tasks/typescript.yml\n when: ansible_os_family == 'Debian'", "license_type": "no_license", "detected_licenses": [], "size_bytes": 127 }, { "path": "roles/type...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2198, "all_permissive": false }
ansible_role
Younis-Ahmed/dotfiles
1096cada1bdcb2fcf868c89842398ff7e7b6e34a
0
roles/zsh
558
[ "no_license" ]
[ { "path": "roles/zsh/templates/.zsh_private.j2", "content": "{% if zsh_private is defined %}\n{% for key, value in zsh_private.items() %}\nexport {{ key }}={{ value.split()[-1] | trim }}\n{% endfor %}\n{% endif %}\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 149 }, ...
{ "task_files": 5, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 6, "total_bytes": 6849, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/config_mysql
558
[ "no_license" ]
[ { "path": "roles/config_mysql/tasks/main.yml", "content": "---\n# tasks file for config_mysql\n- name: Initial DB Config\n copy:\n src: \"mysqld.cnf\"\n dest: \"/etc/mysql/mysql.conf.d/mysqld.cnf\"\n\n- name: Set the root password\n mysql_user:\n name: root\n password: \"{{ <PASSWORD> }}\"\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1410, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/config_mysql_master
558
[ "no_license" ]
[ { "path": "roles/config_mysql_master/tasks/main.yml", "content": "---\n# tasks file for config_mysql_masters\n- name: Creates database for WordPress\n mysql_db:\n name: \"{{ mysql_db }}\"\n state: present\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n tags: [ mysql ]\n\n- name: Cr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 1445, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/config_mysql_slave
558
[ "no_license" ]
[ { "path": "roles/config_mysql_slave/templates/my.cnf.j2", "content": "[mysqld]\n#bind-address = {{ ansible_default_ipv4.address }}\nserver_id = {{ ansible_default_ipv4.address.split(\".\")[3] }}\ngtid_mode = ON\nenforce-gtid-consistency\n", "license_type": "no_license", "detected_licenses": [], ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 2, "total_bytes": 2743, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/config_proxysql
558
[ "no_license" ]
[ { "path": "roles/config_proxysql/tasks/main.yml", "content": "---\n# tasks file for config_proxysql\n#- name: Change ProxySQL Admin Password\n# proxysql_global_variables:\n# login_user: admin\n# login_password: <PASSWORD>\n# variable: admin-admin_credentials\n# value: admin:\"{{ proxysql_admin_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 3070, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/install_mysql
558
[ "no_license" ]
[ { "path": "roles/install_mysql/tasks/main.yml", "content": "---\n# tasks file for install_mysql\n- name: Install Percona repository\n apt:\n deb: \"https://repo.percona.com/percona/apt/percona-release_latest.generic_all.deb\"\n state: present\n update_cache: yes\n\n- name: Install Mysql-Server\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 442, "all_permissive": false }
ansible_role
rus-bryl/wp-dbreplica-test-project
af0e170d2c13edfab2f09b440e37082f2bd0b0b9
0
roles/install_proxysql
558
[ "no_license" ]
[ { "path": "roles/install_proxysql/tasks/main.yml", "content": "---\n# tasks file for install_proxysql\n- name: Install ProxySQL\n apt:\n deb: https://github.com/sysown/proxysql/releases/download/v2.2.0/proxysql_2.2.0-ubuntu20_amd64.deb\n\n- name: Start Service ProxySQL\n systemd: name=proxysql state=st...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 345, "all_permissive": false }
ansible_role
computate-org/computate-base
043d951155f8a1ba7eefcdca6699f69b6b3f6b10
0
roles/computate_new_release
558
[ "no_license" ]
[ { "path": "roles/computate_new_release/defaults/main.yml", "content": "---\nAPP_PREFIX: \"{{ lookup('env', 'HOME') }}/.local\"\n\nCOMPUTATE_BASE_NAME: \"computate-base\"\nCOMPUTATE_BASE_SRC: \"{{ APP_PREFIX }}/src/{{ COMPUTATE_BASE_NAME }}\"\n\nCOMPUTATE_SEARCH_NAME: \"computate-search\"\nCOMPUTATE_SEARCH_S...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 10493, "all_permissive": false }
ansible_role
jkuhlenkamp/fioebs
f89082f25fdccee119f303193ad21d85202fa9c6
0
roles/fio
558
[ "no_license" ]
[ { "path": "roles/fio/templates/01_Validator_16k.job.j2", "content": "{# file: /roles/fio/templates/01_Validator_16k.job.j2 #}\n{# Jinja2 template to render a fio workload file #}\n# -- start job file --\n[global]\ndirectory={{ home_dir }}/fio\nlog_avg_msec=500\nioengine=libaio\niodepth=16\nfilesize=512M\ndi...
{ "task_files": 2, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 23, "total_bytes": 21837, "all_permissive": false }
ansible_role
jkuhlenkamp/fioebs
f89082f25fdccee119f303193ad21d85202fa9c6
0
roles/raid
558
[ "no_license" ]
[ { "path": "roles/raid/tasks/main.yml", "content": "---\n# file: /roles/raid/tasks/main.yml\n\n##########################################################\n# Configure software raid0\n\n- name: Install mdadm\n sudo: yes\n apt: name=mdadm state=present\n\n- name: Create device\n sudo: yes\n shell: \"sudo m...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 882, "all_permissive": false }
ansible_role
Nulaka0233/MyDevOps
406f8bd1c42e8296b850b2b84e41564cc36451a8
0
helloworld/ansible/roles/deploy
555
[ "no_license" ]
[ { "path": "helloworld/ansible/roles/deploy/tasks/main.yml", "content": "---\n- name: deploy artifact\n copy:\n src: helloworld/target/helloworld-1.0.jar\n dest: /opt/tomcat/webapps\n notify:\n - restart tomcat\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 145, "all_permissive": false }
ansible_role
Nulaka0233/MyDevOps
406f8bd1c42e8296b850b2b84e41564cc36451a8
0
helloworld/ansible/roles/tomcat-install
555
[ "no_license" ]
[ { "path": "helloworld/ansible/roles/tomcat-install/vars/main.yml", "content": "---\n# vars file for tomcat-install", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "helloworld/ansible/roles/tomcat-install/tasks/main.yml", "content": "- name: Crea...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 888, "all_permissive": false }
ansible_role
Nulaka0233/MyDevOps
406f8bd1c42e8296b850b2b84e41564cc36451a8
0
helloworld/ansible/roles/webserver
555
[ "no_license" ]
[ { "path": "helloworld/ansible/roles/webserver/tasks/main.yml", "content": "---\n- name: install apache2\n apt:\n name: apache2\n state: latest\n when: ansible_os_family == \"Debian\"\n\n- name: install httpd\n yum:\n name: httpd\n state: latest\n when: ansible_os_family == \"RedHat\"\n\n- na...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 433, "all_permissive": false }
ansible_role
Gepardec/k3s
557881425cbe9cd613d676733f9e0b87b107faeb
0
roles/bootstrapsdcard
555
[ "no_license" ]
[ { "path": "roles/bootstrapsdcard/tasks/imagetosd.yml", "content": "---\n# sudopassword is stored in an ansible-vault:\n# ansible_sudo_pass: <PASSWORD>\n- name: Include vars from vault\n include_vars:\n file: \"{{ vaultfilepath }}\"\n\n- name: Create a directory if it does not exist\n file:\n path: \...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 10, "total_bytes": 5437, "all_permissive": false }
ansible_role
Gepardec/k3s
557881425cbe9cd613d676733f9e0b87b107faeb
0
roles/sshsetuppi
555
[ "no_license" ]
[ { "path": "roles/sshsetuppi/handlers/main.yml", "content": "---\n# handlers file for sshsetuppi", "license_type": "no_license", "detected_licenses": [], "size_bytes": 34 }, { "path": "roles/sshsetuppi/tasks/setupsshkey.yml", "content": "- name: Include vars from vault\n include_vars...
{ "task_files": 3, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 874, "all_permissive": false }
ansible_role
GilmanLab/lab
5ca0677314935ccb2ea6d5dd5e969650f2ccc9d9
1
ansible/roles/vault
555
[ "no_license" ]
[ { "path": "ansible/roles/vault/tasks/kv.yml", "content": "---\n- name: Enable KV secrets engine\n hashivault_secret_engine:\n name: secret\n backend: kv-v2\n- name: Import secrets\n hashivault_secret:\n secret: \"{{ item.path }}\"\n data: \"{{ item.data }}\"\n with_items: \"{{ vault.engines.k...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 249, "all_permissive": false }
ansible_role
MateoCatalogna/UTNFRA_SO_Recu_2do_Parcial_Catalogna
17fc561e9bf706a9f2c63c3a9796702ef7417bca
0
202407_Recu/ansible/roles/2PRecuperatorio
555
[ "no_license" ]
[ { "path": "202407_Recu/ansible/roles/2PRecuperatorio/tasks/main.yml", "content": "\n- name: \"Rol: 2PRecuperatorio\"\n debug:\n msg: \"Inicio de tareas dentro del Rol: 2PRecuperatorio\"\n\n- name: \"Incluir variables\"\n include_vars:\n file: vars/main.yml\n\n- name: \"Crear directorio /tmp/alumno s...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 627, "all_permissive": false }
ansible_role
cesarvr/ansible-role-hello-world
887e5661819a186060190fe98c508fc6826a41a7
0
roles/p
555
[ "no_license" ]
[ { "path": "roles/p/tasks/main.yml", "content": "---\n- name: Print a message\n vars:\n message: Got P! \n ansible.builtin.debug:\n msg: \"Hello From P: {{ message }}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 122 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 122, "all_permissive": false }
ansible_role
cesarvr/ansible-role-hello-world
887e5661819a186060190fe98c508fc6826a41a7
0
roles/x
555
[ "no_license" ]
[ { "path": "roles/x/tasks/main.yml", "content": "---\n- name: Print a message\n vars:\n message: Boom! \n ansible.builtin.debug:\n msg: \"Hello From X: {{ message }}\" \n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 121 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 121, "all_permissive": false }
ansible_role
shgonzalez/ansible_lsync_rsync
412aae5485dddb78281f44e06014a695b252d698
0
roles/lsync_rsync
555
[ "no_license" ]
[ { "path": "roles/lsync_rsync/tasks/conf_keys.yml", "content": "---\n- name: Check file {{ home_user_replication }}/.ssh/id_rsa_lsync\n stat:\n path: \"{{ home_user_replication }}/.ssh/id_rsa_lsync\"\n register: keypair\n\n- name: Generate an OpenSSH rsa keypair\n shell: ssh-keygen -t rsa -b 2048 -C \"...
{ "task_files": 2, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 7, "total_bytes": 3095, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/create
555
[ "no_license" ]
[ { "path": "ansible/roles/create/tasks/main.yml", "content": "---\n# tasks file for create\n\n- name: Verificando ambiente\n command: cat /tmp/log\n register: name\n\n- name: Verificar a existencia de um container\n command: docker inspect {{ name.stdout }}\n register: container\n ignore_errors: yes\n\n...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 1707, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/docker
555
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n# tasks file for docker\n- name: Instalacao das deps do Docker-engine\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n- nam...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 615, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/git
555
[ "no_license" ]
[ { "path": "ansible/roles/git/tasks/main.yml", "content": "---\n# tasks file for git\n- name: Instalacao do pacote cliente git Red Hat\n yum:\n name: git\n state: latest\n when: ansible_os_family == \"RedHat\"", "license_type": "no_license", "detected_licenses": [], "size_bytes": 148 } ]
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 148, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/gitlab
555
[ "no_license" ]
[ { "path": "ansible/roles/gitlab/tasks/main.yml", "content": "---\n# tasks file for gitlab\n- name: Instalacao das deps do Gitlab\n apt: name={{ item }} update_cache=yes state=present\n with_items:\n - curl\n - openssh-server\n - postfix\n - ca-certificates\n\n- name: Baixar o pacote com o repo get...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 638, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/jenkins
555
[ "no_license" ]
[ { "path": "ansible/roles/jenkins/tasks/main.yml", "content": "---\n# tasks file for jenkins\n- name: Importando a chave do Jenkins\n rpm_key:\n key: https://jenkins-ci.org/redhat/jenkins-ci.org.key\n state: present\n validate_certs: no\n\n- name: Adiciando o repo Jenkins\n get_url:\n url: http://p...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 371, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/log
555
[ "no_license" ]
[ { "path": "ansible/roles/log/tasks/main.yml", "content": "---\n# tasks file for log\n\n- name: Validando o vhost\n command: test -f /etc/nginx/sites-enabled/green.conf\n register: vhost\n ignore_errors: yes\n\n- name: gerando log caso seja blue\n shell: echo \"blue\" > /tmp/log\n when: vhost.rc == 1\n\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 326, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/puppet
555
[ "no_license" ]
[ { "path": "ansible/roles/puppet/tasks/main.yml", "content": "---\n# tasks file for puppet\n- name: Baixar o pacote do repo do puppet\n get_url:\n url: \"https://apt.puppetlabs.com/puppetlabs-release-pc1-{{ ansible_distribution_release }}.deb\"\n dest: /tmp/puppet.deb\n\n- name: Instalar o repo do puppe...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 476, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/rundeck
555
[ "no_license" ]
[ { "path": "ansible/roles/rundeck/tasks/main.yml", "content": "---\n# tasks file for rundeck\n- name: Download do Repo\n yum: name=http://repo.rundeck.org/latest.rpm state=present\n\n\n- name: Instalacao do Rundeck\n yum: name={{ item }} state=present\n with_items:\n - rundeck", "license_type": "no_...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 210, "all_permissive": false }
ansible_role
dpandolfo/curso-devops
e77c526215b2f0706e34e41c9e6d1bf148c3e6f6
0
ansible/roles/verificar
555
[ "no_license" ]
[ { "path": "ansible/roles/verificar/tasks/main.yml", "content": "---\n# tasks file for create\n\n- name: Validando o Virtual Host\n command: test -f /etc/nginx/sites-enabled/green.conf\n register: vhost\n ignore_errors: yes\n\n- name: Remover green env\n command: rm -f /etc/nginx/sites-enabled/green.conf...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 669, "all_permissive": false }
ansible_role
Trilift/ES
44d0927ae89fa7efdf8488d8ee24189706a1fdf6
0
Midterms/roles/ubuntu
555
[ "no_license" ]
[ { "path": "Midterms/roles/ubuntu/tasks/main.yml", "content": "- name: Stopping iptables service\n systemd: \n name: iptables\n masked: true\n\n- name: Uninstalling ufw\n apt: \n name: ufw\n state: absent\n\n- name: Installing firewalld\n apt: \n name: firewalld\n\n- name: Checking firewall...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 697, "all_permissive": false }
ansible_role
misho-kr/ansible-zabbix-deployment
dffb9e85afba0cc6e86400a37554d4fab5d6e971
0
roles/zabbix-client
555
[ "no_license" ]
[ { "path": "roles/zabbix-client/tasks/configuration.yml", "content": "---\n# Configure Zabbix agent\n\n- name: customize Zabbix configuration file\n become: yes\n lineinfile: dest=\"{{ zabbix_conf_file }}\"\n regexp=\"^{{ item.key }}=\"\n line=\"{{ item.key }}={{ item.value }}\"\n...
{ "task_files": 9, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 12, "total_bytes": 13022, "all_permissive": false }
ansible_role
misho-kr/ansible-zabbix-deployment
dffb9e85afba0cc6e86400a37554d4fab5d6e971
0
roles/zabbix-repository
555
[ "no_license" ]
[ { "path": "roles/zabbix-repository/tasks/repo_yum.yml", "content": "---\n# Zabbix Official package repository\n\n# -------------------------------------------------------------\n# 2. install package with Zabbix repo configuration\n\n- name: install rpm package with Zabbix repo configuration\n become: yes\...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 7, "total_bytes": 4705, "all_permissive": false }
ansible_role
misho-kr/ansible-zabbix-deployment
dffb9e85afba0cc6e86400a37554d4fab5d6e971
0
roles/zabbix-server
555
[ "no_license" ]
[ { "path": "roles/zabbix-server/tasks/install_from_yum_repo.yml", "content": "---\n# Install Zabbix agent from yum repo repository\n\n# -------------------------------------------------------------\n# remove stale version\n\n- name: remove stale Zabbix server\n become: yes\n yum: name={{ item }} state=abs...
{ "task_files": 5, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 8, "total_bytes": 9902, "all_permissive": false }
ansible_role
jayeshjodhawat/ansible-playbooks
8e3e41abdd764f5e8abc07bb61a4078c587e104e
0
zabbix5-cluster/roles/prereq
555
[ "no_license" ]
[ { "path": "zabbix5-cluster/roles/prereq/defaults/main.yml", "content": "---\n# defaults file for prereq\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 31 }, { "path": "zabbix5-cluster/roles/prereq/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n ...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": true }
{ "file_count": 6, "total_bytes": 777, "all_permissive": false }
ansible_role
jayeshjodhawat/ansible-playbooks
8e3e41abdd764f5e8abc07bb61a4078c587e104e
0
zabbix5-cluster/roles/zabbix-agent2
555
[ "no_license" ]
[ { "path": "zabbix5-cluster/roles/zabbix-agent2/defaults/main.yml", "content": "---\n# defaults file for zabbix-agent2\n", "license_type": "no_license", "detected_licenses": [], "size_bytes": 38 }, { "path": "zabbix5-cluster/roles/zabbix-agent2/meta/main.yml", "content": "galaxy_info:...
{ "task_files": 1, "has_defaults": true, "has_handlers": true, "has_templates": false }
{ "file_count": 4, "total_bytes": 755, "all_permissive": false }
ansible_role
jayeshjodhawat/ansible-playbooks
8e3e41abdd764f5e8abc07bb61a4078c587e104e
0
zabbix5-cluster/roles/zabbix-server
555
[ "no_license" ]
[ { "path": "zabbix5-cluster/roles/zabbix-server/meta/main.yml", "content": "galaxy_info:\n author: <NAME>\n description: Role to install and setup zabbix 5 server and agent\n min_ansible_version: 2.1", "license_type": "no_license", "detected_licenses": [], "size_bytes": 123 }, { "path"...
{ "task_files": 1, "has_defaults": false, "has_handlers": true, "has_templates": false }
{ "file_count": 3, "total_bytes": 1417, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/cpa-bioexcel-cwl
2ab32a97819f7a7c335ff114cad621da5bfd78ed
1
ostack/ansible/roles/cwl
555
[ "no_license" ]
[ { "path": "ostack/ansible/roles/cwl/tasks/main.yml", "content": "---\n\n- name: Upload pipenv files to install cwl\n copy:\n src: cwl_bioexcel\n dest: ~/\n owner: \"{{lookup('env','ANSIBLE_REMOTE_USER')}}\"\n group: \"{{lookup('env','ANSIBLE_REMOTE_USER')}}\"\n mode: '0644'\n\n# Install cwlr...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 800, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/cpa-bioexcel-cwl
2ab32a97819f7a7c335ff114cad621da5bfd78ed
1
ostack/ansible/roles/docker
555
[ "no_license" ]
[ { "path": "ostack/ansible/roles/docker/tasks/main.yaml", "content": "---\n# Install docker-ce\n- name: Add Docker GPG apt Key\n apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add Docker Repository\n apt_repository:\n repo: deb https://download.docker.com/...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 556, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/cpa-bioexcel-cwl
2ab32a97819f7a7c335ff114cad621da5bfd78ed
1
ostack/ansible/roles/docker-venv
555
[ "no_license" ]
[ { "path": "ostack/ansible/roles/docker-venv/tasks/main.yaml", "content": "---\n- name: Install Docker Module for Python in virtualenv\n pip:\n name: docker\n virtualenv: ~/cwl_bioexcel\n virtualenv_python: python3", "license_type": "no_license", "detected_licenses": [], "size_bytes": 1...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 144, "all_permissive": false }
ansible_role
EMBL-EBI-TSI/cpa-bioexcel-cwl
2ab32a97819f7a7c335ff114cad621da5bfd78ed
1
ostack/ansible/roles/git-clone
555
[ "no_license" ]
[ { "path": "ostack/ansible/roles/git-clone/tasks/main.yaml", "content": "---\n# Clone Workflow repo into HOME-DIR/workflow\n- name: Cloning repo url - \"{{ workflow_url }}\"\n git:\n repo: '{{ workflow_url }}'\n dest: /home/{{ lookup('env','ANSIBLE_REMOTE_USER') }}/workflow\n when: workflow_url != ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 230, "all_permissive": false }
ansible_role
ugns/ansible
403fd52bb447328c440db10ad25092c4dfa4a176
0
roles/os-update
555
[ "no_license" ]
[ { "path": "roles/os-update/defaults/main.yaml", "content": "---\nreboot_connect_timeout: 5\nreboot_pre_reboot_delay: 0\nreboot_post_reboot_delay: 30\nreboot_timeout: 300", "license_type": "no_license", "detected_licenses": [], "size_bytes": 105 }, { "path": "roles/os-update/tasks/main.ya...
{ "task_files": 1, "has_defaults": true, "has_handlers": false, "has_templates": false }
{ "file_count": 2, "total_bytes": 2083, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/common
555
[ "no_license" ]
[ { "path": "ansible/roles/common/tasks/main.yml", "content": "---\n- name: common packages\n package:\n state: present\n name:\n - wget \n - gpg \n - coreutils\n - ca-certificates \n - curl\n - unzip\n\n- name: hashicorp repo\n block:\n - name: key check\n stat:\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 895, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/consul
555
[ "no_license" ]
[ { "path": "ansible/roles/consul/templates/server.json.j2", "content": "{\n \"datacenter\": \"{{ consul_datacenter }}\",\n \"server\": true,\n \"client_addr\": \"0.0.0.0\",\n \"retry_join\": {{ consul_retry_join|to_json }},\n \"bind_addr\": \"{{ '{{' }} GetInterfaceIP \\\"{{ network_interface }}\\\" {{ ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 4, "total_bytes": 2822, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/dnsmasq
555
[ "no_license" ]
[ { "path": "ansible/roles/dnsmasq/tasks/main.yml", "content": "---\n- name: install dnsmasq\n package:\n state: present\n name: dnsmasq\n\n- name: copy config\n copy:\n src: files/dnsmasq.conf\n dest: /etc/dnsmasq.conf\n\n- name: copy config fragments\n copy:\n src: files/10-consul.conf\n ...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 431, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/docker
555
[ "no_license" ]
[ { "path": "ansible/roles/docker/tasks/main.yml", "content": "---\n- name: add docker gpg\n shell:\n cmd: curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc\n\n- name: add docker repo\n ansible.builtin.apt_repository:\n repo: deb [arch=amd64 signed-by=/etc/apt/key...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 2084, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/nomad
555
[ "no_license" ]
[ { "path": "ansible/roles/nomad/templates/nomad.hcl.j2", "content": "datacenter = \"{{ nomad_datacenter }}\"\nregion = \"{{ nomad_region }}\"\ndata_dir = \"/var/lib/nomad\"\n\n\nlog_level = \"info\"\nlog_file = \"/var/log/nomad/\"\nlog_rotate_bytes = 5000000\nlog_rotate_max_files = 10\ndisable_update_check =...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": true }
{ "file_count": 3, "total_bytes": 3519, "all_permissive": false }
ansible_role
ibejohn818/vagrant-nomad-consul
931436f309022799fb40397c45d73eb9696b2128
0
ansible/roles/podman
555
[ "no_license" ]
[ { "path": "ansible/roles/podman/tasks/main.yml", "content": "---\n- name: install podman\n package:\n state: present\n name:\n - podman\n\n- name: podman.socket service\n service:\n name: podman.socket\n state: started\n enabled: true\n", "license_type": "no_license", "detected...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 185, "all_permissive": false }
ansible_role
zubron/centurylink-runner-demo
d968fd89146d4b9ebd0fae7a3f432e3756fed9f2
0
roles/install-python-2.7.12
561
[ "no_license" ]
[ { "path": "roles/install-python-2.7.12/tasks/main.yml", "content": "---\n- name: Install Python build dependencies\n apt:\n name=python2.7\n state=build-dep\n update_cache=yes\n\n- name: Download Python source\n get_url:\n url: \"https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz\"\...
{ "task_files": 1, "has_defaults": false, "has_handlers": false, "has_templates": false }
{ "file_count": 1, "total_bytes": 789, "all_permissive": false }