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 | carlosgalves/linux-config | 2520c63b818e684a1112aed20275534abfef09e7 | 0 | roles/rabbitmq | 7,448 | [
"no_license"
] | [
{
"path": "roles/rabbitmq/defaults/main.yml",
"content": "---\nrabbitmq_daemon: rabbitmq-server\nrabbitmq_state: started\nrabbitmq_enabled: false\n\nrabbitmq_version: \"3.12.10\"\n\nerlang_key: \"https://github.com/rabbitmq/signing-keys/releases/download/3.0/cloudsmith.rabbitmq-erlang.<KEY>.key\"\nrabbitmq_... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1003,
"all_permissive": false
} |
ansible_role | carlosgalves/linux-config | 2520c63b818e684a1112aed20275534abfef09e7 | 0 | roles/scr-cpy | 7,448 | [
"no_license"
] | [
{
"path": "roles/scr-cpy/tasks/main.yml",
"content": "---\n- name: Enable and install scrcpy from copr\n command: dnf copr enable zeno/scrcpy -y\n become: yes\n\n- name: Install scrcpy\n dnf:\n name: scrcpy\n state: present\n become: yes",
"license_type": "no_license",
"detected_licenses":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 184,
"all_permissive": false
} |
ansible_role | carlosgalves/linux-config | 2520c63b818e684a1112aed20275534abfef09e7 | 0 | roles/speedtest-cli | 7,448 | [
"no_license"
] | [
{
"path": "roles/speedtest-cli/tasks/main.yml",
"content": "- name: Install speedtest\n block:\n - name: Install speedtest-cli\n dnf:\n name: speedtest-cli\n state: present\n become: yes\n\n - name: Create speedtest alias in bashrc for all users\n lineinfile:\n pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 343,
"all_permissive": false
} |
ansible_role | carlosgalves/linux-config | 2520c63b818e684a1112aed20275534abfef09e7 | 0 | roles/virtual-box | 7,448 | [
"no_license"
] | [
{
"path": "roles/virtual-box/tasks/main.yml",
"content": "---\n- name: Import VirtualBox GPG Key\n rpm_key:\n key: \"{{ virtualbox_gpg_key_url }}\"\n\n- name: Download VirtualBox RPM\n get_url:\n url: \"{{ virtualbox_url }}\"\n dest: \"{{ download_dir }}/VirtualBox-{{ virtualbox_version }}.rpm\"\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 888,
"all_permissive": false
} |
ansible_role | carlosgalves/linux-config | 2520c63b818e684a1112aed20275534abfef09e7 | 0 | roles/vscode | 7,448 | [
"no_license"
] | [
{
"path": "roles/vscode/vars/main.yml",
"content": "---\nvscode_extensions: \n - esbenp.prettier-vscode\n - ms-azuretools.vscode-docker\n - ms-vscode-remote.remote-containers\n - ms-vscode-remote.remote-ssh\n - ms-vscode-remote.remote-ssh-edit\n - ms-vscode.remote-explorer\n - ms-vscode-remote-server... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2383,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_bootstrap | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_bootstrap/tasks/kernel_bootstrap_provision.yml",
"content": "---\n- name: Create kernel_bootstrap_remote_user group\n group:\n name: '{{ kernel_bootstrap_remote_user }}'\n state: present\n system: yes\n remote_user: '{{ kernel_bootstrap_remote_bootstrap_user }}'\n\n- name:... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3188,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_cassandra | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_cassandra/tasks/kernel_cassandra_provision.yml",
"content": "---\n- name: Install cassandra\n include: kernel_cassandra_install.yml\n creates: ~{{ kernel_cassandra_cassandra_home }}/bin/cassandra\n\n- name: Update PATH\n lineinfile:\n dest: ~{{ kernel_cassandra_remote_user }}/{... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 4879,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_collectd | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_collectd/tasks/kernel_collectd_provision.yml",
"content": "---\n- name: Add the collectd apt key\n apt_key:\n state: present\n validate_certs: yes\n keyserver: '{{ kernel_collectd_apt_keyserver }}'\n id: '{{ kernel_collectd_apt_key_id }}'\n sudo: yes\n\n\n- name: Add th... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3627,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_common | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_common/tasks/main.yml",
"content": "---\n- name: Provision common\n include: kernel_common_provision.yml\n tags: \"provision,common,provision:common\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/kernel_common/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 924,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_ddclient | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_ddclient/tasks/kernel_ddclient_deploy.yml",
"content": "---\n- name: Restart ddclient\n service:\n name: ddclient\n state: restarted\n sudo: yes\n when: kernel_ddclient_skip is undefined or not kernel_ddclient_skip\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1217,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_grafana | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_grafana/defaults/main.yml",
"content": "---\nkernel_grafana_remote_user: override me\n\nkernel_grafana_packages:\n - grafana\n\nkernel_grafana_data_dir: /var/lib/grafana\n\nkernel_grafana_log_dir: /var/log/grafana\n\nkernel_grafana_protocol: https\n\nkernel_grafana_port: 3000\n\nker... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3323,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_influxdb | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_influxdb/tasks/main.yml",
"content": "---\n- name: Provision influxdb\n include: kernel_influxdb_provision.yml\n tags: \"provision,influxdb,provision:influxdb\"\n\n- name: Deploy influxdb\n include: kernel_influxdb_deploy.yml\n tags: \"deploy,influxdb,deploy:influxdb\"\n",
"l... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5425,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_java | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_java/tasks/main.yml",
"content": "---\n- name: Provision java\n include: kernel_java_provision.yml\n tags: \"provision,java,provision:java\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 104
},
{
"path": "roles/kernel_java/defaults/mai... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_memcached | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_memcached/tasks/kernel_memcached_provision.yml",
"content": "---\n- name: Install memcached and prereqs\n apt:\n pkg: '{{ item }}'\n state: latest\n update_cache: yes\n cache_valid_time: 86400\n install_recommends: yes\n sudo: yes\n with_items: '{{ kernel_memcached_... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1522,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_nginx | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_nginx/defaults/main.yml",
"content": "---\nkernel_nginx_packages:\n - nginx\n\nkernel_nginx_conf_template: kernel_nginx.conf\nkernel_nginx_conf_file: /etc/nginx/nginx.conf\n\nkernel_nginx_upstream_host: 127.0.0.1\nkernel_nginx_upstream_port: 8080\n\nkernel_nginx_root: /home/www/serv... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2031,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_ntpd | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_ntpd/tasks/kernel_ntpd_provision.yml",
"content": "---\n- name: Install ntpd\n apt:\n pkg: ntp\n state: latest\n update_cache: yes\n cache_valid_time: 86400\n install_recommends: yes\n sudo: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_passenger | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_passenger/tasks/main.yml",
"content": "---\n- name: Provision Passenger\n include: kernel_passenger_provision.yml\n tags: \"provision,passenger,provision:passenger\"\n\n- name: Deploy Passenger\n include: kernel_passenger_deploy.yml\n tags: \"deploy,passenger,deploy:passenger\"\n... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3435,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_postgresql | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_postgresql/tasks/kernel_postgresql_deploy.yml",
"content": "---\n- name: Place conf files\n template:\n owner: '{{ kernel_postgresql_bootstrap_user }}'\n group: '{{ kernel_postgresql_bootstrap_user }}'\n mode: u=rw,g=r,o=\n backup: yes\n force: yes\n src: '{{ item.... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3515,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_python | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_python/tasks/main.yml",
"content": "---\n- name: Provision python\n include: kernel_python_provision.yml\n tags: \"provision,python,provision:python\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 112
},
{
"path": "roles/kernel_python/... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 465,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_ruby | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_ruby/tasks/kernel_ruby_provision.yml",
"content": "---\n- shell: ruby --version\n register: kernel_ruby_installed_ruby_version\n ignore_errors: yes\n \n#- debug: var=kernel_ruby_installed_ruby_version\n\n- name: Install ruby prereqs\n apt:\n pkg: '{{ item }}'\n state: lates... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2781,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_security | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_security/defaults/main.yml",
"content": "---\nkernel_security_ubuntu_release: trusty\n\nkernel_security_packages:\n - fail2ban\n - unattended-upgrades\n - logwatch\n - ufw\n\nkernel_security_ports:\n - allow 22/tcp\n - allow 80/tcp\n - allow 443/tcp\n\nkernel_security_root_pas... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2609,
"all_permissive": false
} |
ansible_role | kernelfilms/ansible | 89b3054d9c68ba0b3372a7972f7304e296e28d5b | 0 | roles/kernel_sinatra | 7,448 | [
"no_license"
] | [
{
"path": "roles/kernel_sinatra/tasks/main.yml",
"content": "---\n- name: Provision sinatra\n include: kernel_sinatra_provision.yml\n tags: \"provision,sinatra,provision:sinatra\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 116
},
{
"path": "roles/kernel_si... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 689,
"all_permissive": false
} |
ansible_role | RoyAvishek/IaC-ansible | c85f0fdc204e42a6cf9b8bb1a15c432234da6934 | 0 | roles/app-server | 7,448 | [
"no_license"
] | [
{
"path": "roles/app-server/tasks/main.yml",
"content": "---\n#tasks file for app-server\n\n- name: Install Java runtime\n apt:\n name: openjdk-8-jre\n state: present\n\n- name: Deploy application WAR file\n copy:\n src: myapp.war\n dest: /opt/myapp/myapp.war\n\n\n",
"license_type": "no_li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 208,
"all_permissive": false
} |
ansible_role | RoyAvishek/IaC-ansible | c85f0fdc204e42a6cf9b8bb1a15c432234da6934 | 0 | roles/db-server | 7,448 | [
"no_license"
] | [
{
"path": "roles/db-server/tasks/main.yml",
"content": "---\n# tasks file for db-server\n\n- name: Install and configure PostgreSQL\n apt:\n name: postgresql\n state: present\n\n- name: Create database and user\n postgresql_db:\n name: mydb\n state: present\n\n postgresql_user:\n name: myu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 300,
"all_permissive": false
} |
ansible_role | RoyAvishek/IaC-ansible | c85f0fdc204e42a6cf9b8bb1a15c432234da6934 | 0 | roles/web-server | 7,448 | [
"no_license"
] | [
{
"path": "roles/web-server/tasks/main.yml",
"content": "---\n# tasks file for web-server\n\n- name: Install and configure Nginx\n apt:\n name: nginx\n state: present\n\n- name: Copy Nginx configuration file\n copy:\n src: nginx.conf\n dest: /etc/nginx/nginx.conf\n\n\n",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 212,
"all_permissive": false
} |
ansible_role | alfredodeza/ceph-jenkins-build | 2a6f8611edc171cdd6aa7aa4c51595fd91a5f855 | 1 | kraken/roles/common | 7,448 | [
"no_license"
] | [
{
"path": "kraken/roles/common/tasks/systemd.yml",
"content": "---\n\n#- name: ensure {{ app_home }}/log exists\n# file:\n# path: \"{{ app_home }}/log\"\n# state: directory\n\n- name: ensure /etc/sysconfig/ dir exists\n sudo: true\n file: path=/etc/sysconfig state=directory\n\n# prevents issues whe... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 8,
"total_bytes": 5795,
"all_permissive": false
} |
ansible_role | chyka/mariadb-galera | a2e8996dcfbedcbceacda5eeb4979eafa0c336ca | 0 | roles/install_mariadb | 7,448 | [
"no_license"
] | [
{
"path": "roles/install_mariadb/tasks/galera_config.yml",
"content": "---\n\n- name: install mysqlconf from template\n template:\n src=galera.cnf\n dest=/etc/mysql/conf.d/galera.cnf\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 114
},
{
"path": "roles/i... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1793,
"all_permissive": false
} |
ansible_role | markableidinger/tweetyourcode | 70bf04ff7afab58a97d30ff131e638a1d662838c | 0 | ansible/roles/ec2_provisioning | 7,448 | [
"no_license"
] | [
{
"path": "ansible/roles/ec2_provisioning/tasks/main.yml",
"content": "---\n\n- name: Launch EC2 Instance\n local_action:\n module: ec2\n keypair: \"{{ key_name }}\"\n instance_type: \"{{ instance_type }}\"\n image: \"{{ ami_id }}\"\n wait: true\n region: \"{{ aws_region }}\"\n instanc... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 296,
"all_permissive": false
} |
ansible_role | markableidinger/tweetyourcode | 70bf04ff7afab58a97d30ff131e638a1d662838c | 0 | ansible/roles/flask | 7,448 | [
"no_license"
] | [
{
"path": "ansible/roles/flask/tasks/main.yml",
"content": "---\n\n- name: Install System Packages\n apt:\n name: \"{{ item }}\"\n state: present\n update_cache: yes\n cache_valid_time: 3600\n sudo: yes\n with_items:\n - build-essential\n - python-dev\n - python-pip\n - libpq-dev\... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 518,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/00-apt-update | 7,450 | [
"no_license"
] | [
{
"path": "roles/00-apt-update/tasks/main.yaml",
"content": "---\n- name: Run the equivalent of \"apt update\" as a separate step\n ansible.builtin.apt:\n update_cache: yes",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 110
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 110,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/01-docker-install | 7,450 | [
"no_license"
] | [
{
"path": "roles/01-docker-install/tasks/main.yaml",
"content": "---\n- name: Install a list of packages\n ansible.builtin.apt:\n pkg:\n - apt-transport-https\n - ca-certificates\n - curl\n - gnupg-agent\n - software-properties-common\n - python3 \n - python3-pip\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1184,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/02-docker-networks | 7,450 | [
"no_license"
] | [
{
"path": "roles/02-docker-networks/tasks/main.yaml",
"content": "---\n- name: Создание сети\n community.docker.docker_network:\n name: my_network\n # driver_options:\n # com.docker.network.bridge.name: net2\n state: present",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 167,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/04-docker-image-nginx | 7,450 | [
"no_license"
] | [
{
"path": "roles/04-docker-image-nginx/tasks/main.yaml",
"content": "---\n- name: Copy config file\n ansible.builtin.copy:\n src: my-volumes/nginx-vol/\n dest: /nginx-my-vol/\n owner: agp\n group: agp\n mode: '0444'\n # delegate_to: localhost\n# - name: Create a volume\n# community.docker... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 744,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/05-docker-image-apache | 7,450 | [
"no_license"
] | [
{
"path": "roles/05-docker-image-apache/tasks/main.yaml",
"content": "---\n- name: Create a new container APACHE\n community.docker.docker_container:\n name: myapache\n image: httpd\n auto_remove: yes\n # volumes:\n # - /volumes/apache/httpd.conf:/usr/local/apache2/conf/\n ports:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 299,
"all_permissive": false
} |
ansible_role | roer1ch/otus | 678e6231992a8be6af5333bd45fec13beb6a2b26 | 0 | roles/06-docker-image-wordpress | 7,450 | [
"no_license"
] | [
{
"path": "roles/06-docker-image-wordpress/tasks/main.yaml",
"content": "---\n- name: Create a new container WORDPRESS\n community.docker.docker_container:\n name: mywordpress\n image: wordpress\n auto_remove: yes\n # volumes:\n # - \"$(pwd)\"/volumes/apache:/usr/local/apache2/conf\n po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 920,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/apache | 7,450 | [
"no_license"
] | [
{
"path": "roles/apache/handlers/main.yml",
"content": "---\n- name: reload apache\n systemd:\n name: \"{% if ansible_os_family == 'RedHat' %}httpd{% else %}apache2{% endif %}\"\n state: restarted\n...\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
},
{
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 18310,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/mysql | 7,450 | [
"no_license"
] | [
{
"path": "roles/mysql/tasks/main.yml",
"content": "---\n\n- name: Install MySQL Packages [RedHat]\n yum: name={{ item }} update_cache=yes state=latest\n with_items:\n - mariadb-server\n when: ansible_os_family == 'RedHat'\n\n- name: Install MySQL Packages [Ubuntu]\n apt: name={{ item }} update_cache... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2321,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/nginx | 7,450 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: 'Install nginx via dnf [RedHat]'\n dnf:\n name: \"nginx\"\n state: \"latest\"\n update_cache: true\n notify: \"enable nginx\"\n when: ansible_os_family == 'RedHat'\n\n- name: 'Install nginx via apt [Debian]'\n apt:\n name: \"ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1173,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/selinux | 7,450 | [
"no_license"
] | [
{
"path": "roles/selinux/tasks/main.yml",
"content": "---\n#- name: Install the libselinux-python package [RedHat]\n# dnf: \n# name: python-selinux \n# state: present\n# when: ansible_os_family == 'RedHat'\n\n- name: Disable SELinux at next reboot\n selinux:\n state: disabled\n when: ansible_os... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 444,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/wordpress | 7,450 | [
"no_license"
] | [
{
"path": "roles/wordpress/tasks/main.yml",
"content": "---\n#- name: Install PHP Remi Repository\n#command: \"dnf -y install http://rpms.remirepo.net/enterprise/remi-release-8.rpm\"\n \n#- name: Enable PHP Remi Repository\n#command: dnf module reset php -y\n#command: dnf module enable php:remi-7.4 -y\n \n#... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2415,
"all_permissive": false
} |
ansible_role | ro-vlasov/sitereliabilityengineering | c540d587485bd9ba5aeec0070bc73978c3e59005 | 0 | roles/zabbix | 7,450 | [
"no_license"
] | [
{
"path": "roles/zabbix/tasks/main.yml",
"content": "---\n- name: Install zabbix agent [RedHat]\n become: yes\n dnf:\n name: zabbix-agent\n state: present\n when: ansible_os_family == \"RedHat\"\n \n- name: Install zabbix agent [Ubuntu]\n become: yes\n apt:\n name: zabbix-agent\n state: pr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 968,
"all_permissive": false
} |
ansible_role | studxxx/jenkins | f81b67eef72cfa6400dc616a6266ee1e483bd305 | 0 | provisioning/roles/agent | 7,450 | [
"no_license"
] | [
{
"path": "provisioning/roles/agent/tasks/main.yml",
"content": "---\n- name: Create agent user\n user:\n name: jenkins\n password: '!'\n groups:\n - docker\n state: present\n\n- name: Install software\n apt:\n name:\n - git\n - make\n state: present\n update_cache: yes... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 228,
"all_permissive": false
} |
ansible_role | studxxx/jenkins | f81b67eef72cfa6400dc616a6266ee1e483bd305 | 0 | provisioning/roles/java | 7,450 | [
"no_license"
] | [
{
"path": "provisioning/roles/java/tasks/main.yml",
"content": "---\n# TODO this task doesn't work and I don't know why\n#- name: Add OpenJDK repository\n# apt_repository:\n# repo: 'deb http://ftp.us.debian.org/debian sid main'\n# state: present\n# filename: openjdk\n# update_cache: yes\n\n- na... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 344,
"all_permissive": false
} |
ansible_role | studxxx/jenkins | f81b67eef72cfa6400dc616a6266ee1e483bd305 | 0 | provisioning/roles/jenkins | 7,450 | [
"no_license"
] | [
{
"path": "provisioning/roles/jenkins/tasks/main.yml",
"content": "- import_tasks: generate_certificates.yml\n- import_tasks: create_user.yml\n- import_tasks: add_certbot_hook.yml\n- import_tasks: add_docker_dind_prune.yml",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 15... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 225,
"all_permissive": false
} |
ansible_role | jmcclena94/django-portfolio | 1deb07035de371320fab2e953c48454f16be914d | 1 | roles/django | 7,450 | [
"no_license"
] | [
{
"path": "roles/django/tasks/main.yml",
"content": "---\n\n- name: Install System Packages\n apt: name={{ item }} state=present update_cache=yes cache_valid_time=3600\n sudo: yes\n with_items:\n - build-essential\n - python-dev\n - python-pip\n - postgresql-client\n - libpq-dev\n - lib... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1631,
"all_permissive": false
} |
ansible_role | jmcclena94/django-portfolio | 1deb07035de371320fab2e953c48454f16be914d | 1 | roles/gunicorn | 7,450 | [
"no_license"
] | [
{
"path": "roles/gunicorn/tasks/main.yml",
"content": "---\n\n- name: Install Requirements\n sudo: yes\n pip: name=gunicorn state=present\n\n- name: Create gunicorn Upstart Job\n sudo: yes\n template: src=imager.conf.j2 dest=/etc/init/portfolio.conf\n\n- name: Start gunicorn Upstart Job\n sudo: yes\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 677,
"all_permissive": false
} |
ansible_role | lvp2023/f5-ansible-automation | 3c24978b990ca23a6703ab270e423843463e8116 | 0 | roles/telegram | 7,450 | [
"permissive"
] | [
{
"path": "roles/telegram/tasks/main.yml",
"content": "---\n- name: Send notify to Telegram\n community.general.telegram:\n token: '{{ token_tele }}'\n api_args:\n chat_id: -1002094147640\n parse_mode: \"MarkdownV2\"\n text: \"Backup complete node {{ ansible_host| regex_escape() }} on ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 361,
"all_permissive": true
} |
ansible_role | mihail-dev/coffeetime | 34c6eaf95d001c2a3626ceda4eeecf521c419957 | 0 | roles/dynamo_db | 7,450 | [
"no_license"
] | [
{
"path": "roles/dynamo_db/tasks/main.yml",
"content": "---\n\n- name: Create a dynamodb table\n dynamodb_table:\n name: \"{{ dynamodb_table_name }}\"\n region: \"{{ aws_region }}\"\n hash_key_name: id\n hash_key_type: STRING\n read_capacity: 2\n write_capacity: 2",
"license_type": "n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | mihail-dev/coffeetime | 34c6eaf95d001c2a3626ceda4eeecf521c419957 | 0 | roles/s3 | 7,450 | [
"no_license"
] | [
{
"path": "roles/s3/tasks/main.yml",
"content": "---\n\n- name: Create s3 bucket\n s3_bucket: \n name: \"{{ s3_bucket_name }}\"\n\n- name: Enable s3 website hosting\n s3_website:\n name: \"{{ s3_bucket_name }}\"\n state: present\n\n# TODO: idempotent\n- name: put index.html\n s3:\n bucket: \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 380,
"all_permissive": false
} |
ansible_role | mihail-dev/coffeetime | 34c6eaf95d001c2a3626ceda4eeecf521c419957 | 0 | roles/serverless | 7,450 | [
"no_license"
] | [
{
"path": "roles/serverless/serverless_framework/serverless.yml",
"content": "# Welcome to Serverless!\n#\n# This file is the main config file for your service.\n# It's very minimal at this point and uses default values.\n# You can always add more config options for more control.\n# We've included some comm... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2755,
"all_permissive": false
} |
ansible_role | mmato23/ansible24 | 471acbe01293fcad43727e187fb927c3d1ecf365 | 0 | roles/base | 7,450 | [
"no_license"
] | [
{
"path": "roles/base/tasks/main.yml",
"content": "- name: Add ssh key for Oga\n tags: always\n authorized_key:\n user: oga\n key: <KEY>\n\n\n- name: Install Updates (Oracle Linux)\n dnf:\n update_cache: yes\n changed_when: false\n when: ansible_distribution == \"OracleLinux\"\n\n- name: Insta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | mmato23/ansible24 | 471acbe01293fcad43727e187fb927c3d1ecf365 | 0 | roles/db_servers | 7,450 | [
"no_license"
] | [
{
"path": "roles/db_servers/tasks/main.yml",
"content": "- name: Install MariaDB package (Oracle Linux)\n tags: mariadb,db,oracleLinux\n dnf:\n name: mariadb\n state: latest\n when: ansible_distribution == \"OracleLinux\"\n\n- name: Install MariaDB package (Ubuntu)\n tags: mariadb,db,ubuntu\n apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 890,
"all_permissive": false
} |
ansible_role | mmato23/ansible24 | 471acbe01293fcad43727e187fb927c3d1ecf365 | 0 | roles/file_servers | 7,450 | [
"no_license"
] | [
{
"path": "roles/file_servers/tasks/main.yml",
"content": "- name: Install Samba package\n tags: files,samba,ubuntu,oracleLinux\n package:\n name: samba\n state: latest\n\n\n- name: Install Unzip\n package:\n name: unzip\n\n- name: Install OpenTofu\n unarchive:\n src: https://github.com/open... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 395,
"all_permissive": false
} |
ansible_role | mmato23/ansible24 | 471acbe01293fcad43727e187fb927c3d1ecf365 | 0 | roles/web_servers | 7,450 | [
"no_license"
] | [
{
"path": "roles/web_servers/tasks/main.yml",
"content": "- name: Install apache2 and support packages\n tags: apache,apache2,ubuntu\n apt:\n update_cache: yes\n name:\n - apache2\n - libapache2-mod-php\n state: latest\n when: ansible_distribution == \"Ubuntu\"\n\n\n\n\n- name: Install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | jistr/lab-openstack | 6e3f1535e93ee5144f86540af1da05100a4806ff | 1 | roles/devtest | 7,450 | [
"no_license"
] | [
{
"path": "roles/devtest/templates/sudoers-devtest.j2",
"content": "devtest ALL=(ALL) NOPASSWD: ALL\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 45
},
{
"path": "roles/devtest/tasks/main.yml",
"content": "---\n- include: user.yml\n\n- name: cl... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1256,
"all_permissive": false
} |
ansible_role | jistr/lab-openstack | 6e3f1535e93ee5144f86540af1da05100a4806ff | 1 | roles/devtest_prereq | 7,450 | [
"no_license"
] | [
{
"path": "roles/devtest_prereq/tasks/kvm.yml",
"content": "---\n- yum: state=present name=qemu-kvm\n- modprobe: state=present name=kvm_intel\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 80
},
{
"path": "roles/devtest_prereq/tasks/libvirt.yml",
"content": ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1936,
"all_permissive": false
} |
ansible_role | jistr/lab-openstack | 6e3f1535e93ee5144f86540af1da05100a4806ff | 1 | roles/moved_libvirt_storage | 7,450 | [
"no_license"
] | [
{
"path": "roles/moved_libvirt_storage/tasks/main.yml",
"content": "---\n- name: fact storage_pool_path_correct\n shell: virsh pool-dumpxml default | grep '<path>{{ storage_pool_path }}</path>'\n register: storage_pool_path_correct\n changed_when: false\n failed_when: false\n\n- file: state=directory pa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 737,
"all_permissive": false
} |
ansible_role | bobbysinghh/gaia-testnet | 1c77cd920dada4aad55c4162fbee1c9226290bda | 1 | roles/gaia | 7,450 | [
"no_license"
] | [
{
"path": "roles/gaia/tasks/main.yml",
"content": "---\n# tasks file for gaia\n- name: installing packages\n package:\n name:\n - gcc\n state: latest\n\n- name: Install gaia\n copy:\n src: \"{{ item }}\"\n dest: /usr/local/bin/\n mode: 755\n with_items:\n - gai... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1690,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/firefox | 7,450 | [
"no_license"
] | [
{
"path": "roles/firefox/tasks/main.yml",
"content": "- name: Install firefox-esr\n become: true\n apt:\n state: latest\n name:\n - firefox-esr\n\n- name: Start firefox\n shell: timeout 10 firefox-esr --headless\n ignore_errors: true\n\n- name: Check firefox config folder\n find:\n paths:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1128,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/misc | 7,450 | [
"no_license"
] | [
{
"path": "roles/misc/tasks/main.yml",
"content": "- name: Disable screen lock\n become: true\n file:\n path: /etc/xdg/autostart/light-locker.desktop\n state: absent\n\n- name: Copy /etc/xdg/user-dirs.defaults\n become: true\n copy:\n src: user-dirs.defaults\n dest: /etc/xdg/user-dirs.defaul... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 616,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/network | 7,450 | [
"no_license"
] | [
{
"path": "roles/network/tasks/main.yml",
"content": "- name: Copy interfaces file\n become: true\n copy:\n src: interfaces\n dest: /etc/network/interfaces\n owner: root\n group: root\n mode: 0644\n\n- name: Install network-manager\n become: true\n apt:\n state: latest\n name:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 694,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/packages | 7,450 | [
"no_license"
] | [
{
"path": "roles/packages/tasks/main.yml",
"content": "- name: update apt cache\n become: true\n apt:\n update_cache: yes\n\n- name: install packages\n become: true\n apt:\n state: latest\n name:\n - curl\n - wget\n - zip\n - unzip\n - p7zip-full\n - git\n - v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 309,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/terminal | 7,450 | [
"no_license"
] | [
{
"path": "roles/terminal/files/.zshrc",
"content": "# TILIX\nif [ $TILIX_ID ] || [ $VTE_VERSION ]; then\n source /etc/profile.d/vte-2.91.sh\nfi\n\n# OPTIONS\nsetopt numericglobsort # sort filenames numerically when it makes sense\nsetopt nonomatch # hide error message if there is no match for th... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 8203,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/vscode | 7,450 | [
"no_license"
] | [
{
"path": "roles/vscode/files/code",
"content": "#!/bin/sh\n\n/usr/share/code/bin/code --force-device-scale-factor=2",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 65
},
{
"path": "roles/vscode/tasks/main.yml",
"content": "- name: Copy code.desktop\n become: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 302,
"all_permissive": false
} |
ansible_role | nu11zy/ansible-linux-vm | 9e81311b5aea462d35b7d81bc99cd18b5e0d2c2e | 2 | roles/xfce | 7,450 | [
"no_license"
] | [
{
"path": "roles/xfce/tasks/main.yml",
"content": "- name: Install xfce4 packages\n become: true\n apt:\n state: latest\n name:\n - xfce4\n - xfce4-whiskermenu-plugin\n - xfce4-systemload-plugin\n - xfce4-netload-plugin\n - xfce4-taskmanager\n - xfce4-xkb-plugin\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 5492,
"all_permissive": false
} |
ansible_role | tsamanis/FMC-FTD-HA | b23c17e6d50cb1cf6847f2a44e7daef2e1ebf46d | 0 | roles/HAPairs | 7,450 | [
"no_license"
] | [
{
"path": "roles/HAPairs/tasks/main.yml",
"content": "---\n\n - name: Get Device HA pairs\n uri:\n url: \"https://{{FMC_IP}}/api/fmc_config/v1/domain/{{domain_uuid}}/devicehapairs/ftddevicehapairs?expanded=true\"\n method: GET\n headers:\n \"x-auth-access-token\": \"{{acc_token}}\"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 398,
"all_permissive": false
} |
ansible_role | tsamanis/FMC-FTD-HA | b23c17e6d50cb1cf6847f2a44e7daef2e1ebf46d | 0 | roles/auth | 7,450 | [
"no_license"
] | [
{
"path": "roles/auth/tasks/main.yml",
"content": "---\n - name: Generate Token\n uri:\n url: \"https://{{FMC_IP}}/api/fmc_platform/v1/auth/generatetoken\"\n method: POST\n# user: \"api\"\n user: \"{{ FMC_username }}\"\n# password: \"<PASSWORD>\"\n password: \"{{ <PASSWORD> }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 366,
"all_permissive": false
} |
ansible_role | appuio/openshift-client-distributor | d82c12ced3d77e622bd16473abf07d1362ee900c | 0 | roles/openshift-client-distributor | 7,450 | [
"no_license"
] | [
{
"path": "roles/openshift-client-distributor/templates/buildconfig.yml.j2",
"content": "apiVersion: v1\nkind: BuildConfig\nmetadata:\n labels:\n app: {{ openshift_client_distributor_name }}\n name: {{ openshift_client_distributor_name }}\n namespace: {{ openshift_client_distributor_namespace }}\nspec... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 7626,
"all_permissive": false
} |
ansible_role | shifty11/cosmos-gov | 6f225ea669c735339c4825b42566fd015ae582c8 | 1 | ansible/roles/cosmos_gov_installation | 7,450 | [
"no_license"
] | [
{
"path": "ansible/roles/cosmos_gov_installation/templates/cosmosgov-telegram.service.j2",
"content": "[Unit]\nDescription=Cosmos Gov Telegram Bot\nConditionPathExists=/etc/cosmosgov/cosmos-gov/\nAfter=network.target\n\n[Service]\nType=simple\nUser=cosmosgov\nGroup=cosmosgov\n\nWorkingDirectory=/etc/cosmosg... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 5564,
"all_permissive": false
} |
ansible_role | shifty11/cosmos-gov | 6f225ea669c735339c4825b42566fd015ae582c8 | 1 | ansible/roles/prepare | 7,450 | [
"no_license"
] | [
{
"path": "ansible/roles/prepare/tasks/firewall.yml",
"content": "---\n- name: install packages\n apt:\n name: ufw\n state: present\n update_cache: yes\n\n- name: ufw already enabled\n command: ufw status verbose\n register: ufw_status_result\n changed_when: False\n\n- name: open node_exporter ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 913,
"all_permissive": false
} |
ansible_role | shifty11/cosmos-gov | 6f225ea669c735339c4825b42566fd015ae582c8 | 1 | ansible/roles/update | 7,450 | [
"no_license"
] | [
{
"path": "ansible/roles/update/tasks/main.yml",
"content": "---\n- name: Remove /tmp/cosmos-gov directory\n file:\n path: /tmp/cosmos-gov\n state: absent\n changed_when: false\n\n- name: Clone cosmosgov github repository\n git:\n repo: https://{{ github_access_token }}@github.com/shifty11/cosmo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | ushios/vagrant-k8s | abcbb936c0bc2d7ea208a38e1b9bef12e1e4ddd7 | 1 | provision/roles/common | 7,450 | [
"no_license"
] | [
{
"path": "provision/roles/common/tasks/main.yml",
"content": "- name: \"FIX: Ubuntu 16.04 LTS doesn't come with certain modules, required by ansible\"\n raw: apt-get install python-minimal aptitude -y\n become: true\n become_user: root\n become_method: sudo\n\n- name: Upgrade\n sudo: yes\n apt: updat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 408,
"all_permissive": false
} |
ansible_role | ushios/vagrant-k8s | abcbb936c0bc2d7ea208a38e1b9bef12e1e4ddd7 | 1 | provision/roles/docker | 7,450 | [
"no_license"
] | [
{
"path": "provision/roles/docker/vars/main.yml",
"content": "docker_user: vagrant\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 21
},
{
"path": "provision/roles/docker/tasks/main.yml",
"content": "- name: Install dependencies\n sudo: yes\n apt: name={{it... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 760,
"all_permissive": false
} |
ansible_role | ushios/vagrant-k8s | abcbb936c0bc2d7ea208a38e1b9bef12e1e4ddd7 | 1 | provision/roles/k8s | 7,450 | [
"no_license"
] | [
{
"path": "provision/roles/k8s/tasks/main.yml",
"content": "- name: Install build tools\n sudo: yes\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apt-transport-https\n - build-essential\n - linux-libc-dev\n - bridge-utils\n - golang\n",
"license_type": "no_licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 207,
"all_permissive": false
} |
ansible_role | ushios/vagrant-k8s | abcbb936c0bc2d7ea208a38e1b9bef12e1e4ddd7 | 1 | provision/roles/kubeadm | 7,450 | [
"no_license"
] | [
{
"path": "provision/roles/kubeadm/tasks/main.yml",
"content": "- name: Install dependencies\n sudo: yes\n apt: name={{item}} state=present update_cache=yes\n with_items:\n - apt-transport-https\n\n- name: Add key\n sudo: yes\n raw: curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 654,
"all_permissive": false
} |
ansible_role | ushios/vagrant-k8s | abcbb936c0bc2d7ea208a38e1b9bef12e1e4ddd7 | 1 | provision/roles/kubectl | 7,450 | [
"no_license"
] | [
{
"path": "provision/roles/kubectl/tasks/main.yml",
"content": "- name: download latest\n sudo: yes\n raw: curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl\n\n- name: chmod\n sudo: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 346,
"all_permissive": false
} |
ansible_role | reiki4040/playbooks | e6db9cd93ba37ea573df711266ee4e98328d9928 | 0 | roles/goweb | 7,450 | [
"no_license"
] | [
{
"path": "roles/goweb/handlers/main.yml",
"content": "- name: systemctl daemon-reload\n shell: systemctl daemon-reload\n\n- name: restart circus\n service: name=circus state=restarted\n\n- name: reload circus\n service: name=circus state=reloaded\n\n- name: reload goweb\n shell: circusctl reload goweb\... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6135,
"all_permissive": false
} |
ansible_role | gmontoya2483/Ansible-Hands-On | 91309aacdc1654f0cef1f54bb3d5d65a8e1bbd15 | 2 | advance_section_04_roles/roles/python | 7,441 | [
"no_license"
] | [
{
"path": "advance_section_04_roles/roles/python/tasks/main.yml",
"content": "---\n - name: Install dependencies\n apt: name={{ item }} state=present\n with_items:\n - python\n - python-setuptools\n - python-dev\n - build-essential\n - python-pip\n - python-m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 303,
"all_permissive": false
} |
ansible_role | tunnel49/ansible-arch | 845a8c8eecf24a1cfac6c6fd4ff78e3013e57e69 | 0 | roles/docker | 7,441 | [
"permissive"
] | [
{
"path": "roles/docker/defaults/main.yml",
"content": "---\n\ndocker_state: 'started'\n\ndocker_daemon: {}\ndocker_config:\n graph: '{{ docker_directory }}'\n hosts: \n - 'tcp://0.0.0.0:2375'\n - 'unix:///var/run/docker.sock'\n log-level: 'info'\n log-driver: 'json-file'\n log-opts:\n max-fil... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 2341,
"all_permissive": true
} |
ansible_role | tunnel49/ansible-arch | 845a8c8eecf24a1cfac6c6fd4ff78e3013e57e69 | 0 | roles/edgeproxy | 7,441 | [
"permissive"
] | [
{
"path": "roles/edgeproxy/defaults/main.yml",
"content": "---\n\nedgeproxy_user: 'edgeproxy'\nedgeproxy_home: '/srv/edgeproxy'\nedgeproxy_state: 'started'\n\nedgeproxy_tld: example.net\n",
"license_type": "permissive",
"detected_licenses": [
"Apache-2.0"
],
"size_bytes": 121
},
{
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 4021,
"all_permissive": true
} |
ansible_role | tunnel49/ansible-arch | 845a8c8eecf24a1cfac6c6fd4ff78e3013e57e69 | 0 | roles/plex | 7,441 | [
"permissive"
] | [
{
"path": "roles/plex/templates/plex.service.j2",
"content": "# {{ ansible_managed }}\n\n[Unit]\nDescription=Plex Server - Docker Compose Service\nAfter=edgeproxy.service docker.service network-online.target\n\n[Service]\nWorkingDirectory={{ plex_home }}\nType=simple\nUser={{ plex_user }}\nGroup={{ plex_use... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 4406,
"all_permissive": true
} |
ansible_role | arundil/notejam | e4353d9ff4f787d6f91ded078ed24964b5dd703e | 1 | infrastructure/ansible/roles/0_prerrequisites | 7,441 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/0_prerrequisites/tasks/main.yml",
"content": "#####################################\n# Role: Prerrequisites #\n#####################################\n# #\n# Author: <NAME> #\n###############################... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2705,
"all_permissive": true
} |
ansible_role | arundil/notejam | e4353d9ff4f787d6f91ded078ed24964b5dd703e | 1 | infrastructure/ansible/roles/1_azure | 7,441 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/1_azure/tasks/2_Azure_Kubernetes_Service.yml",
"content": "#####################################\n# Task:4)Azure Kubernetes Service #\n# Role: Azure #\n#####################################\n# #\n# Autho... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 5319,
"all_permissive": true
} |
ansible_role | arundil/notejam | e4353d9ff4f787d6f91ded078ed24964b5dd703e | 1 | infrastructure/ansible/roles/2_clusterconfig | 7,441 | [
"permissive"
] | [
{
"path": "infrastructure/ansible/roles/2_clusterconfig/tasks/main.yml",
"content": "#####################################\n# Role: clusterconfig #\n#####################################\n# #\n# Author:<NAME> #\n################################... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 5603,
"all_permissive": true
} |
ansible_role | levycampelo/homelab | 021080dc38ab001ad17f1f2c8c50752bb211a1e5 | 1 | ansible-k8s/roles/change-hostname | 7,441 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/change-hostname/defaults/main.yaml",
"content": "---\nhostname: \"{{ inventory_hostname }}\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 41
},
{
"path": "ansible-k8s/roles/change-hostname/tasks/main.yaml",
"content": "---\n- n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1098,
"all_permissive": false
} |
ansible_role | levycampelo/homelab | 021080dc38ab001ad17f1f2c8c50752bb211a1e5 | 1 | ansible-k8s/roles/install-k8s | 7,441 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/install-k8s/handlers/main.yaml",
"content": "---\n- name: Recarregar modulos\n ansible.builtin.systemd:\n name: systemd-modules-load.service\n state: restarted\n become: true\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 133
},
... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 3478,
"all_permissive": false
} |
ansible_role | levycampelo/homelab | 021080dc38ab001ad17f1f2c8c50752bb211a1e5 | 1 | ansible-k8s/roles/join-master | 7,441 | [
"no_license"
] | [
{
"path": "ansible-k8s/roles/join-master/tasks/main.yaml",
"content": "---\n- name: iniciar primeiro no\n command: kubeadm init\n register: kubeadm_init_output\n when: inventory_hostname == 'master0'\n ignore_errors: yes\n\n- name: criar diretorio .kube no root\n file:\n path: /root/.kube\n state... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1980,
"all_permissive": false
} |
ansible_role | levycampelo/homelab | 021080dc38ab001ad17f1f2c8c50752bb211a1e5 | 1 | ansible-proxmox/roles/proxmox | 7,441 | [
"no_license"
] | [
{
"path": "ansible-proxmox/roles/proxmox/vars/main.yaml",
"content": "---\nproxmox_host: \"192.168.68.69\" \nproxmox_user: \"root@pam\" \nproxmox_password: \"<PASSWORD>\" \nproxmox_node: \"beta\" \nstorage: \"local-lvm\" \nvm_count: 4 \nmemory: 2048 \ncores: 2 \ndisk_size: 20 \nvm_list:\n - { name: \"k8s-m... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 964,
"all_permissive": false
} |
ansible_role | publicissapient-france/kouign-amann-pi | e0d9f4e1c0e9d1ba484cfc87a014fd2502f5544e | 1 | ansible/roles/common-pi | 7,441 | [
"no_license"
] | [
{
"path": "ansible/roles/common-pi/tasks/main.yml",
"content": "---\n- name: apt initial update\n command:\n /usr/bin/apt-get update\n tags: init\n\n- name: install python-apt\n command:\n /usr/bin/apt-get install python-apt -y\n tags: init\n\n- name: ntp\n apt:\n pkg={{item}}\n state=prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1604,
"all_permissive": false
} |
ansible_role | publicissapient-france/kouign-amann-pi | e0d9f4e1c0e9d1ba484cfc87a014fd2502f5544e | 1 | ansible/roles/kouign-amann | 7,441 | [
"no_license"
] | [
{
"path": "ansible/roles/kouign-amann/templates/vertx-kouign-amann.json.j2",
"content": "{\n \"hardwareUid\": \"{{ pi_uid }}\",\n \"mqttClient\": {\n \"server-uri\" : \"tcp://localhost:1883\",\n \"client-id\": \"local\"\n },\n \"modeAdmin\" : false,\n \"modeRun\" : true,\n \"... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2064,
"all_permissive": false
} |
ansible_role | publicissapient-france/kouign-amann-pi | e0d9f4e1c0e9d1ba484cfc87a014fd2502f5544e | 1 | ansible/roles/mqtt-relay | 7,441 | [
"no_license"
] | [
{
"path": "ansible/roles/mqtt-relay/templates/mosquitto.conf.j2",
"content": "log_type error\nlog_type warning\nlog_type notice\nlog_type information\nlog_type debug\nlog_dest stdout\n\nretry_interval 10\n\nconnection {{ pi_uid }}ToCentral\ntry_private false\naddress {{ mqtt_parent_host }}:{{ mqtt_parent_po... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2204,
"all_permissive": false
} |
ansible_role | publicissapient-france/kouign-amann-pi | e0d9f4e1c0e9d1ba484cfc87a014fd2502f5544e | 1 | ansible/roles/wifi-ap | 7,441 | [
"no_license"
] | [
{
"path": "ansible/roles/wifi-ap/templates/etc_hostapd_hostapd.conf.j2",
"content": "#\n# WARNING : This file has been generated via Ansible. Local changes might be overriden at any time.\n#\n\ninterface=wlan0\nssid=archipel\nhw_mode=g\nchannel=6\nmacaddr_acl=0\nauth_algs=1\nignore_broadcast_ssid=0\nwpa=2\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3889,
"all_permissive": false
} |
ansible_role | publicissapient-france/kouign-amann-pi | e0d9f4e1c0e9d1ba484cfc87a014fd2502f5544e | 1 | ansible/roles/wifi-device | 7,441 | [
"no_license"
] | [
{
"path": "ansible/roles/wifi-device/templates/network_interfaces.j2",
"content": "auto lo\n\niface lo inet loopback\n\nauto eth0\niface eth0 inet dhcp\n\nauto wlan0\niface wlan0 inet manual\nwpa-roam /etc/wpa_supplicant/wpa_supplicant.conf\n\niface default inet dhcp",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1252,
"all_permissive": false
} |
ansible_role | Thiago-Sorrilha/ANSIBLE_BSIMPLE | c63bcf664ffeb698f526107ef0b028fa29c1220c | 0 | ANSIBLE_Bsimple/Playbooks_Cluster/roles/control | 7,441 | [
"no_license"
] | [
{
"path": "ANSIBLE_Bsimple/Playbooks_Cluster/roles/control/tasks/main.yml",
"content": "---\n# tasks file for master\n- name: 1) Baixando o Calico.yaml\n shell: # comando que daria no terminal á no host\n cmd: \"wget https://docs.projectcalico.org/manifests/calico.yaml\"\n\n- name: 2) Criand... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1453,
"all_permissive": false
} |
ansible_role | Thiago-Sorrilha/ANSIBLE_BSIMPLE | c63bcf664ffeb698f526107ef0b028fa29c1220c | 0 | ANSIBLE_Bsimple/Playbooks_Cluster/roles/nodes | 7,441 | [
"no_license"
] | [
{
"path": "ANSIBLE_Bsimple/Playbooks_Cluster/roles/nodes/tasks/main.yml",
"content": "---\n# tasks file for nodes\n\n- name: 1) Atualizar repositorio\n shell: # comando que daria no terminal á no host\n cmd: \"sudo apt-get update\"\n\n- name: 2) Transport-https ca-certificates curl\n shell:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 5680,
"all_permissive": false
} |
ansible_role | Thiago-Sorrilha/ANSIBLE_BSIMPLE | c63bcf664ffeb698f526107ef0b028fa29c1220c | 0 | ANSIBLE_Bsimple/Playbooks_Cluster/roles/utility | 7,441 | [
"no_license"
] | [
{
"path": "ANSIBLE_Bsimple/Playbooks_Cluster/roles/utility/tasks/main.yml",
"content": "---\n# tasks file for utility\n\n- name: Install htop\n apt:\n name: htop\n state: present\n\n- name: Install wget\n apt:\n name: wget\n state: present\n\n- name: Install curl\n apt:\n name: curl\n s... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1290,
"all_permissive": false
} |
ansible_role | evpozhidaev/linuxtraining.ru_basic | 46589a4821550c1c3dcb7c00880991710db180dd | 0 | exam/labs/ansible/roles/infra-default | 7,441 | [
"no_license"
] | [
{
"path": "exam/labs/ansible/roles/infra-default/tasks/main.yml",
"content": "---\n\n- name: Install packeges\n ansible.builtin.apt:\n name:\n - 'apt-cacher-ng'\n - 'chrony'\n state: present\n\n- name: Configure chrony\n ansible.builtin.template:\n src: \"chrony.conf.j2\"\n dest: \"/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 533,
"all_permissive": false
} |
ansible_role | gashirar/kubernetes-on-oci-free-tier | 85d91b56bcc05139269cc721bdb8d4ae811186ea | 6 | ansible-kubeadm/roles/cni | 7,441 | [
"no_license"
] | [
{
"path": "ansible-kubeadm/roles/cni/tasks/main.yaml",
"content": "---\n\n- name: Create Kubernetes addon directory\n file:\n path: \"{{ network_dir }}\"\n state: directory\n\n- name: \"Copy {{ cni_plugin }} YAML files\"\n template:\n src: \"{{ item }}\"\n dest: \"{{ network_dir }}/{{ item | b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 522,
"all_permissive": false
} |
ansible_role | gashirar/kubernetes-on-oci-free-tier | 85d91b56bcc05139269cc721bdb8d4ae811186ea | 6 | ansible-kubeadm/roles/containerd | 7,441 | [
"no_license"
] | [
{
"path": "ansible-kubeadm/roles/containerd/tasks/main.yaml",
"content": "---\n- name: \"Create containerd.conf\"\n copy:\n src: \"containerd.conf\"\n dest: \"/etc/modules-load.d/\"\n mode: 0644\n\n- name: \"Create 99-kubernetes-cri.conf\"\n copy:\n src: \"99-kubernetes-cri.conf\"\n dest: \... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 955,
"all_permissive": false
} |
ansible_role | gashirar/kubernetes-on-oci-free-tier | 85d91b56bcc05139269cc721bdb8d4ae811186ea | 6 | ansible-kubeadm/roles/docker | 7,441 | [
"no_license"
] | [
{
"path": "ansible-kubeadm/roles/docker/tasks/main.yaml",
"content": "---\n\n- name: Add an Apt signing key, uses whichever key is at the URL\n ansible.builtin.apt_key:\n url: https://download.docker.com/linux/ubuntu/gpg\n state: present\n\n- name: Add docker repository into sources list\n ansible.b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 699,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.