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 | hertzz/dotfiles | f993f19173be4be7dc72968f17b85e2836356fb4 | 1 | roles/rbenv | 7,471 | [
"no_license"
] | [
{
"path": "roles/rbenv/tasks/install.yml",
"content": "---\n\n- include_vars: ruby.yml\n tags:\n - rbenv\n\n- name: register rbenv binary state\n command: \"which rbenv\"\n register: rbenv_binary\n ignore_errors: true\n tags:\n - rbenv\n\n- name: fail if rbenv not installed\n fail:\n msg: \"r... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 657,
"all_permissive": false
} |
ansible_role | hertzz/dotfiles | f993f19173be4be7dc72968f17b85e2836356fb4 | 1 | roles/vim | 7,471 | [
"no_license"
] | [
{
"path": "roles/vim/tasks/themes.yml",
"content": "---\n\n- include_vars: config.yml\n tags:\n - vim\n\n- name: ensure vim color template is setup\n copy:\n src: \"colors/{{ item }}.vim\"\n dest: \"{{ vim.config.path }}/colors/{{ item }}.vim\"\n owner: \"{{ ansible_user_id }}\"\n group: \"... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1224,
"all_permissive": false
} |
ansible_role | hertzz/dotfiles | f993f19173be4be7dc72968f17b85e2836356fb4 | 1 | roles/zsh | 7,471 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/frameworks.yml",
"content": "---\n\n- include: oh-my-zsh.yml\n tags:\n - zsh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "roles/zsh/tasks/oh-my-zsh.yml",
"content": "---\n\n- include_vars: frameworks.yml\n t... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4305,
"all_permissive": false
} |
ansible_role | hnakamur/lxc-ansible-playbook-example | 0c27056c73be959b8c4cc0ba4cbe2891d50e3af7 | 0 | common/roles/show_ip | 7,471 | [
"no_license"
] | [
{
"path": "common/roles/show_ip/tasks/main.yml",
"content": "---\n- name: Show IP address\n debug: msg=ipv4_address={{ ansible_default_ipv4.address }}\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 89
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 89,
"all_permissive": false
} |
ansible_role | hnakamur/lxc-ansible-playbook-example | 0c27056c73be959b8c4cc0ba4cbe2891d50e3af7 | 0 | lxchost/roles/containers | 7,471 | [
"no_license"
] | [
{
"path": "lxchost/roles/containers/tasks/main.yml",
"content": "---\n- name: Create dnsmasq hosts config file\n template: src=dnsmasq-hosts.conf.j2 dest=/etc/lxc/dnsmasq-hosts.conf\n register: containers_ipaddr_dnsmasq_hots\n\n- name: Let dnsmasq reload hosts config\n command: killall -SIGHUP dnsmasq\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1388,
"all_permissive": false
} |
ansible_role | hnakamur/lxc-ansible-playbook-example | 0c27056c73be959b8c4cc0ba4cbe2891d50e3af7 | 0 | lxchost/roles/lxc_connection_plugin | 7,471 | [
"no_license"
] | [
{
"path": "lxchost/roles/lxc_connection_plugin/tasks/main.yml",
"content": "---\n- name: Add ppa repository for ansible-lxc connection plugin\n apt_repository: repo=ppa:hnakamur/ansible-lxc state=present\n register: lxc_connection_plugin_ansible_lxc_ppa_repo\n\n- name: Install ansible-lxc connection plugi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 337,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_bgp_hub | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_bgp_hub/tasks/bgp_ios.yaml",
"content": "- name : configure BGP\n ios_config :\n src : \"templates/bgp_template.j2\"\n register : pushed_config\n notify : save config\n\n- name : displaying pushed config\n debug : var=pushed_config.updates\n when : pushed_config.changed\n"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 708,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_dmvpn | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_dmvpn/tasks/main.yaml",
"content": "- name : Configure DMVPN on spoke\n include_tasks : dmvpn_spoke_ios.yaml\n when : dmvpn.type == 'spoke'\n\n- name : Configure DMVPN on hub\n include_tasks : dmvpn_hub_ios.yaml\n when : dmvpn.type == 'hub'\n",
"license_type": "no_license"... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1402,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_eigrp | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_eigrp/templates/eigrp_template.j2",
"content": "router eigrp {{eigrp.as_number}}\n {% for network in eigrp.networks %}\n network {{network}} 0.0.0.0\n {% endfor %}\n {%- for passive in eigrp.passive_interfaces -%}\n passive-interface {{ passive }}\n {% endfor %}\n\n{% for in... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 954,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_hsrp | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_hsrp/templates/hsrp_template.j2",
"content": "{%- for interface in hsrp.interfaces -%}\ninterface {{interface.interface}}\n standby {{interface.group}} ip {{interface.vip}}\n standby {{interface.group}} preempt\n standby {{interface.group}} priority {{hsrp_priority}}\n standby... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 676,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_interfaces | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_interfaces/templates/tunnel_interfaces_template.j2",
"content": "{%- for tunnel in tunnel_interfaces -%}\ninterface Tunnel{{tunnel.interface_id}}\n ip address {{tunnel.ip_address}} {{tunnel.subnet_mask}}\n no ip redirects\n ip mtu {{tunnel.mtu}}\n tunnel source {{tunnel.tunnel... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2452,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_nat | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_nat/tasks/main.yaml",
"content": "- name : Configure NAT\n include_tasks : nat_ios.yaml\n when : ansible_network_os == 'ios'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
},
{
"path": "roles/configure_nat/templates/nat_interface_... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 991,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_routing | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_routing/handlers/main.yaml",
"content": "- name : save config\n ios_command :\n commands:\n - write\n when : pushed_config.changed\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 96
},
{
"path": "roles/configure_routing/tasks/... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 549,
"all_permissive": false
} |
ansible_role | htulshan/ansible_learing_curve | ff9ea92a2cfd0fc14a690eba6c49b244216de44a | 2 | roles/configure_sla_and_track | 7,471 | [
"no_license"
] | [
{
"path": "roles/configure_sla_and_track/tasks/main.yaml",
"content": "- name : Configure SLA and Track on IOS\n include_tasks : sla_track_ios.yaml\n when : ansible_network_os == 'ios'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/conf... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 693,
"all_permissive": false
} |
ansible_role | datnguyendv/ansible-script | ce7eb4b092faff9361a098f74a71316f15392b15 | 0 | roles/common | 7,471 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: Update and upgrade apt packages\n apt:\n update_cache: yes\n upgrade: dist\n\n- name: Install common dependencies\n apt:\n name:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg\n - software-p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 279,
"all_permissive": false
} |
ansible_role | datnguyendv/ansible-script | ce7eb4b092faff9361a098f74a71316f15392b15 | 0 | roles/jenkins | 7,471 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n- name: Add Jenkins repository key\n apt_key:\n url: https://pkg.jenkins.io/debian-stable/jenkins.io.key\n state: present\n\n- name: Add Jenkins repository\n apt_repository:\n repo: deb http://pkg.jenkins.io/debian-stable binary/\n sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 433,
"all_permissive": false
} |
ansible_role | silviopinheiro/TP3 | 34d4f0f20067db7eff00081c1efb1835c550d24f | 0 | roles/mysql | 7,471 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n# tasks file for mysql\n- name: Create mysql database\n mysql_db: name={{ scrm_mysql_db }} state=present\n become: yes\n\n- name: Create mysql user\n mysql_user: \n name={{ scrm_mysql_user }}\n host=localhost\n password={{ scrm_mysql_passw... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 401,
"all_permissive": false
} |
ansible_role | silviopinheiro/TP3 | 34d4f0f20067db7eff00081c1efb1835c550d24f | 0 | roles/server | 7,471 | [
"no_license"
] | [
{
"path": "roles/server/tasks/main.yml",
"content": "---\n# tasks file for server\n- name: Update apt cache\n apt: update_cache=yes cache_valid_time=3600\n become: yes\n\n- name: Install required software\n apt: name={{ item }} state=present\n become: yes\n with_items:\n - apache2\n - apache2-uti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 552,
"all_permissive": false
} |
ansible_role | silviopinheiro/TP3 | 34d4f0f20067db7eff00081c1efb1835c550d24f | 0 | roles/suitecrm | 7,471 | [
"no_license"
] | [
{
"path": "roles/suitecrm/tasks/main.yml",
"content": "---\n# tasks file for suitecrm\n- name: Download SuiteCRM\n get_url: \n url=https://suitecrm.com/files/162/SuiteCRM-7.11/494/SuiteCRM-7.11.12.zip\n dest=/tmp/SuiteCRM-7.11.12.zip\n validate_certs=no\n\n\n- name: Extract SuiteCRM\n unarchive: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1144,
"all_permissive": false
} |
ansible_role | Asteilor/S.D. | ec89b23633bc2087538b940c1d6b635f4a417edf | 0 | 29.PostgreSQL/ansible/roles/install_barman | 7,471 | [
"no_license"
] | [
{
"path": "29.PostgreSQL/ansible/roles/install_barman/tasks/main.yml",
"content": "---\n# Установка необходимых пакетов для работы с postgres и пользователями\n - name: install base tools\n apt:\n name:\n - python3-pexpect\n - python3-psycopg2\n - bash-completion \n - wg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 4620,
"all_permissive": false
} |
ansible_role | Asteilor/S.D. | ec89b23633bc2087538b940c1d6b635f4a417edf | 0 | Project/roles/db | 7,471 | [
"no_license"
] | [
{
"path": "Project/roles/db/handlers/main.yml",
"content": "- name: Restart PostgreSQL\n become: yes\n service:\n name: \"postgresql@{{ pg_version }}-main\"\n state: restarted\n \n- name: Ошибка подключения к master\n debug:\n msg: \"Не удалось подключиться к master {{ pg_master_host }}:5432\" ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7939,
"all_permissive": false
} |
ansible_role | zsoterr/awx-multinode | 40627507951e3157380694752458f2db980054f1 | 0 | roles/awx_ha | 7,485 | [
"no_license"
] | [
{
"path": "roles/awx_ha/templates/certinstall.sh",
"content": "#!/bin/bash\nln -s \"/etc/openldap/certs/Internal_Root_CA_1.pem\" \"/etc/openldap/certs/$(openssl x509 -hash -noout -in /etc/openldap/certs/Internal_Root_CA_1.pem -inform pem).0\"\n",
"license_type": "no_license",
"detected_licenses": []... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4994,
"all_permissive": false
} |
ansible_role | zsoterr/awx-multinode | 40627507951e3157380694752458f2db980054f1 | 0 | roles/rabbitmq_cluster | 7,485 | [
"no_license"
] | [
{
"path": "roles/rabbitmq_cluster/tasks/enable_rmq.yml",
"content": "---\n- name: Install EPEL repo\n yum:\n name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm\n disablerepo: \"*\"\n disable_gpg_check: yes\n state: present\n when: ansible_distribution_major_version ==... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1323,
"all_permissive": false
} |
ansible_role | anupshar1/udacity-proj3 | 46a2c2ba4db38185d60618c6c88757bec7661176 | 0 | .circleci/ansible/roles/deploy | 7,485 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/deploy/tasks/main.yml",
"content": "---\n- name: \"install apt packages.\"\n become: yes\n apt:\n update_cache: yes\n\n- name: \"install dependencies.\"\n become: yes\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name: \"inst... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1346,
"all_permissive": false
} |
ansible_role | noguchi1126/ansible | 0a8e29c22084b80f2c0707c6be1cdc03f85bfc7c | 0 | roles/common | 7,485 | [
"no_license"
] | [
{
"path": "roles/common/tasks/zsh.yml",
"content": "---\n- name: Including ZSH Vars\n include_vars: zsh.yml\n\n- name: Installing ZSH Dependencies\n become: yes\n package:\n name: \"{{ zsh_dependencies }}\"\n state: present\n\n- name: Copying ZSH Sources\n become: yes\n copy:\n src: \"../files... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 2675,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/alacritty | 7,485 | [
"no_license"
] | [
{
"path": "roles/alacritty/tasks/main.yml",
"content": "- name: Alacritty | install alacritty\n package:\n name: alacritty\n state: present\n\n- name: Alacritty | link config folder\n file:\n src: \"{{playbook_dir}}/files/alacritty/\"\n dest: \"{{ansible_user_dir}}/.config/alacritty\"\n mod... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 306,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/docker-compose | 7,485 | [
"no_license"
] | [
{
"path": "roles/docker-compose/files/vaultwarden/compose.yml",
"content": "services:\n vaultwarden:\n image: vaultwarden/server:latest\n container_name: vaultwarden\n environment:\n - TARGET_HOST=localhost\n - ROCKET_PORT=17080\n - SERVER_PORT=45989\n - ALLOWED_HOSTS=localhost... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5412,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/gh | 7,485 | [
"no_license"
] | [
{
"path": "roles/gh/tasks/main.yml",
"content": "- name: Github Cli | install Github Cli\n package:\n name: github-cli\n state: present\n\n- name: Github Cli | copy host.yml file\n template:\n src: \"{{playbook_dir}}/templates/gh/hosts.j2\"\n dest: \"{{playbook_dir}}/files/gh/hosts.yml\"\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 512,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/git | 7,485 | [
"no_license"
] | [
{
"path": "roles/git/tasks/main.yml",
"content": "- block:\n - name: \"Git | Set user.name\"\n community.general.git_config:\n name: user.name\n scope: global\n value: \"{{ git.name }}\"\n\n - name: \"Git | Set user.name\"\n community.general.git_config:\n name: u... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 531,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/kitty | 7,485 | [
"no_license"
] | [
{
"path": "roles/kitty/tasks/main.yml",
"content": "- name: Kitty | Make ure kitty is installed\n package:\n name: kitty\n state: present\n\n- name: link kitty config file\n file:\n src: \"{{playbook_dir}}/files/kitty/\"\n dest: \"{{ansible_user_dir}}/.config/kitty\"\n state: link\n mode... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 298,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/nvim | 7,485 | [
"no_license"
] | [
{
"path": "roles/nvim/tasks/main.yml",
"content": "- name: Neovim | install neovim\n package:\n name: neovim\n state: present\n\n- block:\n - name: Neovim | find the folders inside nvim dir\n file:\n src: \"{{playbook_dir}}/files/nvim\"\n dest: \"{{ansible_user_dir}}/.config/nvim\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/nvm | 7,485 | [
"no_license"
] | [
{
"path": "roles/nvm/tasks/main.yml",
"content": "- name: NVM | Get NVM insall script\n uri:\n url: \"{{ nvm_install_script_url }}\"\n method: GET\n follow_redirects: safe\n body_format: raw\n return_content: true\n register: nvm_install\n\n- name: NVM | Save install.sh\n copy:\n conten... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 586,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/ssh | 7,485 | [
"no_license"
] | [
{
"path": "roles/ssh/tasks/main.yml",
"content": "- name: \"SSH | Copy SSH keys\"\n copy:\n dest: \"{{ playbook_dir }}/files/keys/ssh/{{ ssh_key_item.key }}\"\n content: \"{{ ssh_key_item.value }}\"\n mode: \"0644\"\n owner: \"{{ default_user }}\"\n group: \"{{ default_user }}\"\n\n no_log:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 750,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/terraform | 7,485 | [
"no_license"
] | [
{
"path": "roles/terraform/tasks/Debian.yml",
"content": "- block:\n - name: Terraform | {{ ansible_distribution }} | Add the HashiCorp GPG key.\n apt_key:\n url: https://apt.releases.hashicorp.com/gpg\n keyring: /usr/share/keyrings/hashicorp-archive-keyring.gpg\n state: present\n\n - na... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 948,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/tmux | 7,485 | [
"no_license"
] | [
{
"path": "roles/tmux/tasks/main.yml",
"content": "- name: Tmux | install Tmux\n package:\n name: tmux\n state: present\n\n- name: Tmux | link config file to home folder\n file:\n src: \"{{playbook_dir}}/files/tmux/tmux.conf\"\n path: \"{{ ansible_user_dir }}/.tmux.conf\"\n owner: \"{{ defa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 345,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/vscode | 7,485 | [
"no_license"
] | [
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: VSCode | Check for {{ansible_os_family}}.yml\n stat:\n path: \"{{ role_path }}/tasks/{{ansible_os_family}}.yml\"\n register: file_state\n\n- name: VSCode | Exec {{ansible_os_family}} task file\n include_tasks: \"{{ansible_os_family}}.yml\"\n... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 935,
"all_permissive": false
} |
ansible_role | aravindr31/ansible-system-init | e299621145bd6825e6737a0ed3b00014cbdad050 | 0 | roles/zsh | 7,485 | [
"no_license"
] | [
{
"path": "roles/zsh/tasks/main.yml",
"content": "- name: ZSH | check for ohmyzsh install\n stat:\n path: $HOME/.oh-my-zsh\n register: folder_state\n\n- block:\n - name: ZSH | get ohmyzsh\n uri:\n url: \"{{ oh_my_zsh_source_url }}\"\n method: GET\n follow_redirects: safe\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1668,
"all_permissive": false
} |
ansible_role | ArupAzure/ansible-nginx-worker-setup | 9b958bde890652810fe1c1b4132d75cb4f914a4b | 0 | inventories/roles/nginx | 7,485 | [
"no_license"
] | [
{
"path": "inventories/roles/nginx/tasks/main.yml",
"content": "---\n- name: Install NGINX (Debian/Ubuntu)\n apt:\n name: nginx\n state: present\n when: ansible_os_family == \"Debian\"\n\n- name: Start and enable NGINX\n service:\n name: nginx\n state: started\n enabled: yes\n",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 217,
"all_permissive": false
} |
ansible_role | kynh-2344/Terraform | 63283c3e2f0dbdc183e6c5e2a3bc7af4ea0db2bb | 0 | Complete module/ansible/roles/base | 7,485 | [
"no_license"
] | [
{
"path": "Complete module/ansible/roles/base/tasks/main.yml",
"content": "- name: Create {{ deploy_user }} user \n user:\n name: \"{{ deploy_user }}\"\n group: \"{{ deploy_group }}\"\n state: present\n shell: /bin/bash\n append: yes\n create_home: yes\n\n- name: Allow passwordless {{ dep... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2204,
"all_permissive": false
} |
ansible_role | kynh-2344/Terraform | 63283c3e2f0dbdc183e6c5e2a3bc7af4ea0db2bb | 0 | Complete module/ansible/roles/efs | 7,485 | [
"no_license"
] | [
{
"path": "Complete module/ansible/roles/efs/tasks/main.yml",
"content": "- name: Installing NFS common\n apt:\n name: \"{{ nfs_package }}\"\n state: present\n\n- name: Mount EFS \n mount:\n name: \"{{ efs_mount_path }}\"\n src: \"{{ efs_dns_name }}:/\"\n fstype: nfs4\n opts: nfsvers=4.1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 260,
"all_permissive": false
} |
ansible_role | kynh-2344/Terraform | 63283c3e2f0dbdc183e6c5e2a3bc7af4ea0db2bb | 0 | Complete module/ansible/roles/nginx | 7,485 | [
"no_license"
] | [
{
"path": "Complete module/ansible/roles/nginx/templates/website.j2",
"content": "server {\n listen 80;\n listen [::]:80;\n server_name localhost;\n set $base {{ efs_mount_path }};\n root $base;\n\n # security\n include nginxconfig.io/security.conf;\n\n #... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2836,
"all_permissive": false
} |
ansible_role | kynh-2344/Terraform | 63283c3e2f0dbdc183e6c5e2a3bc7af4ea0db2bb | 0 | Complete module/ansible/roles/php | 7,485 | [
"no_license"
] | [
{
"path": "Complete module/ansible/roles/php/handlers/main.yml",
"content": "- name: Start PHP-FPM Service\n service:\n name: \"{{ php_version }}-fpm\"\n state: started\n enabled: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
},
{
"path": "Compl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1168,
"all_permissive": false
} |
ansible_role | kynh-2344/Terraform | 63283c3e2f0dbdc183e6c5e2a3bc7af4ea0db2bb | 0 | Complete module/ansible/roles/wordpress | 7,485 | [
"no_license"
] | [
{
"path": "Complete module/ansible/roles/wordpress/tasks/main.yml",
"content": "- name: Download and Unpack WordPress\n unarchive:\n src: \"{{ url_wordpress_tarball }}\"\n dest: \"{{ efs_mount_path }}\"\n validate_certs: no\n remote_src: yes\n owner: www-data\n group: www-data\n mode: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | janfai/ansible-config | 84956f8ad23847d610dad8f6a44925d14f56d619 | 0 | roles/base | 7,485 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "---\n# roles/base/tasks/main.yml\n# Optimalizovaná základní konfigurace\n\n- name: Nastavit proměnné pro Linux Mint\n block:\n - name: Zjistit kódové jméno Ubuntu\n set_fact:\n mint_ubuntu_codename: \"{{ mint_ubuntu_mapping[ansible_distribut... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3067,
"all_permissive": false
} |
ansible_role | janfai/ansible-config | 84956f8ad23847d610dad8f6a44925d14f56d619 | 0 | roles/postfix | 7,485 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/send_test_notification.yml",
"content": "---\n- name: Odeslání testovací notifikace\n community.general.mail:\n host: \"{{ mail_host }}\"\n port: \"{{ mail_port }}\"\n secure: starttls\n username: \"{{ mail_username }}\"\n password: \"{{ <PASSWORD> }}\"\n fr... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2393,
"all_permissive": false
} |
ansible_role | janfai/ansible-config | 84956f8ad23847d610dad8f6a44925d14f56d619 | 0 | roles/repo_manager | 7,485 | [
"no_license"
] | [
{
"path": "roles/repo_manager/templates/sources.list.j2",
"content": "{# roles/repo_manager/templates/sources.list.j2 #}\n# Automaticky generováno Ansible\n\n{% if ansible_distribution == 'Linux Mint' %}\ndeb https://mirrors.nic.cz/linuxmint-packages {{ ansible_distribution_release | lower }} main upstream ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1976,
"all_permissive": false
} |
ansible_role | janfai/ansible-config | 84956f8ad23847d610dad8f6a44925d14f56d619 | 0 | roles/workstation | 7,485 | [
"no_license"
] | [
{
"path": "roles/workstation/tasks/postfix.yml",
"content": "---\n# Nastavení Postfix\n\n- name: Instalace Postfixu\n apt:\n name: postfix\n state: present\n \n- name: Konfigurace Postfix main.cf\n template:\n src: postfix_main.cf.j2\n dest: /etc/postfix/main.cf\n notify: restart postfix\n",... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1082,
"all_permissive": false
} |
ansible_role | satya-sairam/Ansible_Practise | 2a98c347f59c9f6d0079f74f5723103fa0ce9170 | 0 | roles/frontend | 7,485 | [
"no_license"
] | [
{
"path": "roles/frontend/tasks/main.yml",
"content": "- name: Installing frontend\n ansible.builtin.yum:\n name: nginx\n state: present\n\n\n- name: delete old content\n ansible.builtin.file:\n path: /usr/share/nginx/html/\n state: absent\n\n- name: Unarchive the downloaded content\n ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 781,
"all_permissive": false
} |
ansible_role | joeltio/vdcm-assignment-2 | 21db238cb26e40bc4224c2fd99a8accc4e44ec33 | 0 | roles/db | 7,485 | [
"no_license"
] | [
{
"path": "roles/db/tasks/install_mariadb.yml",
"content": "---\n# These tasks install mariadb\n- name: Install mariadb\n become: yes\n apt:\n name: mariadb-server\n state: present\n\n- name: Enable mariadb to start on boot\n become: yes\n service:\n name: mariadb\n enabled: yes\n\n- name: S... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3051,
"all_permissive": false
} |
ansible_role | joeltio/vdcm-assignment-2 | 21db238cb26e40bc4224c2fd99a8accc4e44ec33 | 0 | roles/load_balancer | 7,485 | [
"no_license"
] | [
{
"path": "roles/load_balancer/tasks/main.yml",
"content": "---\n- include_tasks: install_nginx.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 39
},
{
"path": "roles/load_balancer/templates/nginx.conf.j2",
"content": "upstream backend {\n {% for host ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | joeltio/vdcm-assignment-2 | 21db238cb26e40bc4224c2fd99a8accc4e44ec33 | 0 | roles/web | 7,485 | [
"no_license"
] | [
{
"path": "roles/web/tasks/main.yml",
"content": "---\n- include_tasks: install_dotnet_core.yml\n- include_tasks: install_app.yml\n- include_tasks: install_nginx.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/web/templates/appsettings... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1826,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/azure-deployment-facts | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/azure-deployment-facts/tasks/main.yml",
"content": "---\n- name: \"Check if Azure CLI is installed\"\n shell: az --version\n ignore_errors: yes\n register: azure_status\n\n- include: azure-cli-install.yml\n when: azure_status.failed\n tags:\n - azure-cli-install\n\... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 3721,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/common | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/common/vars/default.yml",
"content": "---\nopenjdk_package_name: openjdk-8-jre-headless",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 48
},
{
"path": "configure-datasci/roles/common/tasks/main.yml",
"content": "\n- include: ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 705,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/consul | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/consul/vars/main.yml",
"content": "---\n# vars file for consul-server\nconsul_version: 1.8.0\nconsul_zip_file: consul_{{ consul_version }}_linux_amd64.zip\nconsul_install_dir: /usr/local/bin\nconsul_config_dir: /etc/consul\nconsul_data_dir: /var/data",
"license_type": ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2187,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/hadoop | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/hadoop/tasks/main.yml",
"content": "---\n- include: hadoop_install.yml\n\n- include: hadoop_conf.yml\n\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "configure-datasci/roles/hadoop/tasks/hadoop_install.yml",
... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 7213,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/notebook | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/notebook/defaults/main.yml",
"content": "jupyter_home: /usr/local/bin\njupyter_user: jupyter\njupyter_group: jupyter\njupyter_conf: /home/{{ jupyter_user }}/.jupyter\n\njupyter_ssl_path: /etc/ssl/private\njupyter_key: /etc/ssl/private/jupyter.key\njupyter_csr: /etc/ssl/pri... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4638,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/spark | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/spark/tasks/main.yml",
"content": "- name: Create service account for Spark\n user: name={{ spark.user }}\n system=yes\n shell={{ spark.user_shell }}\n state=present\n groups=\"{{ spark.user_groups | join(',') }}\"\n\n- name: set spark fact\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4445,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/spark-cluster-admin | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/spark-cluster-admin/defaults/main.yml",
"content": "spark:\n version: 2.4.5\n hadoop_version: without-hadoop\n working_dir: /tmp/spark/data\n install_dir: /opt\n master_port: 7077\n worker_work_port: 65000\n master_ui_port: 8080\n worker_ui_port: 8085\n download_l... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 970,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | configure-datasci/roles/zookeeper | 7,485 | [
"no_license"
] | [
{
"path": "configure-datasci/roles/zookeeper/tasks/main.yml",
"content": "---\n - include: zookeeper-install.yml\n tags:\n - zokeeper-install\n\n - name: \"Install setuptools\"\n pip:\n name: setuptools\n executable: pip\n\n - name: \"Install psutil\"\n pip:\n name: psutil\n"... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 869,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | localdev/configure/roles/dev-env | 7,485 | [
"no_license"
] | [
{
"path": "localdev/configure/roles/dev-env/tasks/main.yml",
"content": "- name: \"Install snap package manager\"\n apt:\n name: snap\n\n- name: \"Install Intellij community\"\n snap:\n name: intellij-idea-community\n classic: yes\n\n- name: \"Install pycharm\"\n snap:\n name: pycharm-communi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 911,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | localdev/configure/roles/terraform | 7,485 | [
"no_license"
] | [
{
"path": "localdev/configure/roles/terraform/defaults/main.yml",
"content": "terraform_version: 0.12.24",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 26
},
{
"path": "localdev/configure/roles/terraform/tasks/main.yml",
"content": "---\n- name: \"Install unzi... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 562,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | provision-datasci/modules/fact-table-ansible/roles/postgresql | 7,485 | [
"no_license"
] | [
{
"path": "provision-datasci/modules/fact-table-ansible/roles/postgresql/tasks/consul_facts.yml",
"content": "---\n- name: \"Add EPEL repo for CentOS\"\n package:\n name: epel-release\n when: ansible_os_family == 'RedHat'\n\n- name: \"Install pip2\"\n package:\n name: python-pip\n state: lates... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6187,
"all_permissive": false
} |
ansible_role | bryanburress/data-science | f17b0ef052550dbbe31f40f9955791a944c4e207 | 1 | provision-datasci/modules/mqtt-broker-config-ansible/roles/mosquitto | 7,485 | [
"no_license"
] | [
{
"path": "provision-datasci/modules/mqtt-broker-config-ansible/roles/mosquitto/defaults/main.yml",
"content": "mosquitto:\n conf_file: \"/tmp/mosquitto.conf\"\n connector_conf_file: \"/tmp/mqtt-connector.conf\"\n\nconsul:\n conf_file: /tmp/config.json",
"license_type": "no_license",
"detected_li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2142,
"all_permissive": false
} |
ansible_role | kosalaat/sample_playbooks | 6f2dbe7947c03e3cbb3f52bb5717fb97984db0bc | 1 | roles/ansible_authorize_keys | 7,485 | [
"no_license"
] | [
{
"path": "roles/ansible_authorize_keys/defaults/main.yml",
"content": "---\n# defaults file for ansible_authorize_keys",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 46
},
{
"path": "roles/ansible_authorize_keys/tasks/main.yml",
"content": "---\n# tasks file ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 454,
"all_permissive": false
} |
ansible_role | kosalaat/sample_playbooks | 6f2dbe7947c03e3cbb3f52bb5717fb97984db0bc | 1 | roles/create_vm_from_template | 7,485 | [
"no_license"
] | [
{
"path": "roles/create_vm_from_template/handlers/main.yml",
"content": "---\n# handlers file for create_vm_from_template",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 47
},
{
"path": "roles/create_vm_from_template/vars/main.yml",
"content": "---\n# vars file... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3326,
"all_permissive": false
} |
ansible_role | Lyra2108/jenkins | fcba7d36b37a347d29c7fe0b2ad8ac83691b3610 | 0 | ansible/roles/Jenkins | 7,485 | [
"no_license"
] | [
{
"path": "ansible/roles/Jenkins/files/Dockerfile",
"content": "FROM jenkins/jenkins:lts-alpine\nCOPY executors.groovy /usr/share/jenkins/ref/init.groovy.d/executors.groovy\nRUN /usr/local/bin/install-plugins.sh docker-slaves github-branch-source xunit\n",
"license_type": "no_license",
"detected_lic... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 476,
"all_permissive": false
} |
ansible_role | cfelder/first-ansible-operator | 7de5792534bc6a0d7710fa082ae123b5e497add8 | 0 | roles/appservice | 7,485 | [
"no_license"
] | [
{
"path": "roles/appservice/vars/main.yml",
"content": "---\n# vars file for AppService\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/appservice/handlers/main.yml",
"content": "---\n# handlers file for AppService\n",
"license_type... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1015,
"all_permissive": false
} |
ansible_role | masashik/aws-ec2-utils | 09cb2dab67424173d732d8d0ac6aa176fe18bb4a | 0 | ansible/roles/common | 7,485 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yml",
"content": "---\n# tasks file for roles/common\n- name: Update all system packages (via yum command — module not suitable)\n ansible.builtin.command: yum update -y\n when: ansible_os_family == \"RedHat\"\n changed_when: true\n tags: skip_ansible_lint\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | masashik/aws-ec2-utils | 09cb2dab67424173d732d8d0ac6aa176fe18bb4a | 0 | ansible/roles/nginx | 7,485 | [
"no_license"
] | [
{
"path": "ansible/roles/nginx/tests/test.yml",
"content": "---\n# Test file for roles/nginx\n- name: Test nginx configuration management\n hosts: localhost\n remote_user: root\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 115
},
{
"path": "ansible/roles/ngin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 385,
"all_permissive": false
} |
ansible_role | DOI-USGS/cloud-ht2c | 00131713e96c1b89920d183151f9d0ae873bd75f | 2 | htcondor-al2023/ansible/roles/base | 7,485 | [
"no_license"
] | [
{
"path": "htcondor-al2023/ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Run \"dnf update\"\n dnf:\n name: '*'\n state: latest\n\n- name: Run \"yum update\"\n yum:\n name: '*'\n state: latest\n\n- name: Install base packages\n yum:\n name:\n - git\n - iptables-serv... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 287,
"all_permissive": false
} |
ansible_role | DOI-USGS/cloud-ht2c | 00131713e96c1b89920d183151f9d0ae873bd75f | 2 | htcondor-al2023/ansible/roles/condor | 7,485 | [
"no_license"
] | [
{
"path": "htcondor-al2023/ansible/roles/condor/tasks/main.yml",
"content": "---\n- name: Install HTCondor repo RPM file\n yum:\n name: https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-release-current.amzn2023.noarch.rpm\n state: present\n disable_gpg_check: true\n\n- name: Install \"condo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 629,
"all_permissive": false
} |
ansible_role | DOI-USGS/cloud-ht2c | 00131713e96c1b89920d183151f9d0ae873bd75f | 2 | htcondor-al2023/ansible/roles/docker | 7,485 | [
"no_license"
] | [
{
"path": "htcondor-al2023/ansible/roles/docker/tasks/main.yml",
"content": "---\n- name: Install docker\n yum:\n name: docker\n state: latest\n\n# Potentially useful so ssm-user does not need to run sudo for docker\n# - name: Add ssm-user to docker group\n# user:\n# name: ssm-user\n# group... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 440,
"all_permissive": false
} |
ansible_role | DOI-USGS/cloud-ht2c | 00131713e96c1b89920d183151f9d0ae873bd75f | 2 | htcondor-al2023/ansible/roles/init_scripts | 7,485 | [
"no_license"
] | [
{
"path": "htcondor-al2023/ansible/roles/init_scripts/files/initialize-controller.sh",
"content": "#!/bin/bash\n\n# Shell script to initialize EC2 mirroring Ansible playbook in this repo\n# chs-amazon-linux-2-stig-20230308143612: ami-049998ccc3d3f86b5\n# CONTROLLER NODE\n\nusage () { echo \"How to use -r RE... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 14371,
"all_permissive": false
} |
ansible_role | amitlals/sap-hana-vm-devops | 74e1e6908b4e191b050feb4dfb7a456bb926d130 | 1 | Ansible/roles/hcmt | 7,485 | [
"no_license"
] | [
{
"path": "Ansible/roles/hcmt/tasks/main.yml",
"content": "---\n# https://blogs.sap.com/2019/12/04/sap-hana-hardware-and-cloud-measurement-tools-hcmt-replacement-of-hwcct-tool/\n\n- name: download sapcar\n get_url:\n url: \"{{ url_sapcar }}\"\n dest: /hana/shared/install/SAPCAR_LINUX.EXE\n mode: 0... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1509,
"all_permissive": false
} |
ansible_role | amitlals/sap-hana-vm-devops | 74e1e6908b4e191b050feb4dfb7a456bb926d130 | 1 | Ansible/roles/os-settings | 7,485 | [
"no_license"
] | [
{
"path": "Ansible/roles/os-settings/tasks/suse-12-os_config.yml",
"content": "---\n# SLES 12 specifics\n\n# Update all packages SLES\n- name: Update all packages on OpenSUSE/SUSE Linux\n zypper:\n name: '*'\n state: latest\n type: patch\n environment:\n ZYPP_LOCK_TIMEOUT: 300\n when: ansible... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 731,
"all_permissive": false
} |
ansible_role | amitlals/sap-hana-vm-devops | 74e1e6908b4e191b050feb4dfb7a456bb926d130 | 1 | Ansible/roles/sap-install | 7,485 | [
"no_license"
] | [
{
"path": "Ansible/roles/sap-install/tasks/main.yml",
"content": "---\n\n- name: create install dir\n file:\n path: /usr/sap/install\n state: directory\n\n- name: download sapcar\n get_url:\n url: \"{{ url_sapcar }}\"\n dest: /usr/sap/install/SAPCAR_LINUX.EXE\n mode: 0755\n timeout: \"{{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": false
} |
ansible_role | pandusiregar/test-blog | 1149d62fd7ddfa9a2bef74b3cfe497bf2b0abad6 | 0 | blog/ansible/roles/create_instance | 7,485 | [
"no_license"
] | [
{
"path": "blog/ansible/roles/create_instance/tasks/main.yml",
"content": "---\n- include: create_blog.yml tags=blog\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "blog/ansible/roles/create_instance/tasks/create_instance.yml",
"content": "--... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 840,
"all_permissive": false
} |
ansible_role | ecohealthalliance/slurm-eh-server | 643d9ad583b13864d0205557b05ba25cd290a067 | 0 | roles/update-accounts | 7,485 | [
"no_license"
] | [
{
"path": "roles/update-accounts/tasks/main.yml",
"content": "---\n- name: Update groups\n group:\n name: \"{{item.name}}\"\n gid: \"{{item.gid}}\"\n state: \"{{item.state | default('present')}}\"\n with_items: \"{{group_accounts}}\"\n\n- name: Update Accounts\n user:\n name: \"{{item.name}}\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 3073,
"all_permissive": false
} |
ansible_role | dmittelstaedt/script-collection | faae90b888d46553c47402dbf3d29f284ea04afa | 0 | ansible/utils/roles/dmi.create-project | 7,485 | [
"no_license"
] | [
{
"path": "ansible/utils/roles/dmi.create-project/defaults/main.yml",
"content": "---\n# defaults file for dmi.create-project\nproject_base_dir: /home/test-user\nproject_name: sample-project\nproject_owner: test-user\nproject_group: users\nis_changelog: true\n",
"license_type": "no_license",
"detect... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1353,
"all_permissive": false
} |
ansible_role | dmittelstaedt/script-collection | faae90b888d46553c47402dbf3d29f284ea04afa | 0 | ansible/utils/roles/dmi.docker-pipeline | 7,485 | [
"no_license"
] | [
{
"path": "ansible/utils/roles/dmi.docker-pipeline/tasks/main.yml",
"content": "---\n# tasks file for dmi.docker-pipeline\n- set_fact:\n container_id: \"{{ ((name_of_container + ansible_date_time.iso8601 ) | hash('sha512')) [-20:] }}\"\n- name: Build image from Dockerfile\n docker_image:\n path: \"{{... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1073,
"all_permissive": false
} |
ansible_role | ernestoherrerab/ans_sh_ifs | 37a3096f244d84f277744462d6b7dbd1c2bd2601 | 0 | roles/ifaces_counters | 7,487 | [
"no_license"
] | [
{
"path": "roles/ifaces_counters/vars/main.yml",
"content": "---\n\n if_unused: []\n if_unused_json: []\n if_used: []\n if_used_json: []\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/ifaces_counters/tasks/main.yml",
"content": "---\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2368,
"all_permissive": false
} |
ansible_role | munnavhai/maadi-bahmni-config | 020cc1a01903b6ac01b7bd77d9e4cc1ae98e7430 | 0 | playbooks/roles/bahmni-mrs-batch | 7,487 | [
"no_license"
] | [
{
"path": "playbooks/roles/bahmni-mrs-batch/tasks/main.yml",
"content": "---\n\n- name: \"copying the bahmnimaadi custom omod\"\n copy:\n src: \"/tmp/bahmnimaadi-1.0-SNAPSHOT.omod\"\n dest: \"/opt/openmrs/modules/bahmnimaadi-1.0-SNAPSHOT.omod\"\n\n- name: \"copying the appointments omod\"\n copy:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1306,
"all_permissive": false
} |
ansible_role | munnavhai/maadi-bahmni-config | 020cc1a01903b6ac01b7bd77d9e4cc1ae98e7430 | 0 | playbooks/roles/bahmniapps-customization | 7,487 | [
"no_license"
] | [
{
"path": "playbooks/roles/bahmniapps-customization/tasks/main.yml",
"content": "---\n-\n get_url:\n dest: /opt/bahmni-web/etc/bahmniapps.zip\n url: \"{{ bahmniapps_url }}\"\n name: \"Download bahmniapps.zip to /opt/bahmni-web/etc/\"\n-\n name: \"Unzip downloaded bahmniapps file\"\n unarchive:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | softwarefactory-project/ansible-role-umb-publisher | 6b3f2ed523f2021b1ffc0f4807858e97890e18b3 | 0 | roles/umb-publisher | 7,487 | [
"permissive"
] | [
{
"path": "roles/umb-publisher/meta/main.yaml",
"content": "---\ngalaxy_info:\n author: <NAME>\n description: An Ansible role to publish UMB message.\n company: Red Hat, Inc.\n license: Apache\n min_ansible_version: 2.4\n platforms:\n - name: Fedora\n versions:\n - 29\n categories:\n - system... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4365,
"all_permissive": true
} |
ansible_role | QiangF/mini | a8fa3c30b5746ca906b904aac26aaf26fe154801 | 0 | roles/centos | 7,487 | [
"no_license"
] | [
{
"path": "roles/centos/vars/main.yml",
"content": "---\n\nbase_pkg_list:\n - man\n - cronie\n - sudo\n - git\n - tmux\n - tree\n - bash-completion\n - tuned\n - iproute\n - net-tools\n - bind-utils\n - rsyslog\n - logrotate\n - virt-what\n - yum-cron\n - yum-utils\n - emacs-nox\n - vim-en... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 834,
"all_permissive": false
} |
ansible_role | QiangF/mini | a8fa3c30b5746ca906b904aac26aaf26fe154801 | 0 | roles/dotfiles | 7,487 | [
"no_license"
] | [
{
"path": "roles/dotfiles/files/create.links.sh",
"content": "#!/bin/bash\n\nscript_file=`basename $0`\nscript_dir=`dirname $0`\nabsolute_path=$(cd \"$(dirname \"$0\")\"; pwd)\n\nfunction is_file_or_dir()\n{\n\n local dotfile=\"$1\"\n local base_dotfile=\"$2\"\n local home_dotfile=\"$3\"\n local... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 16,
"total_bytes": 66025,
"all_permissive": false
} |
ansible_role | major/rackspace-image-importer | 4c0a41c6524a4136264b848bf610200c68c35071 | 0 | roles/importer | 7,487 | [
"permissive"
] | [
{
"path": "roles/importer/templates/build_vhd-util.sh",
"content": "#!/bin/bash\n\necho \"*** Patching Xen source ***\"\ncd {{scratch_directory}}/xen-4.4.0/tools\ncat {{scratch_directory}}/blktap2.patch | patch -p0 -N\n\necho \"*** Running ./configure ***\"\n./configure --disable-monitors --disable-ocamltoo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 6050,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual/ansible/roles/mariadb | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual/ansible/roles/mariadb/tasks/main.yml",
"content": "---\n- name: Atualização do repositório ubuntu\n become: true\n shell: apt-get update -y\n\n- name: Instalação do MariaDB\n become: true\n apt:\n name:\n - mariadb-server\n - python3-mysqldb\n state: latest\n\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1845,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual/ansible/roles/ssh | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual/ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: \"Start ssh\"\n shell: echo 'ssh sucesso!'\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 53
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 53,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual/ansible/roles/suitecrm | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual/ansible/roles/suitecrm/vars/main.yml",
"content": "php_version: php7.4\nsuitecrm_url: /files/162/SuiteCRM-7.11/560/SuiteCRM-7.11.21.zip\nsuitecrm_version: SuiteCRM-7.11.21",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 11... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1841,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual_container_docker/ansible/roles/deploy_arquivo | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual_container_docker/ansible/roles/deploy_arquivo/files/docker-swarm.yml",
"content": "version: '3.3'\nservices:\n mariadb:\n image: docker.io/bitnami/mariadb:10.3.31\n environment:\n - ALLOW_EMPTY_PASSWORD=yes\n - MARIADB_USER=bn_suitecrm\n - MARIADB_DATABASE=bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1219,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual_container_docker/ansible/roles/entrar_swarm | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual_container_docker/ansible/roles/entrar_swarm/tasks/main.yml",
"content": "---\n- name: \"Salva o arquivo de entrar para o SWARM\"\n shell: echo '#!/bin/bash' > /tmp/swarm.sh | docker -H 192.168.1.50 swarm join-token worker | tail -n2 >> /tmp/swarm.sh\n\n- name: \"Concede permiss... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual_container_docker/ansible/roles/inicializacao_swarm | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual_container_docker/ansible/roles/inicializacao_swarm/tasks/main.yml",
"content": "---\n- name: \"Inicialização do SWARM\"\n shell: docker swarm init --advertise-addr 192.168.1.50\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 95,
"all_permissive": true
} |
ansible_role | rhattox/monografia | 8e8381cbc4e4489b45e93d8e28671b3642d18924 | 1 | maquina_virtual_container_docker/ansible/roles/instalacao_docker_api | 7,487 | [
"permissive"
] | [
{
"path": "maquina_virtual_container_docker/ansible/roles/instalacao_docker_api/tasks/main.yml",
"content": "---\n- name: \"Cria o caminho para o serviço\"\n become: true\n shell: mkdir -p /etc/systemd/system/docker.service.d/\n\n- name: \"Copia o arquivo para o caminho\"\n become: yes\n copy:\n src... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 498,
"all_permissive": true
} |
ansible_role | cihann/pyistanbul-ansible | 6e81dac2bc4f164c76e6187e43352cc759576ee3 | 0 | playbooks/roles/common | 7,487 | [
"no_license"
] | [
{
"path": "playbooks/roles/common/tasks/main.yml",
"content": "---\n\n- name: set locale\n command: /usr/sbin/update-locale LANG={{ local.locale }} LC_ALL={{ local.locale }}\n sudo: yes\n\n- name: Install base packages\n apt: name={{ item }} update_cache={{ update_apt_cache }} force=yes state=installed\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | cihann/pyistanbul-ansible | 6e81dac2bc4f164c76e6187e43352cc759576ee3 | 0 | playbooks/roles/web | 7,487 | [
"no_license"
] | [
{
"path": "playbooks/roles/web/tasks/virtualenv.yml",
"content": "---\n\n- name: Create the virtualenv\n command: virtualenv {{ virtualenv_path }} --no-site-packages\n creates={{ virtualenv_path }}/bin/activate\n\n- name: Setup the Git repo\n git: repo={{ git_repo }} dest={{ project_path }} acce... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1295,
"all_permissive": false
} |
ansible_role | TheBlackPacket/Homelab | 5db4c0f8d5ffc1e15dad321a960c65204bccbbfd | 1 | ansible/roles/LogMuncher | 7,487 | [
"no_license"
] | [
{
"path": "ansible/roles/LogMuncher/tasks/InstallKibana.yml",
"content": "---\n\n- name: Setup Kibana Repo File\n ansible.builtin.copy:\n src: kibana.repo\n dest: /etc/yum.repos.d/\n mode: 0755\n \n- name: Install Kibana\n ansible.builtin.dnf:\n enablerepo: kibana\n disable_gpg_check: true\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1462,
"all_permissive": false
} |
ansible_role | TheBlackPacket/Homelab | 5db4c0f8d5ffc1e15dad321a960c65204bccbbfd | 1 | ansible/roles/common | 7,487 | [
"no_license"
] | [
{
"path": "ansible/roles/common/tasks/main.yaml",
"content": "- include_tasks: ./DisableSELinux.ansible.yml\n- include_tasks: ./SetupNodeExporter.ansible.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "ansible/roles/common/tasks/SetupNodeExport... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1519,
"all_permissive": false
} |
ansible_role | TheBlackPacket/Homelab | 5db4c0f8d5ffc1e15dad321a960c65204bccbbfd | 1 | ansible/roles/dns | 7,487 | [
"no_license"
] | [
{
"path": "ansible/roles/dns/tasks/bind.ansible.yml",
"content": "---\n- name: Setup Bind\n- hosts: p1-bind-01\n- become: yes\n- tasks:\n\n - name: Install Bind\n ansible.builtin.yum:\n pkg:\n - bind\n - bind-utils\n\n - name: Setup Bind config\n ansible.builtin.copy:\n dest:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 875,
"all_permissive": false
} |
ansible_role | acexiis/ansible-resize-linux-disk | a59a5bafdd57eae5b5159c6771e4623b4d9a08c8 | 1 | roles/linux_disk | 7,487 | [
"no_license"
] | [
{
"path": "roles/linux_disk/tasks/main.yml",
"content": "---\n# tasks file for linux-disk\n- name: Register available VGS space\n ansible.builtin.shell: vgs | grep vg0|awk '{print $7}'| grep \"g$\" | sed 's/[^0-9]*\\([0-9]*\\).*/\\1/'\n register: available\n\n- name: Print available size\n debug:\n ms... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 6090,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.