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 | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/bamboo | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/bamboo/templates/production.json.j2",
"content": "{\n \"Marathon\": {\n \"Endpoint\": \"{% if bamboo_marathon_proxy is defined %}{{ bamboo_marathon_proxy_scheme|default('http') }}://{{ marathon_bamboo_user }}:{{ marathon_bamboo_pass }}@{{ bamboo_marathon_proxy }}{% else %}{%- fo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 19933,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/bamboo-uninstall | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/bamboo-uninstall/vars/main.yml",
"content": "---\n\nbamboo_dir: \"{{ base_data_dir | mandatory }}/bamboo/\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 59
},
{
"path": "ansible/roles/bamboo-uninstall/tasks/main.yml",
"content": "#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1592,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/base | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Update package repo cache\n apt: update_cache=yes\n become: yes\n tags:\n - update_cache\n - packages\n\n- name: Install Linux kernel image\n apt: name=\"linux-image-{{kernel_version}}\" state=present\n become: yes\n tags:\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2900,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/cert-generator | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/cert-generator/tasks/main.yml",
"content": "---\n\n- name: Create cert dir (if necessary) in host\n file: path={{ cert_dir }} state=directory owner=root\n become: yes\n\n- name: Copy gencert script to host\n template: src=gencert.sh.j2 dest=\"{{ cert_dir }}/gencert.sh\" owner=roo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3528,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/chronos | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/chronos/templates/chronos.upstart.conf.j2",
"content": "description \"Chronos scheduler for Mesos\"\n\nstart on runlevel [2345]\nstop on runlevel [!2345]\n\nrespawn\nrespawn limit 10 5\n\npre-start script\n\n iptables -C INPUT -p tcp --dport {{ chronos_http_port }} -s localhost -j ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2725,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/common | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/common/handlers/main.yml",
"content": "# Note: Had to switch to command module as using the service module to restart rsyslog is failing (unclear why, even -vvvv didn't provide any helpful info).\n- name: restart rsyslog\n command: \"service rsyslog restart\"\n become: yes\n tags... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1618,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/docker-machines | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-machines/tasks/main.yml",
"content": "- name: Create docker directories which need to exist, if necessary\n file: path={{ item }} state=directory owner=root\n with_items:\n - \"{{ docker_rt_root_dir }}\"\n become: yes\n tags:\n - docker\n\n- name: Add Docker reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5228,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/docker-registry | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/docker-registry/tasks/main.yml",
"content": "---\n# Tasks for setting up and starting the docker registy\n\n- name: Update package repo cache\n apt: update_cache=yes\n become: yes\n tags:\n - update_cache\n\n- name: Ensure docker registry dir exists\n file: path={{ docker_reg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1493,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/generate-permission-files | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/generate-permission-files/templates/oauth.j2",
"content": "{\n\"type\": \"{{ auth_gsheet_oauth_type }}\",\n\"project_id\": \"{{ auth_gsheet_oauth_project_id }}\",\n\"private_key_id\": \"{{ auth_gsheet_oauth_private_key_id }}\",\n\"private_key\": \"{{ auth_gsheet_oauth_private_key }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11441,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/java | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/java/tasks/main.yml",
"content": "---\n# Common tasks for a Java node.\n\n- name: Add webupd8team PPA repository\n apt_repository: repo='ppa:webupd8team/java' state=present update_cache=yes\n become: yes\n tags:\n - java\n\n- name: Update APT cache\n apt: update_cache=yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 988,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/marathon-server | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/marathon-server/templates/marathon-auth-flags/plugin_conf.j2",
"content": "{{base_data_dir}}/marathon/marathon-plugin.conf",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "ansible/roles/marathon-server/templates/marathon-fla... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 11307,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/mesos-common | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos-common/vars/main.yml",
"content": "---\nold_mesos_package_deps:\n - openjdk-7-jre-headless\n\nmesos_package_deps:\n - libcurl3\n - libsvn1\n\nmesos_version: \"0.28.1-2.0.20.ubuntu1404\"\nmesos_tmp_dir: \"{{ base_data_dir }}/mesos/tmp\"\nmesos_work_dir: \"{{ base_data_dir }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1907,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/mesos-master | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos-master/handlers/main.yml",
"content": "- name: restart mesos-master\n when: inventory_hostname in groups.masters\n service: name=mesos-master state=restarted\n become: yes\n tags:\n - mesos-core\n - mesos-master\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2570,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/mesos-slave | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/mesos-slave/templates/mesos-slave-flags/master.j2",
"content": "zk://\n{%- for host in groups['masters'] -%}\n{{ host }}:2181{% if not loop.last %},{% endif %}\n{%- endfor %}/mesos",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4184,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/nginx | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/files/chronos_overrides/views/job_detail_header_view.js",
"content": "/**\n * Job Detail Header View\n *\n */\ndefine([\n 'jquery',\n 'backbone',\n 'underscore',\n 'hbs!templates/job_detail_header_view',\n 'bootstrap/tooltip'\n],\nfunction($,\n Backbone,\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 44892,
"all_permissive": false
} |
ansible_role | seomoz/roger-mesos | dcd22d0fbb85e2f5b5fa1dfe98fb4511898bfe3e | 8 | ansible/roles/zookeeper | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/zookeeper/vars/main.yml",
"content": "---\n\nzk_packages:\n - zookeeper\n - zookeeperd\n - zookeeper-bin\n\nzk_log_dir: \"{{ base_data_dir }}/zk/logs\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"path": "ansible/roles/zoo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1764,
"all_permissive": false
} |
ansible_role | luckydogxf/ansible-k8s | c4fac6c46c430510c1490f68350bc18f20fae99f | 0 | roles/k8s-setup | 561 | [
"no_license"
] | [
{
"path": "roles/k8s-setup/vars/main.yml",
"content": "gpg_key:\n# k8s and docker\n - https://packages.cloud.google.com/apt/doc/apt-key.gpg\n - https://download.docker.com/linux/ubuntu/gpg\n\nrepos:\n # keep it up-to-date.\n - deb https://download.docker.com/linux/ubuntu focal stable\n - deb https://... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3441,
"all_permissive": false
} |
ansible_role | rudicatsmile/awx-batch12 | 13b7d69acad9226f1b5743c943abf824c82c3109 | 0 | roles/landing-page | 561 | [
"no_license"
] | [
{
"path": "roles/landing-page/tasks/main.yaml",
"content": "- name: install nginx\r\n apt:\r\n name: \"{{ item }}\"\r\n state: present\r\n loop:\r\n - nginx\r\n - php-fpm\r\n - php-mysql\r\n - php-gd\r\n - php-zip\r\n\r\n- name: create folder for landingpage\r\n file:\r\n path: /v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1326,
"all_permissive": false
} |
ansible_role | dvaturi/Opsschool-project | 490b7931744fcaf9bfeb6ce66255a4c4c021abf8 | 0 | ansible/roles/elasticsearch | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/elasticsearch/tasks/main.yml",
"content": "---\n- name: installing elasticsearch gpg key\n become: true\n shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add \n\n- name: Installing Elasticsearch repository\n become: true\n shell: sudo apt-add-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | dvaturi/Opsschool-project | 490b7931744fcaf9bfeb6ce66255a4c4c021abf8 | 0 | ansible/roles/filebeat | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/filebeat/tasks/main.yml",
"content": "---\n- name: installing elasticsearch gpg key\n become: true\n shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add \n\n- name: Installing Elasticsearch repository\n become: true\n shell: sudo apt-add-repos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1147,
"all_permissive": false
} |
ansible_role | dvaturi/Opsschool-project | 490b7931744fcaf9bfeb6ce66255a4c4c021abf8 | 0 | ansible/roles/jenkins | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/jenkins/tasks/jenkins-slave.yml",
"content": "- name: Print massage from salve\n ansible.builtin.debug:\n msg:\n - \"Running on {{ hostvars[inventory_hostname].tags.Name }}\"\n\n- name: installing jenkins 1/6\n become: true\n shell: sudo apt-get update -y\n\n- name: install... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4949,
"all_permissive": false
} |
ansible_role | dvaturi/Opsschool-project | 490b7931744fcaf9bfeb6ce66255a4c4c021abf8 | 0 | ansible/roles/kibana | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/kibana/tasks/main.yml",
"content": "---\n- name: installing elasticsearch gpg key\n become: true\n shell: wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add \n\n- name: Installing Elasticsearch repository\n become: true\n shell: sudo apt-add-reposit... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1066,
"all_permissive": false
} |
ansible_role | dvaturi/Opsschool-project | 490b7931744fcaf9bfeb6ce66255a4c4c021abf8 | 0 | ansible/roles/logstash | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/logstash/templates/logstash.json.j2",
"content": "{\n \"service\": {\n \"id\": \"logstash\",\n \"name\": \"logstash\",\n \"tags\": [\"logstash\"],\n \"port\": 5044,\n \"checks\": [\n {\n \"id\": \"tcp\",\n \"name\": \"TCP on port 5044\",\n \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1457,
"all_permissive": false
} |
ansible_role | colemorgan/Central-Authentication-Access-Control | 7f3d9140a37a9d9c98731af2833a21e2b5fcac5f | 1 | ansible/roles/authpi | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/authpi/.private.template/vars/private.yml",
"content": "ldap_host: makeitlabs.local\nldap_dc: dc=makeitlabs,dc=local\nldap_password: <PASSWORD>\nldap_password_size: 22 # The length ldap_password\nldap_automount_machine: nas.makeitlabs.local\nldap_server: ldap://auth.makeitlabs.local... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | colemorgan/Central-Authentication-Access-Control | 7f3d9140a37a9d9c98731af2833a21e2b5fcac5f | 1 | ansible/roles/common | 561 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# Common plays to be run against all nodes, everywhere.\n\n- name: Install ntp \n yum: name=ntp state=present\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n tags: ntp\n notify: restart ntp\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 600,
"all_permissive": false
} |
ansible_role | nqngo/hashicorp_vault | 574c236737ca0961818727e626895ec0bcf2732f | 0 | roles/autounseal_vault_hsm | 561 | [
"no_license"
] | [
{
"path": "roles/autounseal_vault_hsm/molecule/default/Dockerfile.j2",
"content": "# Dockerfile stanza to fetch image name from molecule\n{% if item.registry is defined %}\nFROM {{ item.registry.url }}/{{ item.image }}\n{% else %}\nFROM {{ item.image }}\n{% endif %}\n# Specify environment\nENV container=doc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7623,
"all_permissive": false
} |
ansible_role | nqngo/hashicorp_vault | 574c236737ca0961818727e626895ec0bcf2732f | 0 | roles/install_vault | 561 | [
"no_license"
] | [
{
"path": "roles/install_vault/templates/config.hcl.j2",
"content": "storage \"raft\" {\n path = \"{{ vault_raft_path }}\"\n node_id = \"{{ ansible_facts['nodename'] }}\"\n performance_multiplier = {{ vault_raft_performance_multiplier }}\n{% for node in vault_raft_members %}\n retry_join {\n leade... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 11713,
"all_permissive": false
} |
ansible_role | nqngo/hashicorp_vault | 574c236737ca0961818727e626895ec0bcf2732f | 0 | roles/vault_softhsm | 561 | [
"no_license"
] | [
{
"path": "roles/vault_softhsm/defaults/main.yml",
"content": "---\nvault_hsm_user: \"{{ vault_user | default('root') }}\"\nvault_hsm_group: \"{{ vault_group | default('root') }}\"\nvault_hsm_pin: 1234\nvault_hsm_so_pin: 1234\nvault_hsm_token_label: vault-hsm-token\nvault_hsm_package: softhsm\nvault_softhsm... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7183,
"all_permissive": false
} |
ansible_role | alexander-scott/docker | d2c078e8d47880257b11445a151d41b118366653 | 1 | ansible-concerto-in-ssh/ansible_client/roles/zsh | 561 | [
"no_license"
] | [
{
"path": "ansible-concerto-in-ssh/ansible_client/roles/zsh/tasks/main.yml",
"content": "---\n- name: Install zsh\n apk:\n name: zsh\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | dennisstritzke/ipsec-endpoint | 41ad597a20e6e7e8f6d7356d23f49ae0c7b20987 | 1 | roles/strongswan | 561 | [
"no_license"
] | [
{
"path": "roles/strongswan/templates/ipsec.conf.j2",
"content": "conn %default\n esp=aes256-sha256-modp2048!\n ike=aes256-sha256-modp2048!\n ikelifetime=86400s\n keylife=20m\n rekeymargin=3m\n keyingtries=1\n authby=secret\n keyexchange=ikev2\n\nconn sample\n left={{ ansible_default_ipv4.address }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2628,
"all_permissive": false
} |
ansible_role | Mousliki/tele-play | 7cdc14cc43839cb7d491f0a1080640393a8accc4 | 0 | roles/teleport | 561 | [
"no_license"
] | [
{
"path": "roles/teleport/templates/teleport.service.j2",
"content": "[Unit]\nDescription=Teleport SSH Service\nAfter=network.target\n\n[Service]\nType=simple\nRestart=on-failure\nEnvironmentFile=-/etc/default/teleport\nExecStart=/usr/local/bin/teleport start --config={{ teleport_config_path }} --pid-file={... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 6722,
"all_permissive": false
} |
ansible_role | Mousliki/tele-play | 7cdc14cc43839cb7d491f0a1080640393a8accc4 | 0 | roles/teleport-clean | 561 | [
"no_license"
] | [
{
"path": "roles/teleport-clean/defaults/main.yml",
"content": "teleport_config_path: /etc/teleport.yaml\nteleport_data_dir: /var/lib/teleport",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
},
{
"path": "roles/teleport-clean/tasks/main.yml",
"content": "---... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | thomaskkk/ansible | 53dec270dba8a40b0e3b2c33d26aa86f1b4f350f | 0 | provisioning/roles/common | 561 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n# This playbook contains common plays that will be run on all nodes.\n\n- name: Install ntp \n yum: name=ntp state=present\n sudo: yes\n tags: ntp\n\n- name: Configure ntp file\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n sudo: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 491,
"all_permissive": false
} |
ansible_role | thomaskkk/ansible | 53dec270dba8a40b0e3b2c33d26aa86f1b4f350f | 0 | provisioning/roles/db | 561 | [
"no_license"
] | [
{
"path": "provisioning/roles/db/tasks/main.yml",
"content": "---\n# This playbook will install mysql and create db user and give permissions.\n\n- name: Install Mysql package\n yum: name={{ item }} state=installed\n sudo: yes\n with_items:\n - mysql-server\n - MySQL-python\n - libselinux-python\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | thomaskkk/ansible | 53dec270dba8a40b0e3b2c33d26aa86f1b4f350f | 0 | provisioning/roles/varnish | 561 | [
"no_license"
] | [
{
"path": "provisioning/roles/varnish/tasks/main.yml",
"content": "---\n# This playbook will install and configure varnish.\n\n- name: Install Varnish\n sudo: yes\n yum: name=varnish state=present\n tags: varnish\n\n- name: Configure VCL\n sudo: yes\n template:\n src: default.vcl\n dest: /etc/var... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 496,
"all_permissive": false
} |
ansible_role | thomaskkk/ansible | 53dec270dba8a40b0e3b2c33d26aa86f1b4f350f | 0 | provisioning/roles/web | 561 | [
"no_license"
] | [
{
"path": "provisioning/roles/web/templates/drush.make.yml",
"content": "# Drush Make API version\napi: 2\n\n# Versão do Drupal core\ncore: {{ drupal_core_version }}\n\n# Puxa o drupal core\nprojects:\n drupal:\n type: \"core\"\n version: \"{{ drupal_version }}\"\n download:\n type: \"git\"\n... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4726,
"all_permissive": false
} |
ansible_role | ashwoods/playground | 61adbb407293a821e917071131f92456d1d2639f | 0 | playbook/roles/bootstrap | 560 | [
"no_license"
] | [
{
"path": "playbook/roles/bootstrap/tasks/main.yml",
"content": "\n- name: main | update APT package cache\n apt: update_cache=yes cache_valid_time=3600\n\n- apt: upgrade=safe update_cache=yes # make sure system is up-to-date\n\n- name: main | install base packages # some security packages are handled in 3... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1202,
"all_permissive": false
} |
ansible_role | ashwoods/playground | 61adbb407293a821e917071131f92456d1d2639f | 0 | playbook/roles/services | 560 | [
"no_license"
] | [
{
"path": "playbook/roles/services/tasks/elk.yml",
"content": "- name: Elk | checkout elk stack compose file\n git: repo=https://github.com/NOUSguide/docker-elk dest=/srv/docker-elk update=yes accept_hostkey=yes\n\n- name: Elk | Register elk stack docker image\n docker_service:\n project_src: /srv/dock... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 497,
"all_permissive": false
} |
ansible_role | tanandy/galaxie-clans | 542f2427cddab2bb0c6d28d776b91fd884b10348 | 0 | roles/common | 560 | [
"no_license"
] | [
{
"path": "roles/common/tasks/powersave.yml",
"content": "---\n\n- name: desired packages are present\n apt: pkg=\"{{item}}\" state=installed\n with_items:\n - lm-sensors\n - cpufrequtils\n - powertop\n - ethtool\n - firmware-linux-nonfree\n - screen\n\n- name: scripts directory check\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | tanandy/galaxie-clans | 542f2427cddab2bb0c6d28d776b91fd884b10348 | 0 | roles/mysql-server | 560 | [
"no_license"
] | [
{
"path": "roles/mysql-server/tasks/main.yml",
"content": "---\n# dpkg-reconfigure mysql-server-5.5 and copy/past content of ~/keystore-{{ ansible_hostname }}\n\n- name: Install MySQL\n apt: pkg={{ item }} state=latest\n with_items:\n - mysql-client\n - mysql-server\n - python-mysqldb\n notify:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1004,
"all_permissive": false
} |
ansible_role | tanandy/galaxie-clans | 542f2427cddab2bb0c6d28d776b91fd884b10348 | 0 | roles/openssh-client | 560 | [
"no_license"
] | [
{
"path": "roles/openssh-client/tasks/main.yml",
"content": "---\n\n- name: set CompressionLevel 9\n lineinfile:\n dest=\"/etc/ssh/ssh_config\"\n regexp=\"^ *CompressionLevel.*|^# *CompressionLevel.*\"\n line=\" CompressionLevel 9\"\n notify: restart ssh service\n\n- name: set Protocole 2\n l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | tanandy/galaxie-clans | 542f2427cddab2bb0c6d28d776b91fd884b10348 | 0 | roles/web-server | 560 | [
"no_license"
] | [
{
"path": "roles/web-server/tasks/install-apache.yml",
"content": "---\n- name: apache2 | install Apache\n apt:\n pkg={{ item }}\n state=latest\n with_items:\n - apache2\n - apache2-utils\n - apache2-mpm-prefork\n - libapache2-mod-fcgid\n - libcgi-fast-perl\n - openssl\n notify:\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | brandonsoto/Cannon_Game | 4c50fe48aef4d0efbad3fa1dc62baee3b28d1c82 | 0 | provisioning/roles/cmprescott.chrome | 560 | [
"no_license"
] | [
{
"path": "provisioning/roles/cmprescott.chrome/tasks/main.yml",
"content": "---\n-\n include: setup-apt.yml\n when: ansible_pkg_mgr == 'apt'\n\n-\n include: setup-dnf.yml\n when: ansible_pkg_mgr == 'dnf'",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 124,
"all_permissive": false
} |
ansible_role | brandonsoto/Cannon_Game | 4c50fe48aef4d0efbad3fa1dc62baee3b28d1c82 | 0 | provisioning/roles/development | 560 | [
"no_license"
] | [
{
"path": "provisioning/roles/development/tasks/main.yml",
"content": "---\n-\n name: \"Update apt caches\"\n apt: update_cache=yes\n\n-\n name: \"Upgrade apt packages\"\n apt:\n upgrade: dist\n\n-\n name: Install dev apt packages\n apt:\n name: \"{{item}}\"\n update_cache: true\n state: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | antonym/ecopoiesis | ef7121afe838f98b8b3df4f4fcf410f1be9b44e6 | 2 | roles/ecopoiesis | 560 | [
"no_license"
] | [
{
"path": "roles/ecopoiesis/templates/ecopoiesis.ipxe.j2",
"content": "#!ipxe\n\nset name ${mac:hexraw}\nset esc:hex 1b\nset count:int32 0\nset space:hex 20:20\nset space ${space:string}\nset lldp_retry_count:int32 0\nset plip_retry_count:int32 0\nset lldp_retry_limit 60\nset plip_retry_limit 2\nset primary... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 17,
"total_bytes": 25379,
"all_permissive": false
} |
ansible_role | kenmoini/redhat-at-home | 0b4074925293379c767c5e24ecfb41500e801e4e | 4 | ansible-deployers/roles/localVMWareSetup | 560 | [
"no_license"
] | [
{
"path": "ansible-deployers/roles/localVMWareSetup/tasks/main.yml",
"content": "---\n- name: Create local generated files directory\n file:\n path: \"{{ ansibleWorkingDirectory }}/vmware-automation\"\n state: directory\n mode: \"0755\"\n become: yes\n\n- name: Download VMWare SSL File\n get_url... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2229,
"all_permissive": false
} |
ansible_role | kenmoini/redhat-at-home | 0b4074925293379c767c5e24ecfb41500e801e4e | 4 | ansible-deployers/roles/nfs_server | 560 | [
"no_license"
] | [
{
"path": "ansible-deployers/roles/nfs_server/vars/main.yml",
"content": "---\n# vars file for nfs-server\n\n# Don't forget the trailing slash!\nbase_nfs_export_path: /mnt/nfs_exports/\n\nnfs_exports:\n - name: rhv-manager\n path: rhv-manager\n group: nobody\n owner: nobody\n mode: 0777\n ne... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3930,
"all_permissive": false
} |
ansible_role | ershad-ra/ansible_glpi | b97da5010d24dd4a404f08dfeb14eddc422b8071 | 0 | roles/apache | 560 | [
"no_license"
] | [
{
"path": "roles/apache/templates/virtualhost.conf.j2",
"content": "<VirtualHost *:{{ http_port }}>\n ServerName {{ project_name }}.{{ domain_name }}\n Redirect permanent \"/\" \"https://{{ project_name }}.{{ domain_name }}/\"\n</virtualhost>\n\n\n<VirtualHost *:{{ http_port_ssl }}>\n S... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | ershad-ra/ansible_glpi | b97da5010d24dd4a404f08dfeb14eddc422b8071 | 0 | roles/mysql | 560 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n- name: Install MySQL\n apt: \n name: \"{{ item }}\"\n update_cache: true\n state: latest\n loop: [ 'python3-pymysql','mysql-server' ]\n\n- name: Set the root password\n tags: [set_root_pass]\n mysql_user:\n name: root\n password: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | ershad-ra/ansible_glpi | b97da5010d24dd4a404f08dfeb14eddc422b8071 | 0 | roles/php | 560 | [
"no_license"
] | [
{
"path": "roles/php/tasks/main.yml",
"content": "---\n- name: install php8.1 packages needed for GLPI installation\n apt:\n update_cache: true\n cache_valid_time: 3600\n pkg: \"{{ php_packages }}\"\n\n- name: Modify php.ini to secure sessions\n lineinfile:\n path: /etc/php/8.1/cli/php.ini\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 877,
"all_permissive": false
} |
ansible_role | calistus-igwilo/ansible | a76795b5d0a61fbd6a1eedd51bff19bc8e8188c2 | 3 | roles/ntp | 560 | [
"no_license"
] | [
{
"path": "roles/ntp/templates/chrony.j2",
"content": "# Public servers from the pool.ntp.org project\n{% if host_role == 'frontend' %}\n{% for server in ntp_pool %}\nserver {{ server }}\n{% endfor %}\n{% elif host_role == 'backend' %}\n{% for server in ntp_pool2 %}\nserver {{ server }}\n{% endfor %}\n{% en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1038,
"all_permissive": false
} |
ansible_role | inno-asiimwe/flask_assessment | 509bbb3ded023384c2d1442cd06c997e930b12e5 | 0 | deployment/roles/api_deployment | 560 | [
"no_license"
] | [
{
"path": "deployment/roles/api_deployment/templates/api-deployment.yml",
"content": "apiVersion: extensions/v1beta1\nkind: Deployment\nmetadata:\n name: dog-api\n namespace: default\nspec:\n replicas: 2\n minReadSeconds: 15\n revisionHistoryLimit: 3\n strategy:\n type: RollingUpdate\n rollingUp... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 909,
"all_permissive": false
} |
ansible_role | inno-asiimwe/flask_assessment | 509bbb3ded023384c2d1442cd06c997e930b12e5 | 0 | deployment/roles/api_service | 560 | [
"no_license"
] | [
{
"path": "deployment/roles/api_service/templates/api-service.yml",
"content": "apiVersion: v1\nkind: Service\nmetadata:\n name: dog-api-service\n namespace: default\n labels:\n app: api\nspec:\n type: NodePort\n ports:\n - port: 80\n protocol: TCP\n targetPort: 80\n selector:\n app: dog-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | inno-asiimwe/flask_assessment | 509bbb3ded023384c2d1442cd06c997e930b12e5 | 0 | deployment/roles/db_migration | 560 | [
"no_license"
] | [
{
"path": "deployment/roles/db_migration/tasks/main.yml",
"content": "- name: Check for existing migration job\n k8s_facts:\n api_version: batch/v1\n kind: Job\n name: dog-api-db-migrate\n namespace: default\n register: migrate_job\n\n- name: Delete existing migration job\n k8s:\n state: a... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1076,
"all_permissive": false
} |
ansible_role | inno-asiimwe/flask_assessment | 509bbb3ded023384c2d1442cd06c997e930b12e5 | 0 | deployment/roles/ingress | 560 | [
"no_license"
] | [
{
"path": "deployment/roles/ingress/templates/ingress.yml",
"content": "apiVersion: extensions/v1beta1\nkind: Ingress\nmetadata:\n name: dog-api-ingress\n namespace: default\n annotations:\n kubernetes.io/ingress.class: \"gce\"\n kubernetes.io/ingress.global-static-ip-name: ingress-ip\nspec:\n rul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 490,
"all_permissive": false
} |
ansible_role | inno-asiimwe/flask_assessment | 509bbb3ded023384c2d1442cd06c997e930b12e5 | 0 | deployment/roles/secrets | 560 | [
"no_license"
] | [
{
"path": "deployment/roles/secrets/templates/secrets.yml",
"content": "apiVersion: v1\nkind: Secret\nmetadata:\n name: cloudsql-db-credentials\n namespace: default\ntype: Opaque\ndata:\n username: \"{{ DB_USERNAME }}\"\n password: \"{{ <PASSWORD> }}\"",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | rhatservices/os-setup | cfc798d22e61a5cec7a3dd4b1c43b2d3cc3c1f72 | 0 | roles/os-setup_rhel7 | 548 | [
"no_license"
] | [
{
"path": "roles/os-setup_rhel7/tasks/step1/main.yml",
"content": "---\n# Using package module to install or remove default packages\n\n- name: Remove not required packages\n package: \n name: \"{{ os_packages_remove }}\"\n state: absent\n\n- name: Install required packages\n package: \n name: \"... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8855,
"all_permissive": false
} |
ansible_role | rhatservices/os-setup | cfc798d22e61a5cec7a3dd4b1c43b2d3cc3c1f72 | 0 | roles/sshd | 548 | [
"no_license"
] | [
{
"path": "roles/sshd/handlers/main.yml",
"content": "---\n# Test and restart SSHD \n- name: Test and restart SSHD\n command: sshd -t\n notify: [\"Restart SSHD\"]\n\n- name: Restart SSHD\n service:\n name: \"sshd\"\n state: \"restarted\"",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7044,
"all_permissive": false
} |
ansible_role | Sandeepkumarcherka/Ansible-Automation | 245342a5a05c09e8d99d4ae8fb6600b28fd5f2a7 | 0 | roles/java | 548 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "- name: Check if Java is installed\n ansible.builtin.stat:\n path: \"/home/ec2-user/java/bin/java\"\n register: java_installed\n\n- name: Install Java if not present\n when: not java_installed.stat.exists\n block:\n - name: Download Java\n an... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1581,
"all_permissive": false
} |
ansible_role | Sandeepkumarcherka/Ansible-Automation | 245342a5a05c09e8d99d4ae8fb6600b28fd5f2a7 | 0 | roles/kafka | 548 | [
"no_license"
] | [
{
"path": "roles/kafka/handlers/main.yaml",
"content": "---\n- name: Restart Kafka\n shell: \"nohup {{ kafka_install_dir }}/bin/kafka-server-start.sh {{ kafka_install_dir }}/config/server.properties &\"\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 145
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | Sandeepkumarcherka/Ansible-Automation | 245342a5a05c09e8d99d4ae8fb6600b28fd5f2a7 | 0 | roles/zookeeper | 548 | [
"no_license"
] | [
{
"path": "roles/zookeeper/defaults/main.yaml",
"content": "zookeeper_version: \"7.2.0\"\nzookeeper_versions: \"7.2\"\nzookeeper_download_url: \"https://packages.confluent.io/archive/{{ zookeeper_versions }}/confluent-{{ zookeeper_version }}.tar.gz\"\nzookeeper_install_dir: \"/home/ec2-user/zookeeper/data\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2921,
"all_permissive": false
} |
ansible_role | atinsingh/ansible | 7c57994fcded7b809c06ccee669e8f4012155fff | 0 | roles/apache | 548 | [
"no_license"
] | [
{
"path": "roles/apache/defaults/main.yml",
"content": "---\n# defaults file for apache\nhttp-listen-port: 8080\napp_version: v2\napp:\n env: dev \n prod:\n port: 80\n message: Prod\n dev:\n port: 8080\n message: Develoment with auto discovery\n stage:\n message: Stage\n port: 81\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1958,
"all_permissive": false
} |
ansible_role | atinsingh/ansible | 7c57994fcded7b809c06ccee669e8f4012155fff | 0 | roles/ngnix | 548 | [
"no_license"
] | [
{
"path": "roles/ngnix/defaults/main.yml",
"content": "---\n# defaults file for roles/ngnix\nlisten-port : 8080\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/ngnix/tasks/main.yml",
"content": "---\n# tasks file for roles/ngnix\n- impo... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | jatin7/mapr-twitter-sentiment-analysis | 54a4f9f1fdbf15691dd627df5230e92ca391a15d | 0 | playbooks/roles/elasticsearch | 548 | [
"no_license"
] | [
{
"path": "playbooks/roles/elasticsearch/handlers/main.yml",
"content": "---\n# handlers\n- name: Start Elasticsearch on boot\n service: name=elasticsearch enabled=yes\n\n- name: Restart Elasticsearch\n service:\n name=elasticsearch\n state=restarted\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 776,
"all_permissive": false
} |
ansible_role | jatin7/mapr-twitter-sentiment-analysis | 54a4f9f1fdbf15691dd627df5230e92ca391a15d | 0 | playbooks/roles/kibana | 548 | [
"no_license"
] | [
{
"path": "playbooks/roles/kibana/defaults/main.yml",
"content": "kibana_version: kibana-4.4.0-linux-x64\nkibana_path: /opt\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 57
},
{
"path": "playbooks/roles/kibana/tasks/main.yml",
"content": "- name: Check if k... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 943,
"all_permissive": false
} |
ansible_role | PureKoala/system-provisioner | 4c9c436b93b315a1060c5e73ef5a84e53dfb2dc2 | 0 | roles/common | 548 | [
"no_license"
] | [
{
"path": "roles/common/files/.pythonrc.py",
"content": "# -*- coding: utf-8 -*-\n\nimport sys\nimport os\nimport re\nimport time\n\n\ndef __len__(str):\n return 20\n\n# colors\nOFFSET = '\\033[0m'\nBLACK_FG = '\\033[30m'\nRED_FG = '\\033[31m'\nGREEN_FG = '\\033[32m'\nYELLOW_FG = '\\033[33m'\nBLUE_FG = '... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 11344,
"all_permissive": false
} |
ansible_role | PureKoala/system-provisioner | 4c9c436b93b315a1060c5e73ef5a84e53dfb2dc2 | 0 | roles/desktop | 548 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/Archlinux_neovim.yaml",
"content": "---\n\n- ansible.builtin.pacman:\n name: \"{{ item }}\"\n state: present\n loop:\n - neovim\n - python-pynvim\n - xclip\n become: true",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 140
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5688,
"all_permissive": false
} |
ansible_role | NCSU-Libraries/python-vagrant | 640ed12350b7ae32ec5db0fd88696127f9b110ce | 3 | ansible/roles/basic-setup | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/basic-setup/tasks/main.yml",
"content": "---\n- name: update apt cache\n apt: update_cache=yes\n- name: install required packages using apt-get\n apt:\n pkg: \"{{item}}\"\n state: present\n update_cache: yes\n with_items:\n - git-core\n - vim\n - build-essential... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | NCSU-Libraries/python-vagrant | 640ed12350b7ae32ec5db0fd88696127f9b110ce | 3 | ansible/roles/python | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/python/tasks/main.yml",
"content": "---\n- name: download pip3\n get_url: url=https://bootstrap.pypa.io/get-pip.py dest=/tmp/get-pip.py\n- name: install pip3\n command: python3 /tmp/get-pip.py\n- name: install python packages using pip3\n pip: name={{item}} executable=/usr/local/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 353,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/cloudflared | 548 | [
"no_license"
] | [
{
"path": "roles/cloudflared/tasks/main.yml",
"content": "- name: Check if /opt/cloudflared.deb exists\n ansible.builtin.stat:\n path: /opt/cloudflared.deb\n register: cloudflared\n\n- name: Download cloudflared\n ansible.builtin.get_url:\n url: https://github.com/cloudflare/cloudflared/release... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 828,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/docker | 548 | [
"no_license"
] | [
{
"path": "roles/docker/templates/nginx.conf.j2",
"content": "include /usr/share/nginx/modules/*.conf;\n\nevents {\n worker_connections 1024;\n}\n\nhttp {\n # Global SSL settings (applies to all subdomains)\n ssl_protocols TLSv1.2 TLSv1.3;\n ssl_ecdh_curve X25519:prime256v1:secp384r1;\n ssl_c... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 26331,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/firewall | 548 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Install ufw\n ansible.builtin.apt:\n update_cache: yes\n name: ufw\n state: present\n\n- name: Allow all ipv4 ports(tcp)\n ansible.builtin.ufw:\n rule: allow\n proto: tcp\n port: \"{{ item }}\"\n src: 0.0.0.0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 809,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/mDNS | 548 | [
"no_license"
] | [
{
"path": "roles/mDNS/templates/dnsmasq.conf.j2",
"content": "server=1.1.1.1\nserver=1.0.0.1\n\n# Don't use any other resolvers from /etc/resolv.conf\nno-resolv\n\nbind-interfaces\n\n# Custom hostnames (Local DNS)\naddn-hosts=/etc/dnsmasq.hosts\n\n# Block external DNS requests (forces all DNS traffic throug... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2754,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/smb | 548 | [
"no_license"
] | [
{
"path": "roles/smb/tasks/main.yml",
"content": "- name: Ensure samba packages are installed\n apt:\n name:\n - samba\n - samba-common\n\n- name: Transfer smb configuration file\n template:\n src: \"../templates/smb.conf.j2\"\n dest: \"/etc/samba/smb.conf\"\n notify:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/sshd | 548 | [
"no_license"
] | [
{
"path": "roles/sshd/tasks/main.yml",
"content": "---\n- name: Create .ssh directory\n ansible.builtin.file:\n path: \"/home/{{ ansible_name }}/.ssh\"\n state: directory\n- name: Create ssh authorized_keys file\n ansible.builtin.copy:\n content: \"\"\n dest: \"/home/{{ ansible_name }}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 575,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/sshd_after_setup | 548 | [
"no_license"
] | [
{
"path": "roles/sshd_after_setup/templates/sshd_config.j2",
"content": "ChallengeResponseAuthentication no\nPasswordAuthentication no\nPermitRootLogin no\nPubkeyAuthentication yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/sshd_after_s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | gridieS/debian-nas-ansible-setup | 85495ee84bbf7dae79b80f1c2b57a83c2d35533e | 0 | roles/utils | 548 | [
"no_license"
] | [
{
"path": "roles/utils/tasks/main.yml",
"content": "---\n# other utils i want on the machine\n- name: Install util packages\n apt:\n pkg:\n - vim\n - nmap\n - curl\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 159
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 159,
"all_permissive": false
} |
ansible_role | shresthasahil/ans | 030daf1173fde275e2eca4a371d74d9253e4e672 | 0 | roles/jenkins | 548 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n# tasks file for jenkins\n- name: package\n shell: |\n curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \\\n /usr/share/keyrings/jenkins-keyring.asc > /dev/null\n echo deb [signed-by=/usr/share/keyrings/jenk... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 706,
"all_permissive": false
} |
ansible_role | rog4l/def_oops | 0cb60f245e8f25e12f685bdbd533f9cf55ad7d5e | 1 | provisioning/roles/webservers | 548 | [
"no_license"
] | [
{
"path": "provisioning/roles/webservers/tasks/main.yml",
"content": "- name: Install APT packages\n apt:\n pkg:\n - python-pip\n - nginx\n update_cache: yes\n state: present\n \n- name: Copy appication \n copy:\n src: /vagrant/flask-hello-world/\n dest: /home/vagrant/flask-hello-w... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 597,
"all_permissive": false
} |
ansible_role | leandrosilvagoncalves/hello-world | 43eb091357c18c368ea6ac2111a2223af6e46c63 | 0 | .circleci/ansible/roles/play | 548 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/play/tasks/main.yml",
"content": "---\n- name: \"update apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"upgrade packages\"\n become: yes\n apt:\n upgrade: yes\n\n- name: remove dependencies that are no longer required\n become: yes\n apt:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 798,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/copy_scripts | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/copy_scripts/vars/main.yaml",
"content": "---\nsource_home: \"/home/jagdish/\"\ndestination_home: \"/home/{{project_user}}/\"\nfile_items:\n - src: \"{{source_home}}/lms-deploy/scripts/CheckAppStatus.sh\"\n dest: \"{{destination_home}}\"\nfile_owner: \"{{project_user}}\"\nfile_g... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1096,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/create_users | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/create_users/tasks/main.yaml",
"content": "---\n- block:\n - name: Create user, set password, add to groups\n ansible.builtin.user:\n name: \"{{ item.name }}\"\n password: \"{{ <PASSWORD> | default(default_passwd) | password_hash('<PASSWORD>') }}\"\n update_passwo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 825,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/node_install | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/node_install/tasks/main.yaml",
"content": "---\n- name: Install required dependencies (curl, build-essential)\n package:\n name:\n - curl\n - build-essential\n state: present\n- block :\n - name: Ensure NVM is available\n command: \"bash -c 'source ~/.nvm/nvm.sh... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 976,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/nvm_install | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/nvm_install/vars/main.yaml",
"content": "nvm_install_url : \"https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "ansible/roles/nvm_install/tasks/main.yaml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 715,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/ping | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/ping/tasks/main.yaml",
"content": "---\n- name: Ping the target machine\n ping:\n\n- name: Runing whoami cmd\n shell : \"whoami\"\n register : whoami\n changed_when: false\n failed_when: false\n\n- debug:\n msg : \"{{whoami.stdout}}\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 192,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/ruby_install | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/ruby_install/vars/main.yaml",
"content": "---\nruby_version: \"2.7.3\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "ansible/roles/ruby_install/tasks/main.yaml",
"content": "---\n- name: Install Ruby {{ ruby_version... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 719,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/rvm_install | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/rvm_install/tasks/main.yaml",
"content": "---\n- name: Check if RVM is already installed\n shell: \"bash -lc 'rvm --version'\"\n register: rvm_check\n changed_when: false\n failed_when: false\n- name: Debug RVM check result\n debug:\n msg: \"RVM is already installed: {{ rvm_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2181,
"all_permissive": false
} |
ansible_role | jagdish4501/Ansible | 294d1340a53b8882ed68e209812c3934c09fb7ac | 1 | ansible/roles/update_packege | 548 | [
"no_license"
] | [
{
"path": "ansible/roles/update_packege/tasks/main.yaml",
"content": "- name: Update all packages to the latest version\n ansible.builtin.package:\n name: \"*\"\n state: latest",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | hackarada/CD-pipelines-test | 01beea6f7d17d2af7daa115acd5115decb91e32e | 0 | roles/setup | 548 | [
"permissive"
] | [
{
"path": "roles/setup/tasks/main.yml",
"content": "---\r\n- name: \"update apt packages.\"\r\n become: yes\r\n apt:\r\n update_cache: yes\r\n- name: \"upgrade packages\"\r\n become: yes\r\n apt:\r\n upgrade: yes\r\n- name: \"install dependencies.\"\r\n become: yes\r\n apt:\r\n name: [\"postg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 695,
"all_permissive": true
} |
ansible_role | devops-azure/Ansible | 311ccd7529e194419c5f537b759cf992a1a0e740 | 0 | roles/Copy | 548 | [
"no_license"
] | [
{
"path": "roles/Copy/tasks/main.yml",
"content": "---\n- name: Ansible hard copy file to remote server\n copy:\n src: /home/ubuntu/welcome\n dest: /home/ubuntu/\n\n- name: Ansible soft copy file to remote server\n copy:\n src: /home/ubuntu/welcome\n dest: /home/ubuntu/\n force: no # Don't ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | devops-azure/Ansible | 311ccd7529e194419c5f537b759cf992a1a0e740 | 0 | roles/SetupWinnov | 548 | [
"no_license"
] | [
{
"path": "roles/SetupWinnov/tasks/main.yml",
"content": "- name: Clone Winnov repository into home directory\n git:\n repo: https://{{ githubuser | urlencode }}:{{ githubpassword | urlencode }}@github.com/yalesom/winnov_csv_generator.git\n version: master\n dest: \"{{home_folder/winnov_csv_genera... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 561,
"all_permissive": false
} |
ansible_role | devops-azure/Ansible | 311ccd7529e194419c5f537b759cf992a1a0e740 | 0 | roles/extra | 548 | [
"no_license"
] | [
{
"path": "roles/extra/tasks/main.yml",
"content": "---\n- name: whoami \n command: whoami\n register: output\n- debug: msg={{output}}\n\n- name: capture output of id command\n command: id -un\n register: login\n- debug: msg=\"Logged in as user {{ login.stdout }}\"\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | devops-azure/Ansible | 311ccd7529e194419c5f537b759cf992a1a0e740 | 0 | roles/tomcat | 548 | [
"no_license"
] | [
{
"path": "roles/tomcat/tasks/main.yml",
"content": "---\n- name: Install Java 1.8\n# sudo: yes\n apt: name=openjdk-8-jdk\n\n- name: add group \"tomcat\"\n group: name=tomcat\n\n- name: add user \"tomcat\"\n user: name=tomcat group=tomcat home=/usr/share/tomcat\n become: True\n become_method: sudo\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 661,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/ack | 562 | [
"no_license"
] | [
{
"path": "roles/ack/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install and configure Ack\n license: MIT\n min_ansible_version: 2.0\n platforms:\n - name: Darwin\n versions:\n - all\n categories:\n - development\n - system\ndependencies:\n - { r... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1354,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/ag | 562 | [
"no_license"
] | [
{
"path": "roles/ag/README.md",
"content": "hub\n===\n\nInstall and configure the `ag` command line tool.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n ag_required_packages:\n macosx:\n - the_silver_searcher\n fedora:\n - the_silver_searcher\n ub... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1447,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/alfred | 562 | [
"no_license"
] | [
{
"path": "roles/alfred/templates/license.plist.j2",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n <key>code</key>\n <string>{{ alfred_license_code }}... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1625,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/ansible | 562 | [
"no_license"
] | [
{
"path": "roles/ansible/README.md",
"content": "hub\n===\n\nConfigure and update the `ansible` command line tool.\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n ansible_required_packages:\n macosx:\n - ansible\n fedora:\n - ansible\n ubuntu:\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1415,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/aspell | 562 | [
"no_license"
] | [
{
"path": "roles/aspell/tasks/main.yml",
"content": "---\n- name: Install Required Packages | Homebrew\n package: name=aspell install_options='--with-lang-en' state=latest\n when: ansible_distribution == 'MacOSX'\n\n- name: Install Required Packages | Packages\n package: name={{ item }} state=latest\n b... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1341,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/bash | 562 | [
"no_license"
] | [
{
"path": "roles/bash/meta/main.yml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: Install and configure Bash\n license: MIT\n min_ansible_version: 2.0\n platforms:\n - name: Darwin\n versions:\n - all\n categories:\n - development\n - system\ndependencies:\n - {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 7894,
"all_permissive": false
} |
ansible_role | claco/claco.network | 7e894b84224083f52abbda13e98c96f6675f2fe8 | 13 | roles/boom | 562 | [
"no_license"
] | [
{
"path": "roles/boom/defaults/main.yml",
"content": "---\nboom_license_code:\nboom_license_email:\nboom_license_folder: '{{ ansible_env.HOME }}/.boom'\nboom_license_file: '{{ boom_license_folder }}/boom.license'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 155
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 967,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.