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 | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/hugo | 7,229 | [
"no_license"
] | [
{
"path": "roles/hugo/tasks/main.yml",
"content": "---\n- name: hugo | install hugo & dependencies (pigments)\n apt:\n state: present\n name: \"{{ item }}\"\n with_items:\n - python-pygments\n - hugo\n become: true\n become_method: sudo\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 191,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/java | 7,229 | [
"no_license"
] | [
{
"path": "roles/java/tasks/main.yml",
"content": "---\n- name: java | add java ppa\n when:\n - ansible_distribution == \"Ubuntu\"\n - ansible_distribution_version >= \"16.04\"\n apt_repository:\n repo: \"ppa:webupd8team/java\"\n state: present\n update_cache: yes\n become: true\n become_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/linux-utils | 7,229 | [
"no_license"
] | [
{
"path": "roles/linux-utils/tasks/main.yml",
"content": "---\n- name: linux-utils | ensure /opt directory is owned by current user\n file:\n path: /opt\n owner: \"{{ ansible_env.USER }}\"\n group: \"{{ ansible_env.USER }}\"\n mode: 0755\n become: true\n become_method: sudo\n\n- name: linux-u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 796,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/maven | 7,229 | [
"no_license"
] | [
{
"path": "roles/maven/meta/main.yml",
"content": "---\ndependencies:\n - { role: java }\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/maven/tasks/main.yml",
"content": "---\n- name : maven | download maven archive\n get_url:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 767,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/node-npm | 7,229 | [
"no_license"
] | [
{
"path": "roles/node-npm/tasks/main.yml",
"content": "---\n- name: nodejs | remove old node package to avoid conflicts\n apt:\n name: node\n state: absent\n become: true\n become_method: sudo\n\n- name: nodejs | make sure dependencies are installed\n apt:\n name: build-essential\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1732,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/pycharm | 7,229 | [
"no_license"
] | [
{
"path": "roles/pycharm/tasks/main.yml",
"content": "---\n- name: pycharm | download pycharm installer\n get_url:\n url: \"{{ pycharm['url'] }}\"\n checksum: \"{{ pycharm['checksum'] }}\"\n dest: \"{{ pycharm_installation_folder }}/pycharm_installer.tar.gz\"\n group: \"{{ ansible_env.USER }}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 608,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/python | 7,229 | [
"no_license"
] | [
{
"path": "roles/python/tasks/main.yml",
"content": "---\n- name: python | ensure python3 is installed\n apt:\n state: present\n name: python3\n become: true\n become_method: sudo\n\n- name: python | install python packages for projects\n apt:\n state: present\n name: \"{{ item }}\"\n with_... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 721,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/redshift | 7,229 | [
"no_license"
] | [
{
"path": "roles/redshift/tasks/main.yml",
"content": "---\n- name: redshift | install redshift & redshift gtk\n apt:\n state: present\n name: \"{{ item }}\"\n with_items:\n - redshift\n - redshift-gtk\n become: true\n become_method: sudo\n",
"license_type": "no_license",
"detected_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 189,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/sameersbn-redmine | 7,229 | [
"no_license"
] | [
{
"path": "roles/sameersbn-redmine/tasks/main.yml",
"content": "---\n- name: sameersbn-redmine | create redmine volume projects folder + certs directory\n file:\n path: \"{{ docker_volumes }}/sameersbn-redmine/redmine/certs\"\n state: directory\n owner: \"{{ ansible_env.USER }}\"\n grou... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2720,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/tlp | 7,229 | [
"no_license"
] | [
{
"path": "roles/tlp/tasks/main.yml",
"content": "---\n- name: tlp | add ubuntu PPA\n apt_repository:\n repo: \"ppa:linrunner/tlp\"\n become: true\n become_method: sudo\n\n- name: tlp | install tlp and dependencies\n apt:\n name: \"{{ item }}\"\n with_items:\n - tlp\n - tlp-rdw\n - tp-sm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 352,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/vlc | 7,229 | [
"no_license"
] | [
{
"path": "roles/vlc/tasks/main.yml",
"content": "---\n- name: vlc | install vlc latest\n apt:\n state: present\n name: vlc\n update_cache: yes\n become: true\n become_method: sudo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 136,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/wekan-server | 7,229 | [
"no_license"
] | [
{
"path": "roles/wekan-server/templates/docker-compose-wekan.yml.j2",
"content": "---\nversion: '2'\n\nservices:\n wekan:\n image: rubberduck/wekan\n restart: always\n depends_on:\n - wekandb\n environment:\n - MONGO_URL=mongodb://wekandb/wekan\n - ROOT_URL=http://wekan-server.ni... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1329,
"all_permissive": false
} |
ansible_role | Niceplace/config | 845fb4de6c193f46707068c849d0288e1233dc39 | 0 | roles/zeal | 7,229 | [
"no_license"
] | [
{
"path": "roles/zeal/tasks/main.yml",
"content": "---\n- name: zeal | install zeal docs\n apt:\n name: zeal\n state: present\n become: true\n become_method: sudo\n\n- name: zeal | download & extract docsets to zeal docset folder\n unarchive:\n src: \"{{ item.url }}\"\n dest: \"{{ it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2080,
"all_permissive": false
} |
ansible_role | rosscdh/catmap | 96bcb914b7be564a92c06d4d05271c40f2c8b36f | 0 | ansible/server/roles/common | 7,229 | [
"no_license"
] | [
{
"path": "ansible/server/roles/common/tasks/main.yml",
"content": "---\n# - name: Let's update the apt cache.\n# apt: update_cache=yes\n# sudo: yes\n\n# - name: Now we need to update the Raspbian distribution.\n# apt: upgrade=yes\n# sudo: yes\n\n# - name: We are setting our new hostname.\n# hostn... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1103,
"all_permissive": false
} |
ansible_role | Sjeanpierre/ansible | bb27d29c8826c7b1d1a1c0cbed3b7bd91b5da35a | 0 | roles/sjeanpierre.docker | 7,229 | [
"no_license"
] | [
{
"path": "roles/sjeanpierre.docker/handlers/main.yml",
"content": "---\n# handlers file for sjeanpierre.docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 43
},
{
"path": "roles/sjeanpierre.docker/tasks/main.yml",
"content": "---\n- name: install the epe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 649,
"all_permissive": false
} |
ansible_role | Sjeanpierre/ansible | bb27d29c8826c7b1d1a1c0cbed3b7bd91b5da35a | 0 | roles/sjeanpierre.docker_log_puller | 7,229 | [
"no_license"
] | [
{
"path": "roles/sjeanpierre.docker_log_puller/defaults/main.yml",
"content": "---\n# defaults file for sjeanpierre.docker_log_puller\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 54
},
{
"path": "roles/sjeanpierre.docker_log_puller/handlers/main.yml",
"con... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | Sjeanpierre/ansible | bb27d29c8826c7b1d1a1c0cbed3b7bd91b5da35a | 0 | roles/sjeanpierre.hubot | 7,229 | [
"no_license"
] | [
{
"path": "roles/sjeanpierre.hubot/templates/hubot.j2",
"content": "#!/bin/sh\n\nset -e\n\n\nexport RFC_ACCESS_KEY=\"{{ rfc_access_key }}\"\nexport RFC_SECRET_KEY='{{ rfc_secret_key }}'\nexport RFC_BASIC_USER=\"{{ rfc_basic_user }}\"\nexport RFC_BASIC_PASS=\"{{ rfc_basic_pass }}\"\nexport RFC_URL=\"{{ rfc_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1505,
"all_permissive": false
} |
ansible_role | Sjeanpierre/ansible | bb27d29c8826c7b1d1a1c0cbed3b7bd91b5da35a | 0 | roles/sjeanpierre.hubot_http | 7,229 | [
"no_license"
] | [
{
"path": "roles/sjeanpierre.hubot_http/defaults/main.yml",
"content": "---\n# defaults file for sjeanpierre.hubot_http\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/sjeanpierre.hubot_http/handlers/main.yml",
"content": "---\n# handle... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2165,
"all_permissive": false
} |
ansible_role | renzolv87/ansible_demo | f94b1cfa23802fe4d4c7f5d4d18a7ee422dd5ce3 | 1 | roles/apache | 7,229 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "---\n# tasks file for apache\n- import_tasks: apache/install.yml\n tags: install\n\n- import_tasks: apache/configure.yml\n tags: configure\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 135
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 135,
"all_permissive": false
} |
ansible_role | parnpresso/simplezat | 5fbe00811e254f13bdbfe8026f404b1c239cb433 | 0 | deployment/roles/deploy | 7,229 | [
"no_license"
] | [
{
"path": "deployment/roles/deploy/tasks/main.yml",
"content": "---\n- name: Copy docker-compose to server\n copy:\n src: \"{{ project_path }}/docker-compose.{{ stage }}.yml\"\n dest: docker-compose.yml\n\n- name: Pull images\n command: docker-compose pull\n\n- name: Start application\n command: do... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | hashsos/hashcloudos-devstack | 2c9343e5db44fa7a41ca6924737331dd9088ef8f | 0 | roles/export-devstack-journal | 7,223 | [
"permissive"
] | [
{
"path": "roles/export-devstack-journal/tasks/main.yaml",
"content": "# TODO: convert this to ansible\n- name: Export journal files\n become: true\n shell:\n cmd: |\n u=\"\"\n name=\"\"\n for u in `systemctl list-unit-files | grep devstack | awk '{print $1}'`; do\n name=$(echo $u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1648,
"all_permissive": true
} |
ansible_role | hashsos/hashcloudos-devstack | 2c9343e5db44fa7a41ca6924737331dd9088ef8f | 0 | roles/run-devstack | 7,223 | [
"permissive"
] | [
{
"path": "roles/run-devstack/tasks/main.yaml",
"content": "- name: Run devstack\n command: ./stack.sh\n args:\n chdir: \"{{devstack_base_dir}}/devstack\"\n become: true\n become_user: stack\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": true
} |
ansible_role | mtechsoft-pk/dev-setup | c6c0f777b02bfeaedb7ec70bddb7ea84814d3a17 | 0 | roles/oh-my-zsh | 7,223 | [
"no_license"
] | [
{
"path": "roles/oh-my-zsh/templates/antigen.config.j2",
"content": "# Load oh-my-zsh library\nantigen use oh-my-zsh\n\n# Load bundles from the default repo (oh-my-zsh)\nantigen bundle git\nantigen bundle command-not-found\nantigen bundle docker\nantigen bundle dirhistory\nantigen bundle autojump\n\n# Load ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 4155,
"all_permissive": false
} |
ansible_role | yd-ono/rhde-basic-demo | 828128d180c55d70fb0f4360f73001a2c9af89f8 | 0 | ansible/roles/deploy_bare_metal_app | 7,223 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_bare_metal_app/tasks/simulator.yaml",
"content": "---\n\n- name: create a directory for the simulator\n ansible.builtin.file:\n path: /var/simulator\n state: directory\n register: simulator_directory_created\n\n- name: clone the code to the directory\n ansible.builti... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 4852,
"all_permissive": false
} |
ansible_role | yd-ono/rhde-basic-demo | 828128d180c55d70fb0f4360f73001a2c9af89f8 | 0 | ansible/roles/deploy_containerized_app | 7,223 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy_containerized_app/tasks/main.yaml",
"content": "---\n\n- name: enable lingering for \n ansible.builtin.shell:\n cmd: loginctl enable-linger \n args:\n creates: \"/var/lib/systemd/linger/\"\n become: true\n\n- name: push out yaml\n ansible.builtin.template:\n src:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 723,
"all_permissive": false
} |
ansible_role | VojtechBartos/smsgw | 37a3be814fc32ad87eb2a0ecfd93aa46ef46e68d | 9 | provisioning/roles/docker | 7,223 | [
"no_license"
] | [
{
"path": "provisioning/roles/docker/tasks/main.yml",
"content": "---\n\n- block:\n\n # TODO(vojta) install it manually\n - name: Install Docker\n shell: curl -fsSL https://get.docker.com/ | sh\n\n - name: Install docker-compose and docker-py\n pip:\n name: \"{{ item }}\"\n with_items:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | VojtechBartos/smsgw | 37a3be814fc32ad87eb2a0ecfd93aa46ef46e68d | 9 | provisioning/roles/modem | 7,223 | [
"no_license"
] | [
{
"path": "provisioning/roles/modem/tasks/main.yml",
"content": "---\n\n- block:\n\n - name: Adding message file\n copy:\n src: 12d1:15ca\n dest: /etc/usb_modeswitch.d/12d1:15ca\n\n - name: Adding USB mode switch rule\n lineinfile:\n dest: /lib/udev/rules.d/40-usb_modeswitch.rules\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | VojtechBartos/smsgw | 37a3be814fc32ad87eb2a0ecfd93aa46ef46e68d | 9 | provisioning/roles/smsgw | 7,223 | [
"no_license"
] | [
{
"path": "provisioning/roles/smsgw/meta/main.yml",
"content": "---\n\ndependencies:\n - role: docker\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "provisioning/roles/smsgw/handlers/main.yml",
"content": "---\n\n- block:\n\n - name: Docke... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 670,
"all_permissive": false
} |
ansible_role | VojtechBartos/smsgw | 37a3be814fc32ad87eb2a0ecfd93aa46ef46e68d | 9 | provisioning/roles/users | 7,223 | [
"no_license"
] | [
{
"path": "provisioning/roles/users/tasks/main.yml",
"content": "---\n\n- block:\n\n - name: Add user\n user:\n name: \"{{ item }}\"\n with_items: \"{{ users }}\"\n\n - name: Add ssh key for user\n authorized_key:\n key: \"{{ lookup('file', 'ssh-keys/users/id_rsa.pub.' + item) }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 747,
"all_permissive": false
} |
ansible_role | pgraffigna/ansible_role_node_exporter | 5d6f501394754cf6d046163ff662aba60f6ca4b5 | 0 | roles/node_exporter | 7,223 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yml",
"content": "---\n- name: Incluye el archivo con las variables\n ansible.builtin.include_vars:\n file: vars_main.yml\n\n- name: Creando group \"{{ node_user }}\"\n ansible.builtin.group:\n name: \"{{ node_user }}\"\n state: present\n\n- name: Creando... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 885,
"all_permissive": false
} |
ansible_role | DesesterSeven/ASPAproyect | 161bb35ef88ca0868385b0b98bba54a79435b2cf | 0 | Ansible-OP/roles/php | 7,223 | [
"no_license"
] | [
{
"path": "Ansible-OP/roles/php/tasks/main.yml",
"content": "---\n# tasks file for roles/php-fpm\n\n- name: Install the php mysql_packages\n apt: name={{ item }} state=present\n with_items: \"{{ php_fpm_packages }}\"\n\n- name: Restart the apache2 service\n service: name=apache2 state=reloaded",
"lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 226,
"all_permissive": false
} |
ansible_role | DesesterSeven/ASPAproyect | 161bb35ef88ca0868385b0b98bba54a79435b2cf | 0 | Ansible-OP/roles/wordpress | 7,223 | [
"no_license"
] | [
{
"path": "Ansible-OP/roles/wordpress/tasks/main.yml",
"content": "---\n\n- name: Install unzip package\n apt: name=unzip state=installed\n\n- name: Check if Wordpress has been previously downloaded\n stat: path=\"{{ wp_download_path }}\"\n when: wp_zipped.stat.exists == false\n\n- name: Download Wordpre... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 436,
"all_permissive": false
} |
ansible_role | DesesterSeven/ASPAproyect | 161bb35ef88ca0868385b0b98bba54a79435b2cf | 0 | KVM-Ansible/vms/roles/create_user_files | 7,223 | [
"no_license"
] | [
{
"path": "KVM-Ansible/vms/roles/create_user_files/templates/user_templates.j2",
"content": "#clous-config\nhostname: {{item.name}}\nmanage_etc_hosts: true\nfqdn: {{item.name}}{{domain_name}}\nuser: {{ansible_user}}\nssh_autorized_keys:\n - {{ lookup(\"file\", \"{{ansible_key_filer}}\") }}\nchpasswd:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 963,
"all_permissive": false
} |
ansible_role | DesesterSeven/ASPAproyect | 161bb35ef88ca0868385b0b98bba54a79435b2cf | 0 | KVM-Ansible/vms/roles/create_variables_file | 7,223 | [
"no_license"
] | [
{
"path": "KVM-Ansible/vms/roles/create_variables_file/tasks/main.yml",
"content": "# This will assemble several files into one variable file\n# The expectation is the original files will be found in a sub-folder of one called variable_files\n# The variable file will then be create in a sub-folder within th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 446,
"all_permissive": false
} |
ansible_role | DesesterSeven/ASPAproyect | 161bb35ef88ca0868385b0b98bba54a79435b2cf | 0 | KVM-Ansible/vms/roles/download-cloud-init-images | 7,223 | [
"no_license"
] | [
{
"path": "KVM-Ansible/vms/roles/download-cloud-init-images/tasks/main.yml",
"content": "# Create a download folder\n- name: Create download folder\n file: \n path: '{{image_path}}'\n state: directory\n\n# Download cloud-init images\n- name: Download cloud-init images\n get_url:\n url: '{{item.im... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | mhfowler/sar2d2 | e694161525e512350c95c12c7ff1ffe2dc7dda53 | 0 | ansible-pi/roles/pi | 7,223 | [
"no_license"
] | [
{
"path": "ansible-pi/roles/pi/templates/ssb/run-ssb-server.sh",
"content": "#!/bin/bash\n. /home/pi/.nvm/nvm.sh\nnvm list\nwhile true; do\n /home/pi/.nvm/versions/node/v10.19.0/bin/ssb-server start --path /home/pi/.ssb --config /home/pi/.ssb/config\n sleep 3\ndone",
"license_type": "no_license",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 11,
"total_bytes": 12180,
"all_permissive": false
} |
ansible_role | Ehsan-U/Ansible | 49dc8e53edd7d167cd8237b4e64364e8f7a035ce | 0 | Practical/base_Setup/roles/base | 7,223 | [
"no_license"
] | [
{
"path": "Practical/base_Setup/roles/base/tasks/main.yml",
"content": "- name: adding user\n tags: add_user\n user:\n name: simone\n groups: root\n\n\n- name: add keys for user\n tags: add_user_key\n authorized_key:\n user: simone\n key: '<KEY>'\n\n\n- name: add user to sudoers\n tags: add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 542,
"all_permissive": false
} |
ansible_role | Ehsan-U/Ansible | 49dc8e53edd7d167cd8237b4e64364e8f7a035ce | 0 | Tutorials/roles/web_servers | 7,223 | [
"no_license"
] | [
{
"path": "Tutorials/roles/web_servers/handlers/main.yml",
"content": "- name: apache_restart_handler\n service:\n name: \"{{ apache_service }}\"\n state: restarted\n enabled: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "Tutori... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 540,
"all_permissive": false
} |
ansible_role | Ehsan-U/Ansible | 49dc8e53edd7d167cd8237b4e64364e8f7a035ce | 0 | Tutorials/roles/workstation | 7,223 | [
"no_license"
] | [
{
"path": "Tutorials/roles/workstation/tasks/main.yml",
"content": "- name: install samba\n # package-name for samba is same on centos & ubuntu\n package:\n name: samba\n state: latest\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 121
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 121,
"all_permissive": false
} |
ansible_role | ahmedezzeldin93/twitter_analytics | 9ca0b1688e9f7d2998a61aae2a34e75a53d280f7 | 0 | provision/roles/common | 7,230 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/create_users_and_groups.yml",
"content": "---\n\n- name: Create the application user\n user: name={{ app_user }} state=present shell=/bin/bash\n\n- name: Create the application group\n group: name={{ app_group }} system=yes state=present\n\n- name: Add the applicati... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3530,
"all_permissive": false
} |
ansible_role | ahmedezzeldin93/twitter_analytics | 9ca0b1688e9f7d2998a61aae2a34e75a53d280f7 | 0 | provision/roles/compose | 7,230 | [
"no_license"
] | [
{
"path": "provision/roles/compose/tasks/main.yml",
"content": "# UP all docker machines using docker compose\n- name: UP all docker machines using docker compose\n shell: cd {{ project_root }} && sudo docker-compose up -d\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 158,
"all_permissive": false
} |
ansible_role | ahmedezzeldin93/twitter_analytics | 9ca0b1688e9f7d2998a61aae2a34e75a53d280f7 | 0 | provision/roles/docker | 7,230 | [
"no_license"
] | [
{
"path": "provision/roles/docker/vars/main.yml",
"content": "---\n\nkeyserver: p80.pool.sks-keyservers.net\nkeyid: <KEY>\nrepo: \"deb https://apt.dockerproject.org/repo ubuntu-trusty main\"\nlinux_image_extra_version: \"virtual\"",
"license_type": "no_license",
"detected_licenses": [],
"size_by... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1231,
"all_permissive": false
} |
ansible_role | Gabriel-Claudino/infra_agil | 7c54ef330a9012c0366c5b980197ec6981dbda47 | 0 | ansible/roles/asa_noturna | 7,230 | [
"no_license"
] | [
{
"path": "ansible/roles/asa_noturna/vars/main.yml",
"content": "---\n# vars file for asa_noturna\ntexto: \"Infra Agil - 4linux\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 61
},
{
"path": "ansible/roles/asa_noturna/tasks/iniciando_banco.yml",
"content":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 286,
"all_permissive": false
} |
ansible_role | Gabriel-Claudino/infra_agil | 7c54ef330a9012c0366c5b980197ec6981dbda47 | 0 | ansible/roles/puppet | 7,230 | [
"no_license"
] | [
{
"path": "ansible/roles/puppet/tasks/install_ubuntu.yml",
"content": "- name: Instalando Pacote RPM - Puppet - UBUNTU\n apt:\n deb: /tmp/puppet6-release-bionic.deb\n when: ansible_os_family == \"Debian\"\n\n- name: Instalando Pacote - puppet-agent - UBUNTU\n apt:\n name: puppet-agent\n update_c... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 937,
"all_permissive": false
} |
ansible_role | anikasasse/ZRPraktikum | 012dbf5cf97b2856b8636c2f6cb79e7ce15eade5 | 0 | roles/chrony | 7,230 | [
"no_license"
] | [
{
"path": "roles/chrony/templates/chrony.j2",
"content": "#\n# /etc/chrony/chrony.conf\n#\n\n# ntp servers\n{% for ntp_server in ntp_servers %}\n{{ ntp_server.type }} {{ ntp_server.name }} {{ ntp_server.options }}\n{% endfor %}\n\n# keystore for ntp authentication\nkeyfile /etc/chrony/chrony.keys\n\n# rate ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1247,
"all_permissive": false
} |
ansible_role | anikasasse/ZRPraktikum | 012dbf5cf97b2856b8636c2f6cb79e7ce15eade5 | 0 | roles/common | 7,230 | [
"no_license"
] | [
{
"path": "roles/common/defaults/main.yml",
"content": "---\n#\n# file: roles/common/defaults/main.yml\n#\n\n# language specific configs for vim's ftplugin\nftplugin_settings:\n - name: python\n shiftwidth: 4\n tabstop: 4\n softtabstop: 4\n - name: php\n shiftwidth: 2\n tabstop: 2\n soft... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3874,
"all_permissive": false
} |
ansible_role | anikasasse/ZRPraktikum | 012dbf5cf97b2856b8636c2f6cb79e7ce15eade5 | 0 | roles/nginx | 7,230 | [
"no_license"
] | [
{
"path": "roles/nginx/templates/www.j2",
"content": "server {\n listen 80;\n server_name _;\n\n root /vagrant;\n\n index index.html index.php;\n\n location / {\n try_files $uri $uri/ =404;\n }\n\n location ~ \\.php$ {\n include fastcgi.conf;\n include fastcgi_params;\n fastcgi_pass unix:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1309,
"all_permissive": false
} |
ansible_role | anikasasse/ZRPraktikum | 012dbf5cf97b2856b8636c2f6cb79e7ce15eade5 | 0 | roles/sysstat | 7,230 | [
"no_license"
] | [
{
"path": "roles/sysstat/tasks/main.yml",
"content": "---\n#\n# file: roles/sysstat/tasks/main.yml\n#\n- name: install sysstat\n apt:\n cache_valid_time: 3600\n name: sysstat\n state: present\n- name: enable sysstat\n systemd:\n name: sysstat\n enabled: true\n masked: false\n- name: conf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 495,
"all_permissive": false
} |
ansible_role | jenciso/ansible-kubeadm | 195627ef21baf2adcf1d404830942eb616551b0e | 1 | roles/docker-ce | 7,230 | [
"no_license"
] | [
{
"path": "roles/docker-ce/handlers/main.yml",
"content": "- name: restart docker\n systemd: name=docker state=restarted daemon_reload=yes\n\n- name: reload docker\n systemd: name=docker state=reloaded daemon_reload=yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 1... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2675,
"all_permissive": false
} |
ansible_role | jenciso/ansible-kubeadm | 195627ef21baf2adcf1d404830942eb616551b0e | 1 | roles/kubeadm | 7,230 | [
"no_license"
] | [
{
"path": "roles/kubeadm/tasks/main.yml",
"content": "---\n- name: kubeadm | copy repo\n copy: src=kubernetes.repo dest=/etc/yum.repos.d/\n\n\n- name: kubeadm | disable selinux\n selinux:\n policy: targeted\n state: disabled\n when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red H... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1180,
"all_permissive": false
} |
ansible_role | jenciso/ansible-kubeadm | 195627ef21baf2adcf1d404830942eb616551b0e | 1 | roles/prereq | 7,230 | [
"no_license"
] | [
{
"path": "roles/prereq/tasks/main.yml",
"content": "---\n- name: prereq | remove firewalld\n yum: name=firewalld state=absent\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 75
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 75,
"all_permissive": false
} |
ansible_role | osamuaoki/osamuaoki-hugo-proj | e9ec982899e41b92514b78fa37feb55909c7fc75 | 0 | 011_ansible_multi/roles/base | 7,230 | [
"no_license"
] | [
{
"path": "011_ansible_multi/roles/base/tasks/upgrade.yml",
"content": "---\n- name: Upgrade the whole system\n ansible.builtin.apt:\n upgrade: safe\n tags: upgrade\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "011_ansible_multi/roles/base... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 452,
"all_permissive": false
} |
ansible_role | osamuaoki/osamuaoki-hugo-proj | e9ec982899e41b92514b78fa37feb55909c7fc75 | 0 | 012_ansible_multi/roles/base | 7,230 | [
"no_license"
] | [
{
"path": "012_ansible_multi/roles/base/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/boo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "012_ansible_multi/roles/base/tasks/main.yml",
"conten... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 2729,
"all_permissive": false
} |
ansible_role | osamuaoki/osamuaoki-hugo-proj | e9ec982899e41b92514b78fa37feb55909c7fc75 | 0 | 013_ansible_debug/roles/base | 7,230 | [
"no_license"
] | [
{
"path": "013_ansible_debug/roles/base/tasks/main.yml",
"content": "---\n\n- name: Debug external variables with msg\n ansible.builtin.debug:\n msg: \"var1_override = '{{ var1_override | default('***UNDEFIINED***') }}' var2_override = '{{ var2_override | default('***UNDEFIINED***') }}'\"\n\n- name: Deb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2605,
"all_permissive": false
} |
ansible_role | osamuaoki/osamuaoki-hugo-proj | e9ec982899e41b92514b78fa37feb55909c7fc75 | 0 | 014_ansible_debug/roles/base | 7,230 | [
"no_license"
] | [
{
"path": "014_ansible_debug/roles/base/tasks/main.yml",
"content": "---\n\n\n- name: set var1 with BAR\n ansible.builtin.set_fact:\n _var1: |\n foo tailing white space \n bar baz\n zzzzz zzzzz\n\n ss\n sss\n\n- name: set var2 with GT\n ansible.builtin.set_fact:\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1291,
"all_permissive": false
} |
ansible_role | osamuaoki/osamuaoki-hugo-proj | e9ec982899e41b92514b78fa37feb55909c7fc75 | 0 | 015_ansible_debug/roles/base | 7,230 | [
"no_license"
] | [
{
"path": "015_ansible_debug/roles/base/handlers/main.yml",
"content": "---\n# handlers file for roles/boo\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "015_ansible_debug/roles/base/tasks/main.yml",
"content": "---\n\n- name: create boo-she... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2243,
"all_permissive": false
} |
ansible_role | bywatersolutions/koha-sandboxes-ansible | 6c7a73d3d785fee3503b9cafab792e0de838fd05 | 1 | roles/kohadevbox | 7,230 | [
"no_license"
] | [
{
"path": "roles/kohadevbox/tasks/koha-src.yml",
"content": "- name: Koha source | Clone repository\n git:\n repo: \"{{ koha_git_repo }}\"\n dest: /home/vagrant/kohaclone\n version: \"{{ koha_git_branch }}\"\n when: not sync_repo\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6376,
"all_permissive": false
} |
ansible_role | bywatersolutions/koha-sandboxes-ansible | 6c7a73d3d785fee3503b9cafab792e0de838fd05 | 1 | roles/kohasandbox | 7,230 | [
"no_license"
] | [
{
"path": "roles/kohasandbox/templates/profile",
"content": "export MAILTO=\"{{ sandbox_mailto }}\"\nexport KOHA_CONTRIB=\"/var/lib/koha/{{ sandbox.name }}/kohaclone\"\nexport KOHA_CONF=\"/etc/koha/sites/{{ sandbox.name }}/koha-conf.xml\"\nexport PERL5LIB=\"/var/lib/koha/{{ sandbox.name }}/kohaclone\"\n",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 15204,
"all_permissive": false
} |
ansible_role | azureesherpa/ansiblerole | e68f47b29a89b97aa605c74eaf9c2273453e182b | 0 | roles/mysqldatabase | 7,230 | [
"no_license"
] | [
{
"path": "roles/mysqldatabase/tasks/main.yaml",
"content": " - include_vars: password.yml \n - name: run the command\n mysql_db:\n name: testdb\n state: present\n login_user: root\n login_password: \"{{ <PASSWORD> }}\"\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 190,
"all_permissive": false
} |
ansible_role | Ultragreen/prometheus-splash | 9e4139a15c5fcd5a94a16f705d8e0035db46f579 | 2 | templates/ansible-splash/roles/backend | 7,230 | [
"no_license"
] | [
{
"path": "templates/ansible-splash/roles/backend/tasks/main.yml",
"content": "- name : BACKEND install service (Redis)\n package:\n pkg: redis-server\n state: present\n\n- name: BACKEND Configuration\n template:\n src: redis.conf.j2\n dest: /etc/redis/redis.conf\n owner: root\n group: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 262,
"all_permissive": false
} |
ansible_role | Ultragreen/prometheus-splash | 9e4139a15c5fcd5a94a16f705d8e0035db46f579 | 2 | templates/ansible-splash/roles/mq | 7,230 | [
"no_license"
] | [
{
"path": "templates/ansible-splash/roles/mq/tasks/main.yml",
"content": "---\n- name : MQ install MQ service (RabbitMQ)\n package:\n pkg: rabbitmq-server\n state: present\n\n- name: MQ enable rabbitmq plugins\n rabbitmq_plugin: names=rabbitmq_management,rabbitmq_tracing,rabbitmq_federation state=en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1384,
"all_permissive": false
} |
ansible_role | Ultragreen/prometheus-splash | 9e4139a15c5fcd5a94a16f705d8e0035db46f579 | 2 | templates/ansible-splash/roles/splash | 7,230 | [
"no_license"
] | [
{
"path": "templates/ansible-splash/roles/splash/tasks/main.yml",
"content": "---\n- name : SPLASH install infra (ruby)\n package:\n pkg: ruby\n state: present\n\n- name : SPLASH install Splash (gem)\n gem:\n name: prometheus-splash\n state: present\n user_install: no\n\n- name: SPLASH Chec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3777,
"all_permissive": false
} |
ansible_role | Ultragreen/prometheus-splash | 9e4139a15c5fcd5a94a16f705d8e0035db46f579 | 2 | templates/ansible-splash/roles/supervision_gateway | 7,230 | [
"no_license"
] | [
{
"path": "templates/ansible-splash/roles/supervision_gateway/handlers/main.yml",
"content": "---\n- name: restart Prometheus Gateway\n service: name=prometheus-pushgateway state=restarted\n become: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
},
{
"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 244,
"all_permissive": false
} |
ansible_role | Ultragreen/prometheus-splash | 9e4139a15c5fcd5a94a16f705d8e0035db46f579 | 2 | templates/ansible-splash/roles/supervision_master | 7,230 | [
"no_license"
] | [
{
"path": "templates/ansible-splash/roles/supervision_master/templates/prometheus.yml.j2",
"content": "# Sample config for Prometheus.\n\nglobal:\n scrape_interval: 15s\n evaluation_interval: 15s\n\n\n external_labels:\n monitor: 'example'\n\n\nrule_files:\n # - \"first.rules\"\n # - \"second.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1428,
"all_permissive": false
} |
ansible_role | afreisinger/vagrants | c163254329a3c8af461b411ba7112ecd323ab098 | 1 | bionic64-aws-nodejs-serverless/provisioning/roles/aws | 7,230 | [
"no_license"
] | [
{
"path": "bionic64-aws-nodejs-serverless/provisioning/roles/aws/tasks/main.yml",
"content": "---\n\n- name: install python-pip\n apt:\n state: present\n name: python-pip\n\n- name: install awscli\n pip:\n name: awscli\n executable: pip2\n",
"license_type": "no_license",
"detected_lice... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | afreisinger/vagrants | c163254329a3c8af461b411ba7112ecd323ab098 | 1 | bionic64-aws-nodejs-serverless/provisioning/roles/common | 7,230 | [
"no_license"
] | [
{
"path": "bionic64-aws-nodejs-serverless/provisioning/roles/common/tasks/main.yml",
"content": "---\n- name: install aptitude\n apt: pkg=aptitude\n- name: apt update and upgrade\n apt:\n upgrade: yes\n update_cache: yes\n cache_valid_time: 86400 #One day\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 163,
"all_permissive": false
} |
ansible_role | afreisinger/vagrants | c163254329a3c8af461b411ba7112ecd323ab098 | 1 | bionic64-aws-nodejs-serverless/provisioning/roles/node | 7,230 | [
"no_license"
] | [
{
"path": "bionic64-aws-nodejs-serverless/provisioning/roles/node/tasks/main.yml",
"content": "---\n\n# https://github.com/suzuki-shunsuke/ansible-nodebrew/blob/master/tasks/main.yml\n- name: Download the install script\n become_user: \"{{ nodebrew_install_user }}\"\n get_url:\n url: https://git.io/nod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1124,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/odbc7 | 7,230 | [
"no_license"
] | [
{
"path": "roles/odbc7/tasks/main.yml",
"content": "---\n- name: Install rpms\n yum:\n name: \"{{ item }}\"\n state: \"{{ odbc_package_mode }}\"\n disable_gpg_check: yes\n with_items:\n - \"{{ odbc_rpms }}\"\n tags:\n - odbc\n\n- name: Install freetds\n yum:\n name: freetds.x86_64\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1183,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/open_officeRH7 | 7,230 | [
"no_license"
] | [
{
"path": "roles/open_officeRH7/tasks/main.yaml",
"content": "---\n- name: Install Open Office rpms\n# shell: yum localinstall -y {{item}}\n yum:\n name: \"{{item}}\"\n state: installed\n disable_gpg_check: yes\n with_items:\n - \"{{open_office_installdir}}/{{open_office_rpms}}\"\n when: cust... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 3704,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/python2RH7 | 7,230 | [
"no_license"
] | [
{
"path": "roles/python2RH7/tasks/main.yml",
"content": "# main.yml - Install Python 2.7 and Packages from RedHat Satellite\n---\n- name: Install Python27 packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python27\n - python27-PyYAML\n - python27-python-setuptools\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1269,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/python3RH7 | 7,230 | [
"no_license"
] | [
{
"path": "roles/python3RH7/tasks/main.yml",
"content": "# main.yml - Install Python 3.6 from RedHat Satellite\n---\n- name: Install Python36 packages\n yum:\n name: \"{{ item }}\"\n state: present\n with_items:\n - python36\n - python36-PyYAML\n - python36-setuptools\n - python36-devel\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 803,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/stattransfer14 | 7,230 | [
"no_license"
] | [
{
"path": "roles/stattransfer14/defaults/main.yaml",
"content": "---\nstattransfer_install_directory: /usr/local/StatTransfer14\n#stattransfer_local_bin_directory: /artifacts\nstattransfer_local_bin_directory: /opt/ancillary_local\nstattransfer_license_type: \"25 User Lease\"\nstattransfer_expiration_date: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2297,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/sublime3 | 7,230 | [
"no_license"
] | [
{
"path": "roles/sublime3/defaults/main.yaml",
"content": "---\n#ublime_local_artifact_directory: /artifacts\nsublime_local_artifact_directory: /opt/ancillary_local \nsublime_install_directory: /usr/local/sublime\nsublime_remote_artifact_directory: /tmp\n",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2542,
"all_permissive": false
} |
ansible_role | lel99999/ancillaryRH7 | 25d68671d119d828833be2a5b862340ec8b7dba2 | 0 | roles/texliveRH7 | 7,230 | [
"no_license"
] | [
{
"path": "roles/texliveRH7/tasks/main.yaml",
"content": "---\n- name: Install texlive files (2013)\n shell: yum install -y texlive texlive-*.noarch\n# shell: yum install -y {{item}}\n# yum:\n# name: \"{{item}}\"\n# state: present\n# disable_gpg_check: yes\n# with_items:\n# - \"{{texlive_packages}}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 662,
"all_permissive": false
} |
ansible_role | swastiksuman/NodeZeroDeployPipeline | 0735af8dc3331dd7f9f6963e65ae226ec08a15be | 0 | playbooks/roles/NodeZeroInstanceCreationRole | 7,230 | [
"no_license"
] | [
{
"path": "playbooks/roles/NodeZeroInstanceCreationRole/tasks/create-instance.yaml",
"content": "---\n - name: create ec2 instance\n ec2:\n aws_access_key: \"{{ access_key }}\"\n aws_secret_key: \"{{ secret_key }}\"\n count: 1\n image: ami-08f3d892de259504d\n instance_type: t2.m... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 1242,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/add_users | 7,231 | [
"no_license"
] | [
{
"path": "roles/add_users/tasks/add-users.yml",
"content": "---\n- name: Add user\n become: true\n vars:\n username: \"{{ vault_username }}\"\n password: \"{{ <PASSWORD> }}\"\n salt: \"{{ vault_salt }}\"\n sudo_group: \"\"\n block:\n - name: Set sudo group name (Ubuntu)\n ansible.bui... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 757,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/app_firefox | 7,231 | [
"no_license"
] | [
{
"path": "roles/app_firefox/tasks/install-firefox.yml",
"content": "- name: Install Firefox\n become: true\n tags:\n - apps\n vars:\n app_firefox_mozilla_gpg_key: /etc/apt/trusted.gpg.d/mozilla.asc\n when: ansible_distribution == \"Ubuntu\"\n block:\n - name: Download GPG Key\n ansible.b... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1591,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/app_obsstudio | 7,231 | [
"no_license"
] | [
{
"path": "roles/app_obsstudio/tasks/main.yml",
"content": "---\n- name: Run Apps Role\n ansible.builtin.include_tasks:\n file: ../../shared/tasks/main.yml\n\n- name: Run Install ObsStudio\n ansible.builtin.include_tasks:\n file: install-obs-studio.yml\n",
"license_type": "no_license",
"dete... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/app_spotify | 7,231 | [
"no_license"
] | [
{
"path": "roles/app_spotify/tasks/main.yml",
"content": "---\n- name: Run Apps Role\n ansible.builtin.include_tasks:\n file: install-spotify.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
},
{
"path": "roles/app_spotify/tasks/install-spotify.yml",
... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 814,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/app_vault | 7,231 | [
"no_license"
] | [
{
"path": "roles/app_vault/tasks/main.yml",
"content": "---\n- name: Run Apps Role\n ansible.builtin.include_tasks:\n file: ../../shared/tasks/main.yml\n\n- name: Run App Hashicorp Vault\n ansible.builtin.include_tasks:\n file: install-hashicorp-vault.yml\n",
"license_type": "no_license",
"d... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 899,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/applications | 7,231 | [
"no_license"
] | [
{
"path": "roles/applications/tasks/install-gh.yml",
"content": "---\n- name: Install gh\n become: true\n tags:\n - apps\n vars:\n app_gh_ubuntu_key: /etc/apt/keyrings/githubcli.gpg\n block:\n - name: Download GPG Key\n ansible.builtin.get_url:\n url: https://cli.github.com/packages... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 6626,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/base_desktop | 7,231 | [
"no_license"
] | [
{
"path": "roles/base_desktop/tasks/install-audio-tools.yml",
"content": "---\n- name: Install audio tools\n become: true\n tags:\n - apps\n - system\n block:\n - name: Check if Audio Hardware Exists\n ansible.builtin.shell: lsmod | grep \"^snd\" | wc --lines\n register: base_desktop_a... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4731,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/base_os | 7,231 | [
"no_license"
] | [
{
"path": "roles/base_os/tasks/remove-snapd.yml",
"content": "---\n- name: Remove Snapd\n become: true\n tags:\n - system\n block:\n - name: Remove snapd\n ansible.builtin.apt:\n name: snapd\n state: absent\n purge: true\n when: ansible_distribution == \"Ubuntu\"\n\n ... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1994,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/basic_server | 7,231 | [
"no_license"
] | [
{
"path": "roles/basic_server/tasks/install-qemu-agent.yml",
"content": "---\n- name: Install QEMU Guest Agent\n become: true\n tags:\n - system\n block:\n - name: Install qemu-guest-agent\n ansible.builtin.apt:\n name: qemu-guest-agent\n",
"license_type": "no_license",
"detecte... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2479,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_dunst | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_dunst/tasks/main.yml",
"content": "---\n- name: Run Dunst Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - install-dunst.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/desktop_duns... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1514,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_i3wm | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_i3wm/tasks/main.yml",
"content": "---\n- name: Run i3wm Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - ../../shared/tasks/install-base-tools.yml\n - install-i3.yml\n - install-i3-apps.yml\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2197,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_polybar | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_polybar/tasks/main.yml",
"content": "---\n- name: Run Polybar Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n # - ../../shared/tasks/install-base-tools.yml\n - install-polybar.yml\n - install-polybar-apps.yml\n",
"license_type": "no_license",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2826,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_rofi | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_rofi/tasks/main.yml",
"content": "---\n- name: Run Rofi Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - ../../shared/tasks/install-base-tools.yml\n - install-rofi.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1823,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_sddm | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_sddm/tasks/install-sddm-chili-theme.yml",
"content": "---\n- name: Install SDDM Chili Theme\n tags:\n - desktop\n vars:\n desktop_sddmchili_path: \"{{ vault_home }}/src/github/system-repos/sddm-chili\"\n block:\n - name: Clone Chili SDDM Theme\n ansible.builtin.git:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1547,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_sway | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_sway/tasks/install-sway.yml",
"content": "---\n- name: Install sway\n tags:\n - desktop\n block:\n - name: Install sway\n ansible.builtin.package:\n name:\n - sway\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 5213,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_xmenu | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_xmenu/tasks/install-xmenu.yml",
"content": "---\n- name: Install Xmenu\n tags:\n - desktop\n vars:\n desktop_xmenu_path: \"{{ vault_home }}/src/github/system-repos/xmenu\"\n block:\n - name: Install xmenu dependencies (Ubuntu)\n ansible.builtin.package:\n nam... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/desktop_xorg | 7,231 | [
"no_license"
] | [
{
"path": "roles/desktop_xorg/tasks/main.yml",
"content": "---\n- name: Run XOrg Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - ../../shared/tasks/install-base-tools.yml\n - install-xorg.yml\n # - install-i3.yml\n # - load-dotfiles.yml\n # - install-sddm.yml\n #... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 2008,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/docker | 7,231 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/install-docker.yml",
"content": "---\n- name: Install docker (Ubuntu)\n become: true\n tags:\n - dev\n when: ansible_distribution == \"Ubuntu\"\n block:\n - name: Install required system packages\n ansible.builtin.apt:\n name:\n - apt-transport-ht... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1444,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/docker_rootless | 7,231 | [
"no_license"
] | [
{
"path": "roles/docker_rootless/tasks/main.yml",
"content": "---\n- name: Configure Docker to Rootless Mode\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - configure-docker-rootless.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"p... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1405,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/dotfiles | 7,231 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n- name: Run i3wm Desktop Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - load-dotfiles.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/dotfiles/tasks/loa... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 712,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/google_coral | 7,231 | [
"no_license"
] | [
{
"path": "roles/google_coral/tasks/install-google-coral.yml",
"content": "---\n- name: Install Google Coral\n become: true\n tags:\n - homeassistant\n when: ansible_distribution == \"Ubuntu\"\n block:\n - name: Install required system packages\n ansible.builtin.apt:\n name:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1065,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/hello_world | 7,231 | [
"no_license"
] | [
{
"path": "roles/hello_world/tasks/main.yml",
"content": "---\n- name: Hello World\n become: true\n block:\n - name: Print Message\n ansible.builtin.debug:\n msg: Hello World\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 128
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 128,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/hestia | 7,231 | [
"no_license"
] | [
{
"path": "roles/hestia/tasks/disable-extra-ethernet-adapter.yml",
"content": "---\n- name: Disable Extra Ethernet Adapter\n become: true\n tags:\n - hestia\n when: ansible_distribution == \"Ubuntu\"\n block:\n - name: Make /etc/netplan directory\n ansible.builtin.file:\n path: /etc/ne... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3382,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/macos | 7,231 | [
"no_license"
] | [
{
"path": "roles/macos/tasks/install-homebrew.yml",
"content": "---\n- name: Install Homebrew\n block:\n - name: Install Homebrew Apps\n ansible.builtin.debug:\n msg: Not configured yet\n when: ansible_distribution == \"MacOSX\"\n",
"license_type": "no_license",
"detected_licens... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 5771,
"all_permissive": false
} |
ansible_role | gwendolyngoetz/playbooks | 8eae5d7e0de023d6009ce09ca6a9603e8b0f2765 | 0 | roles/neovim | 7,231 | [
"no_license"
] | [
{
"path": "roles/neovim/tasks/main.yml",
"content": "---\n- name: Run Neovim Role\n ansible.builtin.include_tasks: \"{{ item }}\"\n loop:\n - install-neovim.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 107
},
{
"path": "roles/neovim/tasks/install-neov... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1754,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.