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 | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/setup-fluentd-plugins | 250 | [
"no_license"
] | [
{
"path": "roles/setup-fluentd-plugins/templates/monitoring-syslog.conf.j2",
"content": "######################\n## Input monitoring ##\n######################\n\n# Switch Input monitoring\n<filter example.syslog>\n @type prometheus\n <metric>\n name fluentd_input_status_num_records_syslog\n type co... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 14713,
"all_permissive": false
} |
ansible_role | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/start-fluentd | 250 | [
"no_license"
] | [
{
"path": "roles/start-fluentd/tasks/main.yml",
"content": "---\n- block: \n - name: Check if td-agent is installed\n stat: path=/usr/sbin/td-agent\n register: isInstalled\n - name: Start and enable td-agent\n service: name=td-agent state=started enabled=yes\n when: isInstalled\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 266,
"all_permissive": false
} |
ansible_role | ShamimShahraeini/ansible-automation-repo | 4ce51fefd93594e58da0717faf23dc2a4e46c7f3 | 0 | roles/zabbix-agent | 250 | [
"no_license"
] | [
{
"path": "roles/zabbix-agent/handlers/main.yml",
"content": "---\n\n- name: Restart and enable zabbix-agent2\n ansible.builtin.systemd:\n name: zabbix-agent2\n state: restarted\n enabled: true\n\n- name: Restart and enable zabbix-agent\n ansible.builtin.systemd:\n name: zabbix-agent\n stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4998,
"all_permissive": false
} |
ansible_role | seafrax/Flores_HOA9 | d60ad5d665a8324d3ef30a72bd70c15b69947335 | 0 | roles/CentOS_servers | 250 | [
"no_license"
] | [
{
"path": "roles/CentOS_servers/tasks/main.yaml",
"content": "--- \n - name: Install Prometheus\n yum:\n name: prometheus\n state: latest\n\n - name: Start Prometheus\n service:\n name: prometheus\n state: started\n enabled: yes\n\n - name: Open Prometheus port\n firewa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 386,
"all_permissive": false
} |
ansible_role | seafrax/Flores_HOA9 | d60ad5d665a8324d3ef30a72bd70c15b69947335 | 0 | roles/db_servers | 250 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yaml",
"content": "- name: Update apt cache\n apt: update_cache=yes\n\n- name: Install required packages\n apt: name={{ item }} state=present\n with_items:\n - apache2\n - php\n - build-essential\n - prometheus\n - openssl\n - libssl-dev\n - unz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 252,
"all_permissive": false
} |
ansible_role | VaidheeswaranSrinivasan/thoughtworks | 789bd395f44387e2126c7b19a7302c19faec2ead | 0 | Ansible/roles/install_mediawiki | 250 | [
"no_license"
] | [
{
"path": "Ansible/roles/install_mediawiki/defaults/main.yml",
"content": "---\nrequired_packages:\n - name: httpd\n - name: php\n - name: php-mysql\n - name: php-gd\n - name: php-xml\n - name: php-mbstring\n - name: mariadb-server\n - name: mariadb\n\napplication_url: \"https://releases.wikimedia.o... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2249,
"all_permissive": false
} |
ansible_role | jrbotros/env | e49eac2790f1b1cad639df4f5656ef05650d8bde | 0 | roles/common | 250 | [
"no_license"
] | [
{
"path": "roles/common/tasks/node.yml",
"content": "- name: Install nvm\n homebrew:\n name: nvm\n state: present\n\n- name: Configure nvm\n blockinfile:\n path: \"{{ settings_path }}\"\n create: yes\n block: |\n export NVM_DIR=\"$HOME/.nvm\"\n source $(brew --prefix nvm)/nvm.sh\n... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 2573,
"all_permissive": false
} |
ansible_role | boehlke/openslides_ansible | 70b3bbc13aac6d0f568ac367f1cd037cff93fabf | 0 | roles/multiinstance-server | 250 | [
"no_license"
] | [
{
"path": "roles/multiinstance-server/tasks/main.yml",
"content": "---\n\n- name: Create nginx global config\n when: openslides_nginx_global\n become: yes\n template:\n dest: /etc/nginx/nginx.conf\n src: nginx.conf.j2\n notify:\n - Restart nginx\n\n- name: Create nginx socket\n when: openslides_... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 4709,
"all_permissive": false
} |
ansible_role | boehlke/openslides_ansible | 70b3bbc13aac6d0f568ac367f1cd037cff93fabf | 0 | roles/openslides-add-instance | 250 | [
"no_license"
] | [
{
"path": "roles/openslides-add-instance/play/os_play.yaml",
"content": "---\n\n- name: Test play\n hosts: all\n gather_facts: no\n tasks:\n - name: Debug task\n debug:\n msg: Hello world!\n tags:\n - debug\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 11001,
"all_permissive": false
} |
ansible_role | sei-protocol/sei-chain | cbf46ec8ffcc829aeeefd30371ab0ee7fc2ab129 | 2,796 | oracle/roles/configure_oracle | 250 | [
"permissive"
] | [
{
"path": "oracle/roles/configure_oracle/tasks/main.yaml",
"content": "---\n- name: Install nodejs\n apt:\n name: nodejs\n state: latest\n update_cache: yes\n\n- name: Install npm\n apt:\n name: npm\n state: latest\n update_cache: yes\n\n- name: Install yarn\n npm:\n name: yarn\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 656,
"all_permissive": true
} |
ansible_role | sei-protocol/sei-chain | cbf46ec8ffcc829aeeefd30371ab0ee7fc2ab129 | 2,796 | oracle/roles/terraform | 250 | [
"permissive"
] | [
{
"path": "oracle/roles/terraform/tasks/main.yaml",
"content": "---\n# Use the Terraform module to invoke terraform and parse its\n# output to create a dynamic inventory\n# Note that the module will first run terraform plan and only run\n# terraform apply if this indicates a change, otherwise it will fall\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1513,
"all_permissive": true
} |
ansible_role | wahidlab/krowemarf | 8ef26fe41be91204e829e9932ac91a9e296b500b | 4 | ansible/roles/mariadb | 250 | [
"no_license"
] | [
{
"path": "ansible/roles/mariadb/tasks/main.yml",
"content": "- name: Ensure mariadb server is install\n package:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - mariadb-server\n become: yes\n tags: mariadb\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | wahidlab/krowemarf | 8ef26fe41be91204e829e9932ac91a9e296b500b | 4 | ansible/roles/nginx | 250 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tasks/main.yml",
"content": "- name: Ensure Nginx is install\n package:\n name: nginx\n state: present\n become: yes\n\n- name: Configure Nginx\n template:\n src: nginx.conf.j2\n dest: /etc/nginx/sites-available/default\n become: yes\n\n- name: Start Nginx\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1192,
"all_permissive": false
} |
ansible_role | wahidlab/krowemarf | 8ef26fe41be91204e829e9932ac91a9e296b500b | 4 | ansible/roles/php | 250 | [
"no_license"
] | [
{
"path": "ansible/roles/php/tasks/main.yml",
"content": "- name: sudo apt-get update\n shell: apt update\n become: yes\n tags: php\n\n- name: Ensure PHP requirement is install\n package:\n name: \"{{ packages }}\"\n state: present\n vars:\n packages:\n - lsb-release\n - apt-transpor... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1132,
"all_permissive": false
} |
ansible_role | DenTeknoDromen/ansible_course | 6c522cc2aa29c5444cf7fabf8d24c431b073fe6d | 0 | roles/node_exporter | 250 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/copy_files.yaml",
"content": "---\n- name: Create folder /etc/sysconfig/node_exporter\n ansible.builtin.file:\n path: \"/etc/sysconfig/node_exporter\"\n state: \"directory\"\n \n- name: Create folder /var/lib/node_exporter/textfile_collector\n ansible.builtin.fi... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1312,
"all_permissive": false
} |
ansible_role | heyoon2j/devops_proj | 4fec5eafe1dfbeccae3d2fe1194a3ebe5e621965 | 1 | ansible_proj/roles/helloworld | 250 | [
"no_license"
] | [
{
"path": "ansible_proj/roles/helloworld/tasks/main.yml",
"content": "---\n# tasks file for helloworld\n- name: Copying the application file\n copy:\n src: helloworld.js\n dest: /home/ec2-user/\n owner: ec2-user\n group: ec2-user\n mode: 0644\n # notify: restart helloworld\n\n- name: Mak... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 557,
"all_permissive": false
} |
ansible_role | heyoon2j/devops_proj | 4fec5eafe1dfbeccae3d2fe1194a3ebe5e621965 | 1 | ansible_proj/roles/nodejs | 250 | [
"no_license"
] | [
{
"path": "ansible_proj/roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for nodejs\n- name: Download nvm\n get_url:\n url: https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh\n dest: /home/ec2-user/\n\n- name: Execute install.sh\n shell:\n cmd: . /home/ec2-user/install.sh\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 368,
"all_permissive": false
} |
ansible_role | rjayroach/packer | b92b4a58cccceaf40c5806556a393ac981b18b6d | 0 | roles/project | 250 | [
"no_license"
] | [
{
"path": "roles/project/files/json.rb",
"content": "#!/usr/bin/env ruby\nrequire 'json'\n\npath, owner, name, version = ARGV\n# path = \"#{Dir.pwd}\"\n# owner = 'prepd'\n# name = 'stretch64-developer'\n# version = '0.0.1'\n\njson = {\n name: \"#{owner}/#{name}\",\n versions: [\n {\n version: vers... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2411,
"all_permissive": false
} |
ansible_role | rjayroach/packer | b92b4a58cccceaf40c5806556a393ac981b18b6d | 0 | roles/provision | 250 | [
"no_license"
] | [
{
"path": "roles/provision/tasks/main.yml",
"content": "---\n- name: Install NFS packages for sharing between Vagrant vm and host\n apt:\n name: '{{ item }}'\n with_items: [nfs-common, rpcbind]\n become: yes\n\n- name: Set default locale\n template:\n src: locale.j2\n dest: /etc/default/locale\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | rjayroach/packer | b92b4a58cccceaf40c5806556a393ac981b18b6d | 0 | roles/setup | 250 | [
"no_license"
] | [
{
"path": "roles/setup/templates/packer.yml.j2",
"content": "#jinja2: lstrip_blocks: True\n{% set dbl = '{{' %}\n#!/usr/bin/env ansible-playbook\n---\n- name: Configure the base box\n hosts: base\n tasks:\n - include_role:\n name: roles/provision\n # - include_role:\n # name: prepd/run... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3189,
"all_permissive": false
} |
ansible_role | grigandal625/AT_KRL_EDITOR_WEB | baede7b03fae6b5366ca629134ef694b918df123 | 0 | deploy/roles/prepare | 250 | [
"no_license"
] | [
{
"path": "deploy/roles/prepare/tasks/main.yml",
"content": "- name: Generate files\n include_tasks: 01.create.files.yml\n- name: Generate compose\n include_tasks: 02.render.compose.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
},
{
"path": "deploy/role... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1805,
"all_permissive": false
} |
ansible_role | zhangyuqing1994/ansible_rabbitmq | 52d545a5c51dc4f3790fb1c77180f2dd4559c342 | 0 | roles/common | 250 | [
"no_license"
] | [
{
"path": "roles/common/files/delte_user.sh",
"content": "#!/bin/bash\nuser_name=`rabbitmqctl list_users|grep -v \"guest\"|sed -n '2,$p' |awk '{print $1}'`\nfor i in `echo \"$user_name\"`;\ndo\n rabbitmqctl delete_user $i\ndone\n\n",
"license_type": "no_license",
"detected_licenses": [],
"s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3410,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/fish | 242 | [
"no_license"
] | [
{
"path": "roles/fish/files/functions/multi_user_brew.fish",
"content": "function multi_user_brew\n pushd /\n sudo -Hu notthebee brew $argv\n popd\n return\nend\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/fish/files/functions/fish_p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 3708,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/karabiner | 242 | [
"no_license"
] | [
{
"path": "roles/karabiner/files/assets/complex_modifications/CmdShiftToCmdE.json",
"content": "{\n \"title\": \"Languages\",\n \"rules\": [\n {\n \"description\": \"Shift + Command to Command + e\",\n \"manipulators\": [\n {\n \"type\": \"basic\",\n \"from\": {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1840,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/kitty | 242 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "---\n- name: Make sure that the kitty config folder is created\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.config/kitty\"\n state: directory\n owner: \"{{ username }}\"\n mode: \"0755\"\n\n- name: Link the kity configuration file... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 396,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/neofetch | 242 | [
"no_license"
] | [
{
"path": "roles/neofetch/tasks/main.yml",
"content": "---\n- name: Make sure that the neofetch config folder is created\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.config/neofetch\"\n state: directory\n owner: \"{{ username }}\"\n mode: \"0755\"\n\n- name: Deploy the neofetch con... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 413,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/nvim | 242 | [
"no_license"
] | [
{
"path": "roles/nvim/files/after/plugin/nord.rc.lua",
"content": "vim.cmd[[\nset termguicolors\ncolorscheme nord\n]]\n-- Example config in lua\nvim.api.nvim_command(\"hi BufferCurrent guibg=#434c5e guifg=#eceff4 gui=bold\")\nvim.api.nvim_command(\"hi BufferCurrentMod guibg=#434c5e guifg=#ebcb8b gu... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 15,
"total_bytes": 13345,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/system | 242 | [
"no_license"
] | [
{
"path": "roles/system/defaults/main.yml",
"content": "---\nsystem:\n packages:\n mas:\n brew:\n cask:\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- name: Check if homebrew is inst... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 751,
"all_permissive": false
} |
ansible_role | notthebee/dotfiles | f1f93caa84c5e95e3f8b86d41e4915bf42e09c50 | 186 | roles/tmux | 242 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "---\n- name: Make sure that the tmux plugin folder is created\n ansible.builtin.file:\n path: \"{{ ansible_env.HOME }}/.tmux/plugins/tpm\"\n state: directory\n recurse: yes\n owner: \"{{ ansible_env.USER }}\"\n\n- name: Clone the tpm repository... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 773,
"all_permissive": false
} |
ansible_role | 0xtr1gger/cloud_resume_challenge | 8c16971eb68ce65f99a15a72d2c50687f6dde3b2 | 2 | roles/api_setup | 242 | [
"no_license"
] | [
{
"path": "roles/api_setup/tasks/nginx/configure_nginx.yml",
"content": "- name: Generate Nginx configuration file\n ansible.builtin.template:\n src: nginx.conf.j2\n dest: \"/etc/nginx/nginx.conf\"\n owner: \"{{ ansible_user_name }}\"\n group: \"{{ ansible_user_name }}\"\n mode: '0755'\n\n- ... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 11164,
"all_permissive": false
} |
ansible_role | 0xtr1gger/cloud_resume_challenge | 8c16971eb68ce65f99a15a72d2c50687f6dde3b2 | 2 | roles/install_docker | 242 | [
"no_license"
] | [
{
"path": "roles/install_docker/README.md",
"content": "Docker Installation\n=========\n\nThis role installs Docker on Ubuntu/Debian or Arch/Manjaro Linux, then starts and enables the Docker service.\n\nDependencies\n------------\n\n- [`community.general.pacman`](https://docs.ansible.com/ansible/latest/coll... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 7586,
"all_permissive": false
} |
ansible_role | prakashneeraj/juniper_isis_remediation | a8ce45099955d99ca32279fcf63559560b8ae81c | 0 | roles/junos_isis | 242 | [
"no_license"
] | [
{
"path": "roles/junos_isis/tasks/main.yml",
"content": "---\n\n- name: isis library test\n junos_isis_test:\n host: \"{{ inventory_hostname }}\"\n provider: \"{{ provider }}\"\n commands: show isis interface\n register: result\n- debug:\n var: result\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 196,
"all_permissive": false
} |
ansible_role | rajatchopra/ose-contiv | 0ff48115e6ad617b8937922bdb91eac89186b8f7 | 3 | contrib/ansible/roles/contiv | 242 | [
"no_license"
] | [
{
"path": "contrib/ansible/roles/contiv/tasks/ovs.yml",
"content": "- include: packageManagerInstall.yml\n when: source_type == \"packageManager\"\n tags:\n - binary-update\n\n- name: OVS | Configure selinux for ovs\n shell: semanage permissive -a openvswitch_t\n\n- name: OVS | Enable ovs\n service: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 2798,
"all_permissive": false
} |
ansible_role | rajatchopra/ose-contiv | 0ff48115e6ad617b8937922bdb91eac89186b8f7 | 3 | contrib/ansible/roles/etcd | 242 | [
"no_license"
] | [
{
"path": "contrib/ansible/roles/etcd/tasks/coreos.yml",
"content": "---\n- name: CoreOS | Create etcd dropin directory\n file: path=/etc/systemd/system/etcd2.service.d state=directory mode=0755\n\n- name: CoreOS | Write etcd dropin file\n copy: src=10-conf-file.conf dest=\"/etc/systemd/system/etcd2.servi... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2242,
"all_permissive": false
} |
ansible_role | rajatchopra/ose-contiv | 0ff48115e6ad617b8937922bdb91eac89186b8f7 | 3 | contrib/ansible/roles/kubernetes | 242 | [
"no_license"
] | [
{
"path": "contrib/ansible/roles/kubernetes/tasks/main.yml",
"content": "---\n- include: fedora.yml\n when: ansible_distribution == \"Fedora\"\n\n- name: Update {{ kube_script_dir }} if this is atomic\n set_fact:\n kube_script_dir: \"/usr/local/libexec/kubernetes\"\n when: is_atomic and kube_script_di... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1692,
"all_permissive": false
} |
ansible_role | rajatchopra/ose-contiv | 0ff48115e6ad617b8937922bdb91eac89186b8f7 | 3 | contrib/ansible/roles/kubernetes-addons | 242 | [
"no_license"
] | [
{
"path": "contrib/ansible/roles/kubernetes-addons/tasks/dns.yml",
"content": "---\n- name: DNS | Assures {{ kube_addons_dir }}/dns dir exists\n file: path={{ kube_addons_dir }}/dns state=directory\n\n- name: DNS | Assures local dns addon dir exists\n local_action: file\n path={{ local_temp_addon_dir }... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5477,
"all_permissive": false
} |
ansible_role | barphani/ansible | 605d3dfb2cf786df915a708ec6acd74f120a1325 | 0 | roles/coco | 242 | [
"no_license"
] | [
{
"path": "roles/coco/defaults/main.yml",
"content": "item_variable:\n - name: fd\n uid: '4001'\n group: arvind\n comment: 'this file usese for roles and loop_item roles'\n \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "roles/coc... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 560,
"all_permissive": false
} |
ansible_role | ad-z-mk/ansible | bf8bb99244ea062b840e36748783c750cfd4b113 | 0 | roles/copy-index-file | 242 | [
"no_license"
] | [
{
"path": "roles/copy-index-file/tasks/main.yml",
"content": "- name: copy content of index page\n copy: src=info.php dest={{ destin_folder }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 81
},
{
"path": "roles/copy-index-file/defaults/main.yml",
"content... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 113,
"all_permissive": false
} |
ansible_role | ad-z-mk/ansible | bf8bb99244ea062b840e36748783c750cfd4b113 | 0 | roles/pre-configure | 242 | [
"no_license"
] | [
{
"path": "roles/pre-configure/tasks/main.yml",
"content": "- name: Install required\n apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - software-properties-common\n - python3-pip\n - virtualenv\n - python3-setuptools\n\n state: latest\n update... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 249,
"all_permissive": false
} |
ansible_role | ad-z-mk/ansible | bf8bb99244ea062b840e36748783c750cfd4b113 | 0 | roles/start-apache | 242 | [
"no_license"
] | [
{
"path": "roles/start-apache/tasks/main.yml",
"content": "- name: deploy nginx docker container\n docker_container:\n image: php:apache\n name: nginx\n state: started\n auto_remove: true\n ports:\n - \"8080:80\"\n volumes:\n - /home/adilet/:/var/www/html\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 215,
"all_permissive": false
} |
ansible_role | chibiegg/mesos-marathon-c89 | 79141bd8f0f2299d75b9f7324dcc47f621aa3153 | 2 | roles/common | 242 | [
"no_license"
] | [
{
"path": "roles/common/templates/hosts.j2",
"content": "127.0.0.1 localhost\n\n192.168.200.11 master-01\n192.168.200.12 master-02\n192.168.200.13 master-03\n\n192.168.200.21 slave-01\n192.168.200.22 slave-02\n\n# The following lines are desirable for IPv6 capable hosts\n::1 localhost ip6-localhost ip6-... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 704,
"all_permissive": false
} |
ansible_role | chibiegg/mesos-marathon-c89 | 79141bd8f0f2299d75b9f7324dcc47f621aa3153 | 2 | roles/docker | 242 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: check docker\n shell: \"which docker && echo 'Found' || echo ''\"\n tags: docker\n register: docker_installed\n\n- name: install docker\n shell: curl -sSL https://get.docker.com/ | sudo sh\n tags: docker\n when: (not docker_installed.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | shashibuyakar/ansible-readlogs | 497a82b39de46df066b3867cbecec7d47c0c5e0c | 0 | roles/readlog | 242 | [
"no_license"
] | [
{
"path": "roles/readlog/vars/main.yml",
"content": "---\n# vars file for readlog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/readlog/tasks/main.yml",
"content": "---\n# tasks file for readlog\n - name: Replace empty microseconds l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1174,
"all_permissive": false
} |
ansible_role | shivanandhan/roboshop-ansible | 80e57526c0660c7dc0720255a98469e55a2aae31 | 0 | roles/mysql | 242 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "- name: Set Prompt\n ansible.builtin.shell: set-prompt {{ app_name }}-{{ env }}\n\n- name: Install mysql\n ansible.builtin.dnf:\n name: mysql-server\n state: installed\n\n- name: Start mysql service\n ansible.builtin.systemd_service:\n name: mysq... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 400,
"all_permissive": false
} |
ansible_role | shivanandhan/roboshop-ansible | 80e57526c0660c7dc0720255a98469e55a2aae31 | 0 | roles/redis | 242 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "- name: Disable redis default\n ansible.builtin.shell: dnf module disable redis -y\n\n- name: Enable redis 7\n ansible.builtin.shell: dnf module enable redis:7 -y\n\n- name: Install Redis 7\n ansible.builtin.dnf:\n name: redis\n state: installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 688,
"all_permissive": false
} |
ansible_role | shivanandhan/roboshop-ansible | 80e57526c0660c7dc0720255a98469e55a2aae31 | 0 | roles/shipping | 242 | [
"no_license"
] | [
{
"path": "roles/shipping/tasks/main.yml",
"content": "- name: Set Prompt\n ansible.builtin.shell: set-prompt {{ app_name }}-{{ env }}\n\n- name: Load Maven\n ansible.builtin.include_role:\n name: common\n tasks_from: maven\n\n- name: mysql\n ansible.builtin.dnf:\n name: mysql\n state: instal... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 555,
"all_permissive": false
} |
ansible_role | shivanandhan/roboshop-ansible | 80e57526c0660c7dc0720255a98469e55a2aae31 | 0 | roles/user | 242 | [
"no_license"
] | [
{
"path": "roles/user/tasks/main.yml",
"content": "- name: load nodejs\n ansible.builtin.include_role:\n name: common\n tasks_main: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | CSCfi/Kielipankki-fcs-endpoint-ansible | 6c93793c5507cc716c61c213cc52116faab7a981 | 0 | roles/fcs-setup | 242 | [
"no_license"
] | [
{
"path": "roles/fcs-setup/defaults/main.yml",
"content": "home_directory: /home/ubuntu\nfcs_directory: \"{{ home_directory }}/Kielipankki-fcs-korp-endpoint\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 97
},
{
"path": "roles/fcs-setup/tasks/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1037,
"all_permissive": false
} |
ansible_role | CSCfi/Kielipankki-fcs-endpoint-ansible | 6c93793c5507cc716c61c213cc52116faab7a981 | 0 | roles/firewall | 242 | [
"no_license"
] | [
{
"path": "roles/firewall/tasks/main.yml",
"content": "- name: Enable UFW firewall\n community.general.ufw:\n state: enabled\n policy: allow\n become: true\n\n- name: Allow SSH only from CSC IP addresses\n become: true\n community.general.ufw:\n rule: allow\n name: OpenSSH\n src: \"{{ ite... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 821,
"all_permissive": false
} |
ansible_role | djibon/djibon-playbooks | 03c697e99c8bcdd06f25daa388e0a2f2de0bdc5e | 0 | roles/apache | 242 | [
"no_license"
] | [
{
"path": "roles/apache/tasks/main.yml",
"content": "- name: General | Install PHP\n action: apt pkg=apache2 state=installed\n tags: apache\n \n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 90
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 90,
"all_permissive": false
} |
ansible_role | djibon/djibon-playbooks | 03c697e99c8bcdd06f25daa388e0a2f2de0bdc5e | 0 | roles/apt | 242 | [
"no_license"
] | [
{
"path": "roles/apt/tasks/main.yml",
"content": "- name: Aptitude | Update the apt cache\n apt: update_cache=yes\n\n- name: Aptitude | Upgrade the installed packages\n apt: upgrade=yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 133,
"all_permissive": false
} |
ansible_role | djibon/djibon-playbooks | 03c697e99c8bcdd06f25daa388e0a2f2de0bdc5e | 0 | roles/build | 242 | [
"no_license"
] | [
{
"path": "roles/build/tasks/main.yml",
"content": "# file: roles/build/tasks/main.yml\n\n- name: Build | Make sure essential build/dev tools and compilers are installed/up-to-date\n apt: pkg={{ item }}\n with_items:\n - acl\n - apticron\n - automake\n - autoconf\n - binutils-doc\n - bui... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 315,
"all_permissive": false
} |
ansible_role | djibon/djibon-playbooks | 03c697e99c8bcdd06f25daa388e0a2f2de0bdc5e | 0 | roles/common | 242 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: General | Install required packages.\n action: apt pkg={{ item }} state=installed\n tags: common\n with_items:\n - sendmail\n - unzip\n \n- name: General | Message of the day explaining server is under Ansible control.\n action: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 417,
"all_permissive": false
} |
ansible_role | djibon/djibon-playbooks | 03c697e99c8bcdd06f25daa388e0a2f2de0bdc5e | 0 | roles/php5 | 242 | [
"no_license"
] | [
{
"path": "roles/php5/defaults/main.yml",
"content": "---\nphp_max_execution_time: '90'\nphp_display_errors: 'On'\nphp_display_startup_errors: 'On'\nphp_html_errors: 'On'\nphp_post_max_size: '32M'\nphp_upload_max_filesize: '32M'\nphp_date_timezone: 'US/Central'\n\n# apc.ini\napc_rfc1867: '1'\napc_shm_size: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 774,
"all_permissive": false
} |
ansible_role | RRrg1992/playbooks | 22c450612f4ec98e266c6a555ededa1593d4c4bd | 0 | roles/app-api | 245 | [
"no_license"
] | [
{
"path": "roles/app-api/vars/main.yml",
"content": "API_DIR: /home/{{APPUSER}}/api\nAPI_WAR_URL: https://s3-us-west-2.amazonaws.com/studentapi-cit/studentapi.war \n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "roles/app-api/tasks/main.yml",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | RRrg1992/playbooks | 22c450612f4ec98e266c6a555ededa1593d4c4bd | 0 | roles/appenv | 245 | [
"no_license"
] | [
{
"path": "roles/appenv/tasks/main.yml",
"content": "- name: Install Java \n package:\n name: java\n state: present\n\n- name: Create App User\n user:\n name: \"{{APPUSER}}\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 123
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 123,
"all_permissive": false
} |
ansible_role | RRrg1992/playbooks | 22c450612f4ec98e266c6a555ededa1593d4c4bd | 0 | roles/appui | 245 | [
"no_license"
] | [
{
"path": "roles/appui/meta/main.yml",
"content": "dependencies:\n - { role: appenv }",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/appui/vars/main.yml",
"content": "TOMCAT_VERSION: 8.5.37\nTOMCAT_URL: https://archive.apache.org/dist/t... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1822,
"all_permissive": false
} |
ansible_role | RRrg1992/playbooks | 22c450612f4ec98e266c6a555ededa1593d4c4bd | 0 | roles/webserver | 245 | [
"no_license"
] | [
{
"path": "roles/webserver/tasks/main.yml",
"content": "- name: Install Web Server \n package:\n name: httpd\n state: present\n notify: Restart HTTPD\n\n- name: Copy studentapp condifuration\n copy:\n src: studentapp.conf\n dest: /etc/httpd/conf.d/studentapp.conf\n notify: Restart HTTPD\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 415,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA15 | 8d0bdc85fdfe4c68b01097043596b7a3a23af7d3 | 0 | roles/Cinder_CentOS | 245 | [
"no_license"
] | [
{
"path": "roles/Cinder_CentOS/tasks/main.yml",
"content": " - name: install cinder (CentOS)\n yum:\n name: openstack-cinder\n state: present\n\n - name: remove other connection in database\n lineinfile:\n path: /etc/cinder/cinder.conf\n regexp: '^connection = '\n state: abs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3717,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA15 | 8d0bdc85fdfe4c68b01097043596b7a3a23af7d3 | 0 | roles/Cinder_Ubuntu | 245 | [
"no_license"
] | [
{
"path": "roles/Cinder_Ubuntu/tasks/main.yml",
"content": " - name: install cinder (Ubuntu)\n apt:\n name:\n - cinder-api\n - cinder-scheduler\n state: present\n\n - name: remove other connection in database\n lineinfile:\n path: /etc/cinder/cinder.conf\n regexp: '... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3686,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA15 | 8d0bdc85fdfe4c68b01097043596b7a3a23af7d3 | 0 | roles/Horizon_CentOS | 245 | [
"no_license"
] | [
{
"path": "roles/Horizon_CentOS/tasks/main.yml",
"content": " - name: install horizon (CentOS)\n yum:\n name: openstack-dashboard\n state: present\n\n - name: add OPENSTACK_HOST\n lineinfile:\n path: /etc/openstack-dashboard/local_settings\n line: 'OPENSTACK_HOST = \"controller\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2716,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA15 | 8d0bdc85fdfe4c68b01097043596b7a3a23af7d3 | 0 | roles/Horizon_Ubuntu | 245 | [
"no_license"
] | [
{
"path": "roles/Horizon_Ubuntu/tasks/main.yml",
"content": " - name: install horizon (Ubuntu)\n apt:\n name: openstack-dashboard\n state: present\n\n - name: add OPENSTACK_HOST\n lineinfile:\n path: /etc/openstack-dashboard/local_settings.py\n line: 'OPENSTACK_HOST = \"controlle... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2668,
"all_permissive": false
} |
ansible_role | chryslerpalomar/CPE232_PALOMAR_HOA15 | 8d0bdc85fdfe4c68b01097043596b7a3a23af7d3 | 0 | roles/Neutron_Ubuntu | 245 | [
"no_license"
] | [
{
"path": "roles/Neutron_Ubuntu/tasks/main.yml",
"content": " - name: install neutron (Ubuntu)\n apt:\n name:\n - neutron-server\n - neutron-plugin-ml2\n - neutron-linuxbridge-agent\n - neutron-dhcp-agent\n - neutron-metadata-agent\n state: present\n\n - nam... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 9133,
"all_permissive": false
} |
ansible_role | gititscott/OPENSTACK_PI | f54c3565339cff07a3894eace6527ef43b9a6a24 | 0 | roles/pre_reqs | 245 | [
"no_license"
] | [
{
"path": "roles/pre_reqs/handlers/main.yml",
"content": "---\n# handlers file for OPENSTACK_PI\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 37
},
{
"path": "roles/pre_reqs/tasks/disable_firewalld.yml",
"content": "---\n- name: Disable service firewalld\n ... | {
"task_files": 7,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 1320,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/dotfiles | 245 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/main.yml",
"content": "---\n\n- name: Set up dotfiles\n command: \"chezmoi init --apply {{ dotfiles_repo }}\"\n when: dotfiles_repo is defined and dotfiles_repo | length > 0\n register: chezmoi_init\n changed_when: chezmoi_init.stdout | length > 0\n",
"license_type": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 221,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/gpg | 245 | [
"no_license"
] | [
{
"path": "roles/gpg/tasks/main.yml",
"content": "---\n\n- name: Create .gnupg\n file:\n mode: \"0700\"\n path: \"{{ user.home }}/.gnupg\"\n state: directory\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 108
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 108,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/iterm | 245 | [
"no_license"
] | [
{
"path": "roles/iterm/tasks/main.yml",
"content": "---\n\n- name: Create .iterm config folder\n file:\n path: \"{{ user.home }}/.iterm\"\n state: directory\n mode: '0755'\n\n- name: Configure iTerm2 to use custom preferences folder\n command: defaults write com.googlecode.iterm2 PrefsCustomFolde... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 272,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/neovim | 245 | [
"no_license"
] | [
{
"path": "roles/neovim/defaults/main.yml",
"content": "---\n\nnvchad_dir: \"{{ user.home }}/.config/nvim\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/neovim/templates/chadrc.lua.j2",
"content": "---@type ChadrcConfig\n local M = {... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 650,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/node | 245 | [
"no_license"
] | [
{
"path": "roles/node/tasks/main.yml",
"content": "---\n\n- name: Install latest node version\n shell: \"{{ mise }} use --global --pin node\"\n register: mise_result\n changed_when: \"mise_result.stderr is search('✓ installed')\"\n",
"license_type": "no_license",
"detected_licenses": [],
"siz... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 173,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/ruby | 245 | [
"no_license"
] | [
{
"path": "roles/ruby/tasks/main.yml",
"content": "---\n\n- name: \"Install rust for YJIT support\"\n shell: \"{{ mise }} use --global --pin rust\"\n register: mise_result_rust\n changed_when: \"mise_result_rust.stderr is search('✓ installed')\"\n\n- name: \"Install latest ruby\"\n shell: \"{{ mise }} u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 360,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/terraform | 245 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/main.yml",
"content": "---\n\n- name: Install latest terraform version\n shell: \"{{ mise }} use --global --pin terraform\"\n register: mise_result\n changed_when: \"mise_result.stderr is search('✓ installed')\"\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 183,
"all_permissive": false
} |
ansible_role | andrcuns/macos-setup | f8beb4e9f3c13d6ad98d057baac4d2f551627aec | 7 | roles/zshell | 245 | [
"no_license"
] | [
{
"path": "roles/zshell/files/starship.toml",
"content": "# Get editor completions based on the config schema\n\"$schema\" = 'https://starship.rs/config-schema.json'\n\nscan_timeout = 100\ncommand_timeout = 800\n\nformat = \"\"\"\n$directory$git_branch$git_status$git_state$git_metrics$cmd_duration\\\n$fill\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 7841,
"all_permissive": false
} |
ansible_role | scorputty/home-server | 994b87835d222fca4ec72a295adc604c972445a5 | 0 | provisioning/roles/common | 245 | [
"no_license"
] | [
{
"path": "provisioning/roles/common/tasks/main.yml",
"content": "---\n # file: roles/common/tasks/main.yml\n\n - name: be sure ntp is installed\n yum: name=ntp state=installed\n tags: ntp\n\n - name: be sure ntp is configured\n template: src=ntp.conf.j2 dest=/etc/ntp.conf\n notify:\n - ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 671,
"all_permissive": false
} |
ansible_role | scorputty/home-server | 994b87835d222fca4ec72a295adc604c972445a5 | 0 | provisioning/roles/home-server | 245 | [
"no_license"
] | [
{
"path": "provisioning/roles/home-server/tasks/setup-docker-pkgs.yml",
"content": "---\n # file: roles/home-server/tasks/setup-docker-pkgs.yml\n - name: add docker repository\n template: src=templates/docker.repo.j2 dest=/etc/yum.repos.d/docker.repo\n\n - name: install docker yum packages\n yum: n... | {
"task_files": 9,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 15,
"total_bytes": 18629,
"all_permissive": false
} |
ansible_role | Chethu28/Ansible | 0aa1213d29de8033a7b891b9a5fa7d9d6c4c6ba4 | 0 | roles-dir/roles/post-install | 245 | [
"no_license"
] | [
{
"path": "roles-dir/roles/post-install/handlers/main.yml",
"content": "---\n# handlers file for post-install\n\n- name: restart NTP server in centos\n service:\n name: chronyd\n state: restarted\n when: ansible_distribution == \"CentOS\"\n\n- name: restart NTP server in ubuntu\n service:\n name... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1712,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/jenkins-credentials-creation | 245 | [
"no_license"
] | [
{
"path": "networking/roles/jenkins-credentials-creation/tasks/main.yml",
"content": "---\r\n- name: Jenkins Cred creation - User and Pwd\r\n jenkins_script:\r\n script: | \r\n import jenkins.model.Jenkins\r\n import com.cloudbees.plugins.credentials.domains.Domain\r\n import com.cloudbe... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1042,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/jenkins-env-variable | 245 | [
"no_license"
] | [
{
"path": "networking/roles/jenkins-env-variable/defaults/main.yml",
"content": "---\r\njenkins_user: \"admin\"\r\njenkins_pwd: \"\"\r\nenv_var_name: \"\"\r\nenv_var_value: \"\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "networking/roles/jenki... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1175,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/jenkins-job-creation | 245 | [
"no_license"
] | [
{
"path": "networking/roles/jenkins-job-creation/tasks/main.yml",
"content": "---\r\n- name: Job creation for GitHub SCM\r\n jenkins_script:\r\n script: |\r\n import hudson.plugins.git.*;\r\n import hudson.triggers.Trigger;\r\n import com.cloudbees.jenkins.GitHubPushTrigger;\r\n def ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1186,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/jenkins-secret-text | 245 | [
"no_license"
] | [
{
"path": "networking/roles/jenkins-secret-text/tasks/main.yml",
"content": "---\r\n- name: Secret creation\r\n jenkins_script:\r\n script: | \r\n import jenkins.model.Jenkins\r\n import com.cloudbees.plugins.credentials.domains.Domain\r\n import org.jenkinsci.plugins.plaincredentials.im... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/jenkins-setup | 245 | [
"no_license"
] | [
{
"path": "networking/roles/jenkins-setup/defaults/main.yml",
"content": "---\r\nsub_domain: \"\"\r\nemail: \"\"\r\nadmin_user_name: jenkins\r\nadmin_user_pass: <PASSWORD>\r\nenv_var_name: GH_TOKEN\r\ngh_token: \"\"\r\ngit_repo_helm_chart: \"https://github.com/cyse7125-fall2022-group04/helm-chart.git\"\r\nj... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 10962,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/networking-setup | 245 | [
"no_license"
] | [
{
"path": "networking/roles/networking-setup/tasks/main.yml",
"content": "---\r\n- name: Create VPC for Jenkins\r\n ec2_vpc_net:\r\n state: present\r\n region: \"{{ aws_region }}\"\r\n name: \"{{ vpc_name }}\"\r\n cidr_block: \"{{ vpc_cidr }}\"\r\n dns_hostnames: yes\r\n dns_support: yes\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 6950,
"all_permissive": false
} |
ansible_role | mohitmalani/CSYE7125_JenkinsInfrastructure | c01ea27d091dfc315bf7e1ef35acefa23ef23f79 | 0 | networking/roles/networking-teardown | 245 | [
"no_license"
] | [
{
"path": "networking/roles/networking-teardown/defaults/main.yml",
"content": "---\r\naws_region: us-east-1\r\naws_profile: root\r\nvpc_name: \"jenkins-{{ aws_region }}-vpc\"\r\nvpc_cidr: 192.168.3.11/16\r\nvpc_subnets:\r\n private-1:\r\n cidr: 172.16.31.10/24\r\n az: \"{{ aws_region }}b\"\r\n priv... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4333,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/base | 245 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n\n- name: Run this Playbook every two hours\n become: yes\n cron:\n name: \"Run Ansible playbook\" \n hour: \"*/2\" \n minute: \"0\"\n job: \"cd {{ playbook_dir }} && git pull && sudo -H -u {{ user }} ./ansible.sh\"\n user: \"root\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 284,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/dev | 245 | [
"no_license"
] | [
{
"path": "roles/dev/files/.vimrc",
"content": "set number\nsyntax enable\nset tabstop=4\nset softtabstop=4\nset expandtab\n\nautocmd FileType make set noexpandtab shiftwidth=8 softtabstop=0\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 137
},
{
"path": "roles/... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4752,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/git | 245 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "---\n\n- name: Create Git configs\n git_config: scope=global name={{ item.name }} value={{ item.value }}\n with_items:\n - { name: 'user.name', value: '{{ display_name }}' }\n - { name: 'user.email', value: '{{ email }}' }\n - { name: 'alias.st', ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 642,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/gnome | 245 | [
"no_license"
] | [
{
"path": "roles/gnome/tasks/main.yml",
"content": "---\n\n- name: Install psutil\n become: yes\n apt:\n name: python-psutil\n\n- include: facts.yml\n- include: create-profile.yml\n\n\n- name: Set keyboard shortcuts\n dconf: key=\"/org/gnome/terminal/legacy/keybindings/{{ item.name }}\" value=\"'{{ it... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 918,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/kubernetes | 245 | [
"no_license"
] | [
{
"path": "roles/kubernetes/tasks/kubefwd.yml",
"content": "---\n\n- name: Check that kubefwd exists\n stat:\n path: /usr/local/bin/kubefwd\n register: stat_result\n- name: Get latest release of kubefwd\n github_release:\n token: \"{{ github_repos_public_mrdon }}\"\n user: txn2\n repo: kubefw... | {
"task_files": 8,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4650,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/streaming | 245 | [
"no_license"
] | [
{
"path": "roles/streaming/tasks/main.yml",
"content": "---\n\n- name: Install obs prereqs\n become: yes\n apt:\n name: ['ffmpeg']\n state: present\n update_cache: yes\n \n- name: Add obs repo\n become: yes\n apt_repository:\n repo: ppa:obsproject/obs-studio\n state: present\n \n- name: U... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 405,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/tb | 245 | [
"no_license"
] | [
{
"path": "roles/tb/tasks/main.yml",
"content": "---\n- name: clone tb\n git:\n repo: https://bitbucket.org/mrdon/tb.git\n dest: \"{{ src_dir }}/tb\"\n\n- name: Install tb deps\n pip:\n requirements: \"{{ src_dir }}/tb/requirements-dev.txt\"\n virtualenv: \"{{ src_dir }}/tb/venv\"\n virtual... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 574,
"all_permissive": false
} |
ansible_role | mrdon/dev-machine | 33c99d5ae42ec6356717c13dd4fb09aca44aece6 | 0 | roles/tic80 | 245 | [
"no_license"
] | [
{
"path": "roles/tic80/tasks/main.yml",
"content": "---\n\n- name: Check that tic80 exists\n stat:\n path: /usr/local/bin/tic80\n register: stat_result\n- name: Get latest release of tic80\n github_release:\n token: \"{{ github_repos_public_mrdon }}\"\n user: nesbox\n repo: TIC-80\n action... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 714,
"all_permissive": false
} |
ansible_role | InformaticsMatters/discourse-ansible | c91d7340a66d729765960f857aea694fa9b1ec88 | 0 | roles/discourse | 245 | [
"no_license"
] | [
{
"path": "roles/discourse/templates/pvc-discourse.yaml.j2",
"content": "---\nkind: PersistentVolumeClaim\napiVersion: v1\nmetadata:\n name: discourse\n namespace: {{ d_namespace }}\nspec:\n accessModes:\n - ReadWriteOnce\n storageClassName: '{{ d_vol_storageclass }}'\n resources:\n requests:\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 21,
"total_bytes": 23201,
"all_permissive": false
} |
ansible_role | stormic-nomad-nishant/Python-contraptions- | 2feb8e7faa45c919e6df6ab2d2224381f844066a | 0 | AWS_Maintainence/roles/maintainers | 245 | [
"no_license"
] | [
{
"path": "AWS_Maintainence/roles/maintainers/templates/index.html.j2",
"content": "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 748,
"all_permissive": false
} |
ansible_role | TAIniko/PythonProjects | f39fbd7d6f236c1b547e736dd9ed4ffe1a039e69 | 0 | ops/ansible_project/roles/common | 245 | [
"no_license"
] | [
{
"path": "ops/ansible_project/roles/common/tasks/main.yml",
"content": "---\n- include_tasks: install-packages.yml\n\n\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 47,
"all_permissive": false
} |
ansible_role | TAIniko/PythonProjects | f39fbd7d6f236c1b547e736dd9ed4ffe1a039e69 | 0 | ops/ansible_project/roles/webserver | 245 | [
"no_license"
] | [
{
"path": "ops/ansible_project/roles/webserver/tasks/main.yml",
"content": "---\n- include_tasks: install-app.yml\n...",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 40,
"all_permissive": false
} |
ansible_role | amcclassics/jenkins-tf-rds-demo | f2dfa20ab8f3ad6e8f75f98510ba9a8dd885f97e | 0 | roles/config-firewall | 252 | [
"no_license"
] | [
{
"path": "roles/config-firewall/tasks/main.yml",
"content": "---\n- name: Install Ansible community general collection\n shell: |\n ansible-galaxy collection install community.general\n become: true\n\n- name: Allow all access to port 8080 (Jenkins webcontainer Port)\n community.general.ufw:\n rul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 294,
"all_permissive": false
} |
ansible_role | amcclassics/jenkins-tf-rds-demo | f2dfa20ab8f3ad6e8f75f98510ba9a8dd885f97e | 0 | roles/install-jenkins | 252 | [
"no_license"
] | [
{
"path": "roles/install-jenkins/tasks/main.yml",
"content": "---\n- name: Get GPG key for Jenkins repo\n get_url: \n url: https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key\n dest: \"{{ role_path }}/files/jenkins.io.key\"\n\n- name: Add repo key for Jenkins \n apt_key:\n file: \"{{ role_pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1119,
"all_permissive": false
} |
ansible_role | amcclassics/jenkins-tf-rds-demo | f2dfa20ab8f3ad6e8f75f98510ba9a8dd885f97e | 0 | roles/install-jenkins-plugin-manager | 252 | [
"no_license"
] | [
{
"path": "roles/install-jenkins-plugin-manager/tasks/main.yml",
"content": "---\n- name: Clone the Jenkins CLI Plugin Manager Tool from git\n get_url:\n url: 'https://github.com/jenkinsci/plugin-installation-manager-tool/releases/download/2.12.11/jenkins-plugin-manager-2.12.11.jar'\n dest: ~jenkins/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 847,
"all_permissive": false
} |
ansible_role | amcclassics/jenkins-tf-rds-demo | f2dfa20ab8f3ad6e8f75f98510ba9a8dd885f97e | 0 | roles/install-terraform | 252 | [
"no_license"
] | [
{
"path": "roles/install-terraform/tasks/main.yml",
"content": "---\n- name: Get GPG key for Terraform repo\n get_url: \n url: https://apt.releases.hashicorp.com/gpg\n dest: \"{{ role_path }}/files/hashicorp.key\"\n\n- name: Add repo key for Hashicorp\n apt_key:\n file: \"{{ role_path }}/files/ha... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 772,
"all_permissive": false
} |
ansible_role | tagirium/devops | bc23715426611a891bbc1981e39c14929b53c52a | 0 | ansible/ansible/roles/app_python_install | 252 | [
"no_license"
] | [
{
"path": "ansible/ansible/roles/app_python_install/defaults/main.yml",
"content": "python_app_tag: latest\npython_app_outer_port: 5000\n\ndocker_restart_handler_state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "ansible/ansible/roles... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 912,
"all_permissive": false
} |
ansible_role | dusansimic/monitor-infra-vagrant | 5c64b25081fc9319f0dbc6cb2ca0aec6d3fd9369 | 0 | ansible/roles/accounts | 252 | [
"no_license"
] | [
{
"path": "ansible/roles/accounts/tasks/main.yml",
"content": "---\n\n- name: Setup user account\n ansible.builtin.user:\n name: \"{{ accounts_user }}\"\n groups:\n - docker\n append: true\n shell: /bin/bash\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": 153,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.