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 | peterroelants/linux_machine_ansible | 3204d2938e602d57d4e63282fd41fd37adeb8139 | 0 | roles/gnome | 427 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n- name: Install Gnome Utilities\n become: true\n ansible.builtin.apt: \n name: \"{{ packages }}\"\n state: latest\n update_cache: yes\n vars:\n packages:\n - dconf-cli\n - dconf-editor # A GSettings editor for GNOME.\n - gnome... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Makemebrave/Ansible | cbd2ba7c93dfa013a1c5f224099d600d57d91175 | 0 | ops/roles/sql | 427 | [
"no_license"
] | [
{
"path": "ops/roles/sql/tasks/main.yml",
"content": "- name: install Mysql\n apt: \n name: mysql-server\n update_cache: yes\n remote_user: thim\n become: true\n\n- name: install python\n apt: \n name: python\n update_cache: yes\n remote_user: thim\n become: true\n\n- name: install pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 906,
"all_permissive": false
} |
ansible_role | Makemebrave/Ansible | cbd2ba7c93dfa013a1c5f224099d600d57d91175 | 0 | ops/roles/wordpress | 427 | [
"no_license"
] | [
{
"path": "ops/roles/wordpress/defaults/main.yml",
"content": "mysql_db: \"wp\"\nmysql_user: \"wpUser\"\nmysql_password: \"<PASSWORD>\"\nmysql_host: \"172.16.17.32\"\n\nwordpress_source: \"https://wordpress.org/latest.tar.gz\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | p-montero/ansible-snmpd | 74a5e77a2b46146d5bcfbf1ae0d009b2923f7824 | 0 | roles/snmpd | 427 | [
"no_license"
] | [
{
"path": "roles/snmpd/templates/snmpd.conf.j2",
"content": "# {{ ansible_managed }}\n\ncreateUser {{ snmp_user }} {{ snmp_auth_protocol }} {{ snmp_auth_passphrase }} {{ snmp_priv_protocol }} {{ snmp_priv_passphrase }}\n\nrouser {{ snmp_user }} priv\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1297,
"all_permissive": false
} |
ansible_role | gitwit-mistry/kubernetes-multinode-cluster | c6e3cdfa99ba04dc076afae2fed5263b11187dae | 0 | roles/kuber.launch-ec2 | 427 | [
"no_license"
] | [
{
"path": "roles/kuber.launch-ec2/vars/main.yml",
"content": "---\n# vars file for kuber.launch-ec2\n#\nmy_aws_access_key: --> enter your access key\nmy_aws_secret_key: --> enter your secret key\nmaster_id: master-node\nworker_id: worker-node\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2240,
"all_permissive": false
} |
ansible_role | gitwit-mistry/kubernetes-multinode-cluster | c6e3cdfa99ba04dc076afae2fed5263b11187dae | 0 | roles/kuber.master-configurations | 427 | [
"no_license"
] | [
{
"path": "roles/kuber.master-configurations/defaults/main.yml",
"content": "---\n# defaults file for kuber.master-configurations\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
},
{
"path": "roles/kuber.master-configurations/vars/main.yml",
"content": "--... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1243,
"all_permissive": false
} |
ansible_role | gitwit-mistry/kubernetes-multinode-cluster | c6e3cdfa99ba04dc076afae2fed5263b11187dae | 0 | roles/kuber.worker-configurations | 427 | [
"no_license"
] | [
{
"path": "roles/kuber.worker-configurations/vars/main.yml",
"content": "---\n# vars file for kuber.worker-configurations\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/kuber.worker-configurations/tasks/main.yml",
"content": "---\n# ta... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 421,
"all_permissive": false
} |
ansible_role | ajferrario/proxmox-ansible | ae04dc797cba8fb1bceb282083ddb3da312aa415 | 0 | roles/origin_host | 427 | [
"no_license"
] | [
{
"path": "roles/origin_host/tasks/main.yml",
"content": "---\n# tasks file for origin_host\n- name: make sure origin host base packages are installed\n package:\n name: \"{{ item }}\"\n state: latest\n with_items: \"{{ packages }}\"\n\n- name: replace docker config file with the one we want\n copy... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1688,
"all_permissive": false
} |
ansible_role | ajferrario/proxmox-ansible | ae04dc797cba8fb1bceb282083ddb3da312aa415 | 0 | roles/proxmox_kvm_fleet | 427 | [
"no_license"
] | [
{
"path": "roles/proxmox_kvm_fleet/tasks/main.yml",
"content": "---\n- name: check status of VMs\n proxmox_kvm:\n state: current\n api_host: \"{{api_host}}\"\n api_user: \"{{api_user}}\"\n api_password: \"{{api_password}}\"\n name: \"{{item.name}}\"\n register: vm_status\n with_items: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3074,
"all_permissive": false
} |
ansible_role | ajferrario/proxmox-ansible | ae04dc797cba8fb1bceb282083ddb3da312aa415 | 0 | roles/selinux | 427 | [
"no_license"
] | [
{
"path": "roles/selinux/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - storage-server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n# tasks file for ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1501,
"all_permissive": false
} |
ansible_role | ajferrario/proxmox-ansible | ae04dc797cba8fb1bceb282083ddb3da312aa415 | 0 | roles/ssh_bootstrap | 427 | [
"no_license"
] | [
{
"path": "roles/ssh_bootstrap/tasks/main.yml",
"content": "---\n # directory\n- name: make sure .ssh directory exists\n file:\n path: \"{{home_path + '/.ssh'}}\"\n state: directory\n# file\n- name: \"{{'check if authorized_keys file exists at' + home_path + '/.ssh/'}}\"\n stat:\n path: \"{{home... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 787,
"all_permissive": false
} |
ansible_role | aydenden/my-learning | c86ceace8dc0ab8988377c68c1997fd207f722cc | 0 | github-actions/ansible/roles/github-runner | 427 | [
"no_license"
] | [
{
"path": "github-actions/ansible/roles/github-runner/vars/main.yml",
"content": "---\nrunner_version: \"2.321.0\"\ngithub_repo_url: \"https://github.com/yoonhona/my-learning\"\ngithub_token: \"<KEY>\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3761,
"all_permissive": false
} |
ansible_role | Song1610/RepositoryList | 7108900de33c418c13605a60e528dde51618d10b | 0 | training_memos_230515/opensource/ansible-200/skeleton_directory/roles/crio | 427 | [
"permissive"
] | [
{
"path": "training_memos_230515/opensource/ansible-200/skeleton_directory/roles/crio/tasks/crio-prepare.yaml",
"content": "- name: copy crio the repository files to /etc/yum.repos.d/\n block:\n - copy:\n src: \"{{ item }}\"\n dest: \"/etc/yum.repos.d/{{ item }}.repo\"\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 674,
"all_permissive": true
} |
ansible_role | Yaruki00/ansible_ubuntu_lamp | ce46585e4d17b628f2c8383c01b71342cf4ece6a | 1 | roles/php | 427 | [
"no_license"
] | [
{
"path": "roles/php/tasks/mod-php.yml",
"content": "---\n- name: ensure timezone is set in apache2 php.ini\n lineinfile: dest=/etc/php/5.6/apache2/php.ini\n regexp='date.timezone ='\n line='date.timezone = {{ server.timezone }}'\n\n- name: enabling opcache\n lineinfile: dest=/et... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1615,
"all_permissive": false
} |
ansible_role | codesheppard/rancher-vagrant | b5b67bc0015b958d9013956d7445f54a080a9dd7 | 0 | provisioning/roles/rancher | 427 | [
"no_license"
] | [
{
"path": "provisioning/roles/rancher/tasks/main.yml",
"content": "---\n- command: \"docker ps\"\n register: containers \n\n- name: Print docker ps out\n debug: msg=containers.stdout\n\n- name: Print Rancher Container Version\n debug: msg=\"docker run --restart=unless-stopped --name {{ rancher_name }} -p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1226,
"all_permissive": false
} |
ansible_role | Joaobeca/PetroAlsace | e32302b392040cea10b16dacb586d12a6541e3e7 | 0 | roles/config_bgp_peer_ASPI_BBH | 430 | [
"no_license"
] | [
{
"path": "roles/config_bgp_peer_ASPI_BBH/defaults/main.yml",
"content": "---\n# defaults file for config_bgp_peer_ASPI_BBH",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/config_bgp_peer_ASPI_BBH/tasks/main.yml",
"content": "---\n# tasks... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2621,
"all_permissive": false
} |
ansible_role | Joaobeca/PetroAlsace | e32302b392040cea10b16dacb586d12a6541e3e7 | 0 | roles/config_bgp_peer_ASPI_BBS | 430 | [
"no_license"
] | [
{
"path": "roles/config_bgp_peer_ASPI_BBS/vars/main.yml",
"content": "---\n# vars file for config_bgp_peer_ASTIM_BBH",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/config_bgp_peer_ASPI_BBS/defaults/main.yml",
"content": "---\n# defaults ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2623,
"all_permissive": false
} |
ansible_role | Joaobeca/PetroAlsace | e32302b392040cea10b16dacb586d12a6541e3e7 | 0 | roles/config_bgp_peer_ASTIMLYRA_BBH | 430 | [
"no_license"
] | [
{
"path": "roles/config_bgp_peer_ASTIMLYRA_BBH/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - config_bgp_peer_ASTIMLYRA_BBH",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/config_bgp_peer_ASTIMLYRA_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3654,
"all_permissive": false
} |
ansible_role | Joaobeca/PetroAlsace | e32302b392040cea10b16dacb586d12a6541e3e7 | 0 | roles/firewall_objet_creation | 430 | [
"no_license"
] | [
{
"path": "roles/firewall_objet_creation/vars/main.yml",
"content": "---\n# vars file for firewall_objet_creation\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 44
},
{
"path": "roles/firewall_objet_creation/tasks/main.yml",
"content": "---\n# tasks file for... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3058,
"all_permissive": false
} |
ansible_role | Joaobeca/PetroAlsace | e32302b392040cea10b16dacb586d12a6541e3e7 | 0 | roles/show_ip_bgp_peer-group | 430 | [
"no_license"
] | [
{
"path": "roles/show_ip_bgp_peer-group/vars/main.yml",
"content": "---\n# vars file for show_ip_bgp_peer-group",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 42
},
{
"path": "roles/show_ip_bgp_peer-group/handlers/main.yml",
"content": "---\n# handlers file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2384,
"all_permissive": false
} |
ansible_role | callus-corn/ansible-math | c1e1651dab3fddbcc517af8d1351b070c43a779e | 0 | roles/os | 430 | [
"no_license"
] | [
{
"path": "roles/os/tasks/main.yml",
"content": "---\n\n- name: install packages\n ansible.builtin.dnf:\n name: \"{{ math_package_list }}\"\n\n- name: install openmpi\n ansible.builtin.import_tasks: openmpi.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 158
}... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 690,
"all_permissive": false
} |
ansible_role | softdarom/qrcheck-auth-handler | 05a51d2023f3ed5df9a14ef033484d9dbbc32a87 | 0 | .deploy/ansible/roles/generator_config | 430 | [
"no_license"
] | [
{
"path": ".deploy/ansible/roles/generator_config/vars/main.yaml",
"content": "---\npath:\n liquibase:\n directory:\n configs: \"{{ playbook_dir }}/configs/liquibase\"\n templates: \"{{ playbook_dir }}/templates/liquibase\"\n files:\n - liquibase.properties\n\n k8s:\n directory:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1141,
"all_permissive": false
} |
ansible_role | arihasa4/wp-server-depoy | 1a723387aa93099419ac48251e11ed5570ed0dfe | 0 | ansible/roles/common | 430 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Update all packages\n yum: name=* state=latest\n \n- name: Install Docker\n yum: pkg=docker state=present \n\n- name: Install docker-compose\n get_url: \n url : https://github.com/docker/compose/releases/download/1.25.1-rc1/do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 864,
"all_permissive": false
} |
ansible_role | telescreen/stuffs | 42581f6f5dcedae4395614e74ed01fa4494fb770 | 0 | infra/ansible/roles/cephadm | 430 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/cephadm/templates/99-cephadm_netplan.yaml",
"content": "network:\n ethernets:\n ens4:\n dhcp4: false\n dhcp6: false\n addresses:\n - {{ back_ipaddress }}/24\n mtu: 9000\n version: 2\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2329,
"all_permissive": false
} |
ansible_role | telescreen/stuffs | 42581f6f5dcedae4395614e74ed01fa4494fb770 | 0 | infra/ansible/roles/common | 430 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/common/tasks/main.yml",
"content": "- name: Set server hostname\n become: true\n ansible.builtin.hostname:\n name: \"{{ hostname }}\"\n\n- name: Generate /etc/hosts file\n become: true\n ansible.builtin.template:\n src: hosts.j2\n dest: /etc/hosts\n\n#- name: Rebo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 292,
"all_permissive": false
} |
ansible_role | telescreen/stuffs | 42581f6f5dcedae4395614e74ed01fa4494fb770 | 0 | infra/ansible/roles/landscape | 430 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/landscape/tasks/main.yml",
"content": "- name: Install necessary packages for Landscape\n become: true\n ansible.builtin.apt:\n pkg:\n - ca-certificates\n - software-properties-common\n state: latest\n update_cache: true\n\n- name: Add Landscape repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 510,
"all_permissive": false
} |
ansible_role | telescreen/stuffs | 42581f6f5dcedae4395614e74ed01fa4494fb770 | 0 | infra/ansible/roles/maas | 430 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/maas/tasks/main.yml",
"content": "- name: Template a file to /etc/netplan/90-maas.yaml\n become: true\n ansible.builtin.template:\n src: maas-netplan.j2\n dest: /etc/netplan/90-maas.yaml\n owner: root\n group: root\n mode: '0644'\n- name: Run netplan apply\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1679,
"all_permissive": false
} |
ansible_role | telescreen/stuffs | 42581f6f5dcedae4395614e74ed01fa4494fb770 | 0 | infra/ansible/roles/microcloud | 430 | [
"no_license"
] | [
{
"path": "infra/ansible/roles/microcloud/tasks/main.yml",
"content": "- name: Install microceph from snapstore\n become: true\n community.general.snap:\n name: microceph\n channel: squid/stable\n\n- name: Install microovn from snapstore\n become: true\n community.general.snap:\n name: microovn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2093,
"all_permissive": false
} |
ansible_role | obrehmer/jitsi-meet | 5790cbac94238c44c408294211fc1483fd1e21c5 | 0 | roles/jitsi | 430 | [
"permissive"
] | [
{
"path": "roles/jitsi/templates/DEFAULT.conf.j2",
"content": "server_names_hash_bucket_size 64;\n\nserver {\n listen 80;\n listen [::]:80;\n server_name meetiyes.sarnow.no;\n\n location ^~ /.well-known/acme-challenge/ {\n default_type \"text/plain\";\n root /usr/share/jitsi-... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 17115,
"all_permissive": true
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/backups | 430 | [
"no_license"
] | [
{
"path": "roles/backups/tasks/main.yml",
"content": "---\n- name: installing duply and duplicity\n apt: pkg=duply state=present\n tags: backups\n\n- name: installing duplicity backends\n apt: pkg={{ item }} state=present\n with_items: duplicity.backends\n tags: backups\n\n- name: create duply configur... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/ddclient | 430 | [
"no_license"
] | [
{
"path": "roles/ddclient/tasks/main.yml",
"content": "---\n# Use ddclient to setup a free (or cheap) subdomain with a dynamic dns provider\n- name: install ddclient\n apt: pkg=ddclient default_release=unstable state=present\n tags: ddclient\n\n- name: install libdigest-sha-perl for ddclient (needed for f... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1059,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/email | 430 | [
"no_license"
] | [
{
"path": "roles/email/tasks/postfix.yml",
"content": "---\n- name: uninstall exim4\n apt: pkg={{ item }} state=absent purge=yes\n with_items:\n - exim4\n - exim4-base\n - exim4-config\n - exim4-daemon-light\n\n- name: install postfix\n apt: pkg={{ item }} state=present\n with_items:\n - ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 7456,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/gpg | 430 | [
"no_license"
] | [
{
"path": "roles/gpg/tasks/main.yml",
"content": "- name: install public keys\n gpg_key: >\n id=\"{{ item.id }}\"\n keyserver=\"{{ item.keyserver }}\"\n state=latest\n sudo_user: \"{{ primary_user }}\"\n with_items: gpg.public\n tags: gpg\n\n- name: install private keys\n gpg_key: >\n file=... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/irc_bouncer | 430 | [
"no_license"
] | [
{
"path": "roles/irc_bouncer/templates/znc.conf.j2",
"content": "#jinja2: trim_blocks: False\n// Do NOT edit this file while ZNC is running!\n// Use ansible to re-deploy\n//\n// http://en.znc.in/wiki/Configuration\n\nListener = 6667\nListener = +6697\nPidFile = /var/run/znc/znc.pid\n{{ irc.znc.extra ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2889,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/mutt | 430 | [
"no_license"
] | [
{
"path": "roles/mutt/templates/Muttrc.j2",
"content": "#\n# System configuration file for Mutt\n#\n\nset mbox_type=Maildir\n\n# Default list of header fields to weed when displaying.\n# Ignore all lines by default...\nignore *\n\n# ... then allow these through.\nunignore from: subject to cc date x-mailer x... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 4840,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/openttd | 430 | [
"no_license"
] | [
{
"path": "roles/openttd/tasks/main.yml",
"content": "---\n# Install and configure OpenTTD for use as a dedicated server.\n# Warning: This installs x11-common and friends (because openttd *requires* sdl)\n\n- name: stop existing openttd server (if it exists)\n service: name=openttd enabled=yes state=stoppe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 15205,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/tinc | 430 | [
"no_license"
] | [
{
"path": "roles/tinc/handlers/main.yml",
"content": "---\n- name: restart tinc\n service: >\n name=tinc\n state=restarted\n\n- name: reload tinc configuration\n service: >\n name=tinc\n state=reloaded\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 153
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 5098,
"all_permissive": false
} |
ansible_role | bgw/ansible-playbooks | a8d0356688745be432eb7d8788645579bd5dbcb5 | 18 | roles/xchat | 430 | [
"no_license"
] | [
{
"path": "roles/xchat/templates/colors.conf.j2",
"content": "color_0 = cccc cccc cccc\ncolor_1 = 0000 0000 0000\ncolor_2 = 7c7c 7c7c c2c2\ncolor_3 = 2a3d 8ccc 2a3d\ncolor_4 = c3c3 3b3b 3b3b\ncolor_5 = c7c7 3232 3232\ncolor_6 = 8000 2666 7fff\ncolor_7 = 6666 3636 1f1f\ncolor_8 = d999 a6d3 4147\ncolor_9 = 3d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5684,
"all_permissive": false
} |
ansible_role | ARCCA/jupyterhub-iris-docs | 08edb39fd00379569a21ab1f0eed11a0caa32e8b | 0 | docs/source/scripts/ansible/playbook/roles/jupyterhub | 430 | [
"no_license"
] | [
{
"path": "docs/source/scripts/ansible/playbook/roles/jupyterhub/templates/original/jupyterhub.sudofile.j2",
"content": "# the command(s) the Hub can run on behalf of the above users without needing a \n# password the exact path may differ, depending on how sudospawner was installed\nCmnd_Alias JUPYTER_CMD ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 23,
"total_bytes": 11586,
"all_permissive": false
} |
ansible_role | ARCCA/jupyterhub-iris-docs | 08edb39fd00379569a21ab1f0eed11a0caa32e8b | 0 | docs/source/scripts/ansible/playbook/roles/miniconda | 430 | [
"no_license"
] | [
{
"path": "docs/source/scripts/ansible/playbook/roles/miniconda/defaults/main.yml",
"content": "miniconda_prefix: /opt/miniconda3\nminiconda_min_version: \"4.8.3\"\nminiconda_installer_url: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1448,
"all_permissive": false
} |
ansible_role | ARCCA/jupyterhub-iris-docs | 08edb39fd00379569a21ab1f0eed11a0caa32e8b | 0 | docs/source/scripts/ansible/playbook/roles/node | 430 | [
"no_license"
] | [
{
"path": "docs/source/scripts/ansible/playbook/roles/node/tasks/main.yml",
"content": "---\n- name: download nodejs repo installer\n get_url:\n url: \"https://rpm.nodesource.com/setup_15.x\"\n dest: \"/tmp/nodejsrepo\"\n mode: \"0755\"\n\n- name: Install nodejs repository\n command: \"bash /tmp/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | aorith/blueconfig | fa7f5e5ccb89405ba57cae5a489a64964e7a4e66 | 0 | post-install/roles/filesystem | 430 | [
"no_license"
] | [
{
"path": "post-install/roles/filesystem/tasks/tasks.yml",
"content": "---\n- name: Create required directories\n ansible.builtin.file:\n path: \"{{ item.path }}\"\n owner: \"{{ item.owner }}\"\n group: \"{{ item.group }}\"\n mode: \"{{ item.mode }}\"\n state: directory\n loop: \"{{ filesys... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 854,
"all_permissive": false
} |
ansible_role | aorith/blueconfig | fa7f5e5ccb89405ba57cae5a489a64964e7a4e66 | 0 | post-install/roles/systemd | 430 | [
"no_license"
] | [
{
"path": "post-install/roles/systemd/tasks/system.yml",
"content": "---\n- name: Include systemd network links for Wake On Lan\n ansible.builtin.template:\n src: templates/system/links/50-wol.link.j2\n dest: \"/etc/systemd/network/50-wol-{{ item.name }}.link\"\n owner: root\n group: root\n be... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3025,
"all_permissive": false
} |
ansible_role | xalvarez/ansible-ubuntu-setup | fb50ff9d79176ccf0562f7e751965e9c6d4a5b94 | 7 | roles/asdf | 430 | [
"no_license"
] | [
{
"path": "roles/asdf/tasks/main.yml",
"content": "---\n- name: Add asdf {{ asdf_plugin }} plugin\n command:\n cmd: \"~/.asdf/bin/asdf plugin add {{ asdf_plugin }}\"\n creates: \"~/.asdf/plugins/{{ asdf_plugin }}\"\n ignore_errors: yes\n\n- name: Retrieve latest {{ asdf_plugin }} version\n command:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 974,
"all_permissive": false
} |
ansible_role | xalvarez/ansible-ubuntu-setup | fb50ff9d79176ccf0562f7e751965e9c6d4a5b94 | 7 | roles/common | 430 | [
"no_license"
] | [
{
"path": "roles/common/files/fish/plugins/gw.fish",
"content": "# Defined in - @ line 1\nfunction gw --wraps=./gradlew --description 'alias gw=./gradlew'\n ./gradlew $argv;\nend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/common/tas... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 7073,
"all_permissive": false
} |
ansible_role | xalvarez/ansible-ubuntu-setup | fb50ff9d79176ccf0562f7e751965e9c6d4a5b94 | 7 | roles/gnome | 430 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/dash_to_dock.yml",
"content": "---\n- name: Move dock to bottom\n dconf:\n key: \"/org/gnome/shell/extensions/dash-to-dock/dock-position\"\n value: \"'BOTTOM'\"\n\n- name: Set dock icons' size to 34\n dconf:\n key: \"/org/gnome/shell/extensions/dash-to-dock/dash-max-i... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6949,
"all_permissive": false
} |
ansible_role | xalvarez/ansible-ubuntu-setup | fb50ff9d79176ccf0562f7e751965e9c6d4a5b94 | 7 | roles/work | 430 | [
"no_license"
] | [
{
"path": "roles/work/tasks/teams.yml",
"content": "---\n- name: Add Teams signing key\n apt_key:\n url: https://packages.microsoft.com/keys/microsoft.asc\n\n- name: Add Teams apt repository\n apt_repository:\n repo: deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main\n fil... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3346,
"all_permissive": false
} |
ansible_role | Roldo97/ovirt-snapshots-reports | 47529d3e55d8d010c68d4f5efbe87bc9661a12d4 | 0 | roles/rhv_snapshot_report | 430 | [
"no_license"
] | [
{
"path": "roles/rhv_snapshot_report/tasks/main.yml",
"content": "---\n# tasks file for rhv_snapshot_report\n- name: Gets VMs list\n ovirt.ovirt.ovirt_vm_info:\n auth:\n hostname: \"{{ rhv_hostname }}\"\n insecure: true\n username: \"{{ rhv_user }}\"\n password: \"{{ <PASSWORD> }}\"\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 863,
"all_permissive": false
} |
ansible_role | asuvorkin/server-test-hdp | 273eabd73eea576d991a943dbfd99b68aa80d5b7 | 0 | roles/ambari-server | 430 | [
"permissive"
] | [
{
"path": "roles/ambari-server/tasks/main.yml",
"content": "---\n - name: install ambari-server\n yum: name=ambari-server state=present\n register: ambari_installed\n \n - name: configure ambari server\n shell: /usr/sbin/ambari-server setup -s\n when: ambari_installed|changed\n\n - name: star... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 451,
"all_permissive": true
} |
ansible_role | asuvorkin/server-test-hdp | 273eabd73eea576d991a943dbfd99b68aa80d5b7 | 0 | roles/cluster-reg | 430 | [
"permissive"
] | [
{
"path": "roles/cluster-reg/tasks/main.yml",
"content": "---\n - name: re-generate fact\n action: setup\n\n - name: copy blueprint\n template: src=../../../blueprints/ha.json.j2 dest=/tmp/blueprint.json\n register: blueprint\n\n - name: copy host-mapping\n template: src=../../../blueprints/h... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1008,
"all_permissive": true
} |
ansible_role | asuvorkin/server-test-hdp | 273eabd73eea576d991a943dbfd99b68aa80d5b7 | 0 | roles/ec2_launch | 430 | [
"permissive"
] | [
{
"path": "roles/ec2_launch/tasks/main.yml",
"content": "---\n - name: remove line\n local_action: \n lineinfile dest=hosts regexp=\"compute.amazonaws.com\" state=absent\n - name: Launch First Master Instance\n ec2: \n instance_tags:\n Name: HdpTest3\n Role: M1\n group: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2525,
"all_permissive": true
} |
ansible_role | asuvorkin/server-test-hdp | 273eabd73eea576d991a943dbfd99b68aa80d5b7 | 0 | roles/prep | 430 | [
"permissive"
] | [
{
"path": "roles/prep/templates/hosts.j2",
"content": "127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1 localhost localhost.localdomain localhost6 localhost6.localdomain6\n\n{% for host in groups['hadoop_all'] %}\n{{ hostvars[host]['ansible_eth0']['ipv4']['address'... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1497,
"all_permissive": true
} |
ansible_role | artur-titov/pve | 6ac57ad114360471b2e6bf7bc7b7c64fbdd2bfcb | 0 | ansible/roles/bootstrap | 430 | [
"no_license"
] | [
{
"path": "ansible/roles/bootstrap/tasks/setup-users.yml",
"content": "---\n- name: Create a 'sudo' user with home directory\n ansible.builtin.user:\n name: \"{{ sudo_user }}\"\n password: \"{{ <PASSWORD> | password_hash('<PASSWORD>') }}\"\n create_home: true\n append: true\n groups: sudo\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1479,
"all_permissive": false
} |
ansible_role | artur-titov/pve | 6ac57ad114360471b2e6bf7bc7b7c64fbdd2bfcb | 0 | ansible/roles/common | 430 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n- name: Setup packages\n ansible.builtin.include_tasks:\n file: roles/common/tasks/setup-packages.yml\n\n- name: Setup users\n ansible.builtin.include_tasks:\n file: roles/common/tasks/setup-users.yml\n",
"license_type": "no_licen... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1313,
"all_permissive": false
} |
ansible_role | artur-titov/pve | 6ac57ad114360471b2e6bf7bc7b7c64fbdd2bfcb | 0 | ansible/roles/security | 430 | [
"no_license"
] | [
{
"path": "ansible/roles/security/handlers/main.yml",
"content": "---\n# ! If this task ran,\n# make changes in ansible.cfg and update sudo_pub_key\n# variables in inventories/group_vars/all.yml\n#\n- name: Old ssh-key remover\n ansible.posix.authorized_key:\n user: \"{{ ansible_user }}\"\n key: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 589,
"all_permissive": false
} |
ansible_role | VovaKravets/ProjAnsible | d5b4fe927a45bf8981e4f4118bde7f1066af2c41 | 0 | roles/docker | 431 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/deploy.yml",
"content": "---\n- name: pull\n shell: docker pull myapp/java_test_app\n\n- name: run\n shell: docker run -dti --network=host myapp/java_test_app\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 132
},
{
"path": "role... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 188,
"all_permissive": false
} |
ansible_role | VovaKravets/ProjAnsible | d5b4fe927a45bf8981e4f4118bde7f1066af2c41 | 0 | roles/mysql | 431 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/create_user.yml",
"content": "---\n- name: Create users\n mysql_user:\n login_user : \"{{ mysql_root_user }}\"\n login_password: \"{{ <PASSWORD> }}\"\n name : \"{{ mysql_user }}\"\n password : \"{{ <PASSWORD> }}\"\n preo : '*.*:ALL'\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1317,
"all_permissive": false
} |
ansible_role | VovaKravets/ProjAnsible | d5b4fe927a45bf8981e4f4118bde7f1066af2c41 | 0 | roles/nginx | 431 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: ensure nginx is at the latest version\n apt: name=nginx state=latest\n when: nginx is defined\n\n- name: start nginx\n service:\n name: nginx\n state: started\n when: nginx is defined\n\n- name: setup nginx as lb\n copy: src={{ item... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | VovaKravets/ProjAnsible | d5b4fe927a45bf8981e4f4118bde7f1066af2c41 | 0 | roles/python | 431 | [
"no_license"
] | [
{
"path": "roles/python/tasks/install_python.yml",
"content": "---\n- name: Install python\n become: true\n raw: test -e /usr/bin/python || (apt -y update && apt install -y python)\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 117
},
{
"path": "roles/python/t... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 322,
"all_permissive": false
} |
ansible_role | ZuluPro/jardinfaq | 26c2224913180948bfede9c1da7c520c9501bcf6 | 0 | extras/ansible/roles/middleware | 431 | [
"no_license"
] | [
{
"path": "extras/ansible/roles/middleware/tasks/main.yml",
"content": "---\n- name: Check SSH public key\n local_action: command test -e {{ ssh_public_key_file }}\n register: ssh_public_key_test\n ignore_errors: yes\n\n- name: Git pull jardinfaq\n git: repo=https://github.com/ZuluPro/jardinfaq.git\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1796,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/appearance | 431 | [
"no_license"
] | [
{
"path": "roles/appearance/vars/main.yml",
"content": "---\n__appearance_font: \"monospace\"\n__appearance_font_size_base: \"13\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/appearance/defaults/main.yml",
"content": "---\n\nappearanc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 5624,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/enviroment | 431 | [
"no_license"
] | [
{
"path": "roles/enviroment/tasks/main.yml",
"content": "---\n\n- name: enviroment - update apt cache\n apt:\n update_cache: yes\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/enviroment/defaults/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 245,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/requirements | 431 | [
"no_license"
] | [
{
"path": "roles/requirements/tasks/main.yml",
"content": "---\n\n- name: Install requirements\n local_action: command ansible-galaxy install -r requirements.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 101
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 101,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/shells | 431 | [
"no_license"
] | [
{
"path": "roles/shells/templates/alias_for_fish.j2",
"content": "{% for element in __ALIAS %}\nabbr -a -U {{element.key}} {{element.value}}\n{% endfor %}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/shells/tasks/main.yml",
"content"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 4918,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/ssh | 431 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "---\n- name: include vars ssh_hosts\n include_vars:\n file: /tmp/ssh_hosts.json\n name: ssh\n\n- name: create config file from template\n blockinfile:\n path: ~/.ssh/config\n block: \"{{ lookup('template', './config.j2') }}\"\n",
"license_t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 369,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/tools | 431 | [
"no_license"
] | [
{
"path": "roles/tools/tasks/plain.yml",
"content": "---\n# setup\n- name: tools - define plain_repos\n set_fact:\n plain_repos: \"{{ __plain_repos | list }}\"\n when: plain_repos is not defined\n tags:\n - env\n\n- name: tools - define plain_repos\n set_fact:\n plain_repos: \"{{ __plain_repos ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 928,
"all_permissive": false
} |
ansible_role | owebretthauer/dotfiles | f3618538c4eb191c5f05686df04aec0b785ccf89 | 0 | roles/vim | 431 | [
"no_license"
] | [
{
"path": "roles/vim/files/vim/ftplugin/xml.vim",
"content": "nnoremap ,xml :-1read /home/owe/.vim/.skeleton/xml.xml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 55
},
{
"path": "roles/vim/files/bin/start-dotty-ide",
"content": "#!/bin/sh\nif [ -f \".dotty... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 14,
"total_bytes": 10776,
"all_permissive": false
} |
ansible_role | Brinckley/Raif_DevOps | 9b5b6fcc5c5237632b0190c56ef630aab26d5f97 | 0 | ansible/roles/updater | 431 | [
"no_license"
] | [
{
"path": "ansible/roles/updater/tasks/main.yml",
"content": "---\r\n - name: Upadate system\r\n yum:\r\n name: '*'\r\n state: latest\r\n update_cache: yes\r\n exclude:\r\n - firefox\r\n when: ansible_os_family == 'RedHat'\r\n\r\n - name: Check if reboot needed\r\n comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureLogs | 431 | [
"no_license"
] | [
{
"path": "roles/configureLogs/tasks/main.yml",
"content": "---\n- name: Add Log Conf\n template: src=mesos.conf.j2 dest=/etc/rsyslog.d/01-mesos.conf\n notify:\n - restart rsyslog\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 124
},
{
"path": "roles/co... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 534,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureMarathonOnMasters | 431 | [
"no_license"
] | [
{
"path": "roles/configureMarathonOnMasters/tasks/main.yml",
"content": "---\n- name: Create Directory Structure\n file: path=/etc/marathon/conf state=directory\n\n- name: Add Marathon Conf\n template: src=hn.j2 dest=/etc/marathon/conf/hostname\n\n- name: Define Marathon ZK masters\n template: src=zkConf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 392,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureMesosMasters | 431 | [
"no_license"
] | [
{
"path": "roles/configureMesosMasters/templates/ip.j2",
"content": "{{ ansible_eth0.ipv4.address }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/configureMesosMasters/tasks/main.yml",
"content": "---\n- name: Modify Quorum\n templa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureMesosSlaves | 431 | [
"no_license"
] | [
{
"path": "roles/configureMesosSlaves/tasks/main.yml",
"content": "---\n- name: Stop ZK\n service: name=zookeeper state=stopped\n\n- name: ensure ZK dosn't restart on boot\n template: src=override.j2 dest=/etc/init/zookeeper.override\n\n- name: ensure mesos-master process dosn't restart on boot\n templat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureZKOnMasters | 431 | [
"no_license"
] | [
{
"path": "roles/configureZKOnMasters/tasks/main.yml",
"content": "---\n- name: Add mesos ZK conf\n template: src=mesos.zk.j2 dest=/etc/mesos/zk\n\n- name: Add ZK id\n template: src=zkId.j2 dest=/etc/zookeeper/conf/myid\n\n- name: Map ids to hosts\n template: src=zkMapping.j2 dest=/etc/zookeeper/conf/zoo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 528,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/configureZKOnSlaves | 431 | [
"no_license"
] | [
{
"path": "roles/configureZKOnSlaves/tasks/main.yml",
"content": "---\n- name: Add mesos ZK conf\n template: src=mesos.zk.j2 dest=/etc/mesos/zk\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 77
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 77,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/installConfigureMesosDns | 431 | [
"no_license"
] | [
{
"path": "roles/installConfigureMesosDns/tasks/main.yml",
"content": "---\n- name: create directory \n file: path=/opt/mesosDns state=directory mode=0777\n\n- name: install mesos dns\n get_url: url=https://github.com/mesosphere/mesos-dns/releases/download/v0.5.1/mesos-dns-v0.5.1-linux-amd64 dest=/opt/mes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1705,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/installJavaEight | 431 | [
"no_license"
] | [
{
"path": "roles/installJavaEight/tasks/main.yml",
"content": "---\n- name: Install add-apt-repostory\n apt: name=software-properties-common state=latest\n\n- name: Add Oracle Java Repository\n apt_repository: repo='ppa:webupd8team/java'\n\n- name: Accept Java 8 Licence\n shell: echo oracle-java8-install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/installMesosMasters | 431 | [
"no_license"
] | [
{
"path": "roles/installMesosMasters/tasks/main.yml",
"content": "---\n- name: Add apt-key\n apt_key: id=E56151BF keyserver=keyserver.ubuntu.com state=present\n\n- name: Add Mesosphere Repository\n apt_repository: repo='deb http://repos.mesosphere.io/{{ansible_distribution|lower}} {{ansible_distribution_r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 489,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/installMesosSlaves | 431 | [
"no_license"
] | [
{
"path": "roles/installMesosSlaves/handlers/main.yml",
"content": "---\n- name: kill chronos\n service: name=chronos state=stopped\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 63
},
{
"path": "roles/installMesosSlaves/tasks/main.yml",
"content": "---\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 461,
"all_permissive": false
} |
ansible_role | MarkRBM/mesosplaybook | 74530ce586b34d186f349a44fa669cf62dc43f1e | 2 | roles/restartZKOnMasters | 431 | [
"no_license"
] | [
{
"path": "roles/restartZKOnMasters/tasks/main.yml",
"content": "---\n- name: stop ZK\n service: name=zookeeper state=stopped\n\n- name: stop marathon\n service: name=marathon state=stopped\n\n- name: stop Mesos Master\n service: name=mesos-master state=stopped\n\n- name: start ZK\n service: name=zookee... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | vdmitriyev/vagrant-templates | 3b13aa4556bc5f519174bfdd81f2019baf031b7d | 1 | FlinkVM/shared/ansbile/roles/apache_flink | 431 | [
"no_license"
] | [
{
"path": "FlinkVM/shared/ansbile/roles/apache_flink/tasks/main.yml",
"content": "---\n################################################################################\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distribu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1596,
"all_permissive": false
} |
ansible_role | vdmitriyev/vagrant-templates | 3b13aa4556bc5f519174bfdd81f2019baf031b7d | 1 | FlinkVM/shared/ansbile/roles/hadoopfs | 431 | [
"no_license"
] | [
{
"path": "FlinkVM/shared/ansbile/roles/hadoopfs/tasks/main.yml",
"content": "---\n################################################################################\n# Licensed to the Apache Software Foundation (ASF) under one\n# or more contributor license agreements. See the NOTICE file\n# distributed ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2343,
"all_permissive": false
} |
ansible_role | hubvu/lynis-ansible | e1956be6b341d88d66c66a0712dde30b7a3e1557 | 1 | roles/centos_lynis | 431 | [
"no_license"
] | [
{
"path": "roles/centos_lynis/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - centos_lynis",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 70
},
{
"path": "roles/centos_lynis/handlers/main.yml",
"content": "---\n# hand... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1135,
"all_permissive": false
} |
ansible_role | hubvu/lynis-ansible | e1956be6b341d88d66c66a0712dde30b7a3e1557 | 1 | roles/centos_lynis_remove | 431 | [
"no_license"
] | [
{
"path": "roles/centos_lynis_remove/handlers/main.yml",
"content": "---\n# handlers file for centos_lynis_remove",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/centos_lynis_remove/vars/main.yml",
"content": "---\n# vars file for centos_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 779,
"all_permissive": false
} |
ansible_role | hubvu/lynis-ansible | e1956be6b341d88d66c66a0712dde30b7a3e1557 | 1 | roles/debian_lynis | 431 | [
"no_license"
] | [
{
"path": "roles/debian_lynis/vars/main.yml",
"content": "---\n# vars file for debian_lynis",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 32
},
{
"path": "roles/debian_lynis/tasks/main.yml",
"content": "---\n# tasks file for debian_lynis\n\n# ===\n# https://d... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1357,
"all_permissive": false
} |
ansible_role | hubvu/lynis-ansible | e1956be6b341d88d66c66a0712dde30b7a3e1557 | 1 | roles/debian_lynis_remove | 431 | [
"no_license"
] | [
{
"path": "roles/debian_lynis_remove/defaults/main.yml",
"content": "---\n# defaults file for debian_lynis_remove",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/debian_lynis_remove/tests/test.yml",
"content": "---\n- hosts: localhost\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 939,
"all_permissive": false
} |
ansible_role | hubvu/lynis-ansible | e1956be6b341d88d66c66a0712dde30b7a3e1557 | 1 | roles/lynis_run | 431 | [
"no_license"
] | [
{
"path": "roles/lynis_run/tasks/main.yml",
"content": "---\n# tasks file for lynis_run\n\n# ===\n# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/command_module.html\n# https://docs.ansible.com/ansible/latest/collections/ansible/builtin/fetch_module.html\n# ===\n\n- name: Run an audit ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1002,
"all_permissive": false
} |
ansible_role | citadelict/stage4-infra-repo | ae52356fe258f4cb1ebea0252f19b85b34d86e71 | 0 | terraform/ansible/roles/dependencies | 431 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/dependencies/tasks/main.yml",
"content": "- name: Update and install required packages\n apt:\n name:\n - docker.io\n - docker-compose\n state: present\n update_cache: yes\n\n- name: Ensure Docker service is running\n systemd:\n name: docker\n en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | citadelict/stage4-infra-repo | ae52356fe258f4cb1ebea0252f19b85b34d86e71 | 0 | terraform/ansible/roles/deployment | 431 | [
"no_license"
] | [
{
"path": "terraform/ansible/roles/deployment/tasks/main.yml",
"content": "- name: Clone the repository\n git:\n repo: \"https://github.com/citadelict/DevOps-Stage-4.git\"\n dest: \"/home/ubuntu/todo-app\"\n version: main\n\n- name: Install Java\n apt:\n name: openjdk-17-jdk\n state: presen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1373,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 05-Webaap-Operator/roles/webapp | 431 | [
"no_license"
] | [
{
"path": "05-Webaap-Operator/roles/webapp/defaults/main.yml",
"content": "---\n# defaults file for Webapp\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "05-Webaap-Operator/roles/webapp/handlers/main.yml",
"content": "---\n# handlers file fo... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1237,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 08-Ansible-Development-Op/roles/ansibledev | 431 | [
"no_license"
] | [
{
"path": "08-Ansible-Development-Op/roles/ansibledev/tasks/deployment.yml",
"content": "--- \n- name: Create a Deployment from a predifined file\n kubernetes.core.k8s:\n state: present\n src: deployment.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
},
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 09-Ansible-development-playbook/roles/ansibledev | 431 | [
"no_license"
] | [
{
"path": "09-Ansible-development-playbook/roles/ansibledev/tasks/namespace.yml",
"content": "--- \n- name: Create a K8s namespace\n kubernetes.core.k8s:\n name: devlopment\n api_version: v1\n kind: Namespace\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 332,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 10-Ansible-development-playbook_j2_templates/roles/ansibledev | 431 | [
"no_license"
] | [
{
"path": "10-Ansible-development-playbook_j2_templates/roles/ansibledev/tasks/deployment.yml",
"content": "--- \n- name: Create a Deployment from a predifined file\n kubernetes.core.k8s:\n state: present\n src: deployment.yml\n\n- name: Create a Deployment from a template file\n kubernetes.core.k8s... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1262,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 10-Ansible-development-playbook_j2_templates/roles/configmap | 431 | [
"no_license"
] | [
{
"path": "10-Ansible-development-playbook_j2_templates/roles/configmap/tasks/main.yml",
"content": "---\n- name: ConfigMap Example is \"{{ state }}\"\n kubernetes.core.k8s:\n kind: ConfigMap\n api_version: v1\n name: example-configmap\n namespace: default\n state: \"{{ state }}\"\n ignore_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 340,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 12-MoleculeTesting/roles/configmap | 431 | [
"no_license"
] | [
{
"path": "12-MoleculeTesting/roles/configmap/handlers/main.yml",
"content": "---\n# handlers file for Configmap\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "12-MoleculeTesting/roles/configmap/tasks/main.yml",
"content": "---\n- name: Conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 323,
"all_permissive": false
} |
ansible_role | amitvashisttech/kubernetes-operators-radisys-15-May-2023 | 312f7c0d232cbe89bd236cedf34d85e1f41907b6 | 0 | 13-OLM/roles/configmap | 431 | [
"no_license"
] | [
{
"path": "13-OLM/roles/configmap/tasks/main.yml",
"content": "---\n- name: ConfigMap Example is \"{{ state }}\"\n kubernetes.core.k8s:\n definition: \n kind: ConfigMap\n apiVersion: v1\n metadata: \n name: my-configmap\n namespace: default\n data:\n key: \"Welco... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 320,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/database-creation | 428 | [
"no_license"
] | [
{
"path": "roles/database-creation/defaults/main.yml",
"content": "---\n# defaults file for database-creation",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/database-creation/handlers/main.yml",
"content": "---\n# handlers file for datab... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2149,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/database-install | 428 | [
"no_license"
] | [
{
"path": "roles/database-install/defaults/main.yml",
"content": "---\n# defaults file for database-install",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/database-install/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_us... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6603,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/database-patching | 428 | [
"no_license"
] | [
{
"path": "roles/database-patching/handlers/main.yml",
"content": "---\n# handlers file for database-patching",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "roles/database-patching/tasks/main.yml",
"content": "---\n# tasks file for database-pa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3727,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/extra-disk-operations | 428 | [
"no_license"
] | [
{
"path": "roles/extra-disk-operations/tasks/main.yml",
"content": "---\n# tasks file for partitions-mount\n- name: Check if marker for successful extra partition exists in file\n shell: \"grep -i 'successful extra partition execution' /tmp/oracle_status.txt\"\n register: extra_partition_status\n ignore_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3907,
"all_permissive": false
} |
ansible_role | laxingTon/oracle-fileshare | 8aa1c633dcf06856459c0a87a804873af9ab3b84 | 0 | roles/grid-install | 428 | [
"no_license"
] | [
{
"path": "roles/grid-install/templates/bash_profile.j2",
"content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n\n# Oracle Settings\nTMP=/tmp; export TMP\nTMPDIR=$TMP; export TMPDIR\n\nORACLE_BASE=/opt/oracle; export ORACLE_BASE\nGRID_HOME=/opt/oracl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 12406,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.