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 | Servhentess/script-ansible | 54d6212d18cfa26005d8f9f3d0a53cf159cf4b13 | 0 | roles/roles/generatessh | 452 | [
"no_license"
] | [
{
"path": "roles/roles/generatessh/tasks/main.yaml",
"content": "---\n- name: Look for id_rsa_httpd exist\n stat:\n path: /root/.ssh/id_rsa_httpd\n register: file_exist\n\n- name: Generate ssh key pair in local\n command: \"ssh-keygen -t rsa -b 2048 -f /root/.ssh/id_rsa_httpd\"\n when: file_exist.sta... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 250,
"all_permissive": false
} |
ansible_role | DaleBetts/ansible_modules | 53c42de3197bad7bdb7e80c4793a78b70ac85a7f | 0 | roles/postgresql_install | 452 | [
"no_license"
] | [
{
"path": "roles/postgresql_install/templates/bash_profile.j2",
"content": "# .bash_profile\n\n# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n\n# User specific environment and startup programs\n\nPATH=$PATH:{{ pg_bin_loc }}:/$HOME/bin:\n\nexport PATH\n",
"license_ty... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1364,
"all_permissive": false
} |
ansible_role | NukaCola75/TP_Ansible | 6593005cd7490409b274948b74d7d33ec623aba6 | 0 | TP3/roles/apache | 452 | [
"no_license"
] | [
{
"path": "TP3/roles/apache/tasks/mail.yml",
"content": "- name: \"Installation apache\"\n apt:\n name: \"{{ dependency }}\"\n\n- name: \"Verif statut apache\"\n systemd:\n name: apache2\n state: started\n enabled: yes\n\n- name: \"Configuration proxy\"\n command: \"{{ item }}\"\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 634,
"all_permissive": false
} |
ansible_role | NukaCola75/TP_Ansible | 6593005cd7490409b274948b74d7d33ec623aba6 | 0 | TP3/roles/gitlab | 452 | [
"no_license"
] | [
{
"path": "TP3/roles/gitlab/tasks/main.yml",
"content": "- name: \"Installation Gitlab Dep\"\n apt:\n name: \"{{ dependencies }}\"\n\n- name: \"Get script SH\"\n get_url:\n url: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh\n dest: /tmp/\n\n- name: \"Exec SC\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1108,
"all_permissive": false
} |
ansible_role | NukaCola75/TP_Ansible | 6593005cd7490409b274948b74d7d33ec623aba6 | 0 | TP4/roles/apache | 452 | [
"no_license"
] | [
{
"path": "TP4/roles/apache/tasks/main.yml",
"content": "---\n\n- name: Install apache2\n apt:\n name: apache2\n update_cache: true\n state: latest\n\n- name: Status apache2\n service:\n name: apache2\n state: started\n enabled: true\n\n- name: Creation site\n file:\n path: \"/var/ww... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1145,
"all_permissive": false
} |
ansible_role | NukaCola75/TP_Ansible | 6593005cd7490409b274948b74d7d33ec623aba6 | 0 | TP4/roles/gitlab | 452 | [
"no_license"
] | [
{
"path": "TP4/roles/gitlab/tasks/main.yml",
"content": "---\n\n- name: Gitlab deps\n apt:\n pkg:\n - curl\n - openssh-server\n - ca-certificates\n - postfix\n\n- name: Get Script\n get_url:\n url: https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.d... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1773,
"all_permissive": false
} |
ansible_role | NukaCola75/TP_Ansible | 6593005cd7490409b274948b74d7d33ec623aba6 | 0 | TP4/roles/gitlabrunner | 452 | [
"no_license"
] | [
{
"path": "TP4/roles/gitlabrunner/handlers/main.yml",
"content": "---\n\n- name: Restart Gitlab\n service:\n name: gitlab-runner\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 83
},
{
"path": "TP4/roles/gitlabrunner/vars/main.yml",
"c... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1104,
"all_permissive": false
} |
ansible_role | bdomitil/cloud-1 | 081e2d8d23b1b1b4629f26d8fc03b87a98153d6c | 0 | roles/adminer | 452 | [
"no_license"
] | [
{
"path": "roles/adminer/tasks/main.yml",
"content": "- name: Run docker adminer\n become: true\n docker_container:\n name: adminer\n networks:\n - name: '{{docker_network_name}}'\n image: adminer\n restart_policy: always\n",
"license_type": "no_license",
"detected_licenses": [],
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 179,
"all_permissive": false
} |
ansible_role | bdomitil/cloud-1 | 081e2d8d23b1b1b4629f26d8fc03b87a98153d6c | 0 | roles/mysql | 452 | [
"no_license"
] | [
{
"path": "roles/mysql/vars/main.yml",
"content": "work_dir: '{{mysql_data_path}}'\nimage_name: mysql\nvolume_name: db_vol\nvolume_path: '{{work_dir}}/db_volume'\ncontainer_name : mysql\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
},
{
"path": "roles/mysql... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | bdomitil/cloud-1 | 081e2d8d23b1b1b4629f26d8fc03b87a98153d6c | 0 | roles/nginx | 452 | [
"no_license"
] | [
{
"path": "roles/nginx/vars/main.yml",
"content": "image_name : nginx_image\ncontainer_name : nginx\nwork_dir : /opt/nginx/\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 71
},
{
"path": "roles/nginx/template/tools/start.sh",
"content": "#! /bin/bash\n\nopen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1361,
"all_permissive": false
} |
ansible_role | bdomitil/cloud-1 | 081e2d8d23b1b1b4629f26d8fc03b87a98153d6c | 0 | roles/wordpress | 452 | [
"no_license"
] | [
{
"path": "roles/wordpress/vars/main.yml",
"content": "image_name : wp_image\ncontainer_name : wordpress\nwork_dir : '{{wp_data_path}}'\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 79
},
{
"path": "roles/wordpress/tasks/main.yml",
"content": "- name : Crea... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 865,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/base | 452 | [
"no_license"
] | [
{
"path": "roles/base/tasks/system.yml",
"content": "- name: Set timezone\n timezone: name=\"{{ timezone }}\"\n\n- name: Update timezone\n command: dpkg-reconfigure --frontend noninteractive tzdata\n changed_when: False\n\n- name: Correct interfaces\n template: src=network-interfaces dest=/etc/network/i... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 13433,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/calico | 452 | [
"no_license"
] | [
{
"path": "roles/calico/tasks/main.yml",
"content": "---\n# tasks file for calico\n- name: check wheter the calicoctl binary is already downloaded\n stat:\n path: /home/vagrant/calicoctl-{{ calicoctl_version }}\n register: calicoctl_stat\n\n- name: download the calicoctl binary\n get_url:\n url: \"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5438,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/containernetworking.cni | 452 | [
"no_license"
] | [
{
"path": "roles/containernetworking.cni/defaults/main.yml",
"content": "---\n# defaults file for containernetworking.cni\ncni_version: 0.6.0\ncni_base_name: cni-amd64-v{{ cni_version }}\ncni_plugins_base_name: cni-plugins-amd64-v{{ cni_version }}\n",
"license_type": "no_license",
"detected_licenses... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2651,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/docker-overlay-setup | 452 | [
"no_license"
] | [
{
"path": "roles/docker-overlay-setup/vars/main.yml",
"content": "---\n# vars file for docker-overlay-setup",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 40
},
{
"path": "roles/docker-overlay-setup/tests/test.yml",
"content": "---\n- hosts: localhost\n remot... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1251,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/suzuki-shunsuke.consul | 452 | [
"no_license"
] | [
{
"path": "roles/suzuki-shunsuke.consul/tests/roles.yml",
"content": "- suzuki-shunsuke.hashicorp-binary\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 35
},
{
"path": "roles/suzuki-shunsuke.consul/meta/main.yml",
"content": "galaxy_info:\n author: <NAME>\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 4292,
"all_permissive": false
} |
ansible_role | cs224/dev-meetup-container-networking | daa801796fd68366e07a18bf901393b6e6f99c85 | 0 | roles/suzuki-shunsuke.hashicorp-binary | 452 | [
"no_license"
] | [
{
"path": "roles/suzuki-shunsuke.hashicorp-binary/tasks/Debian.yml",
"content": "- name: install unzip\n apt:\n name: unzip\n update_cache: yes\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 67
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 67,
"all_permissive": false
} |
ansible_role | t-chyngyz/ansible | 84d3543232b57153376fa262a5e00759de53556d | 0 | roles/flask-pet-project | 452 | [
"no_license"
] | [
{
"path": "roles/flask-pet-project/vars/main.yml",
"content": "flask_dir: flask-pet-project",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 28
},
{
"path": "roles/flask-pet-project/tasks/main.yml",
"content": "---\n\n- name: Install git pip venv gcc\n apt:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 984,
"all_permissive": false
} |
ansible_role | t-chyngyz/ansible | 84d3543232b57153376fa262a5e00759de53556d | 0 | roles/flask-simple | 452 | [
"no_license"
] | [
{
"path": "roles/flask-simple/vars/main.yml",
"content": "---\n\nmysql_endpoint: database-1.c7qikme0qyh9.eu-central-1.rds.amazonaws.com\ndb_name: myDb\nmysql_query: >-\n CREATE TABLE IF NOT EXISTS messages (\n id INT AUTO_INCREMENT PRIMARY KEY,\n message TEXT\n );",
"license_type": "no_l... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1905,
"all_permissive": false
} |
ansible_role | t-chyngyz/ansible | 84d3543232b57153376fa262a5e00759de53556d | 0 | roles/flask-simple-login | 452 | [
"no_license"
] | [
{
"path": "roles/flask-simple-login/tasks/main.yml",
"content": "---\n\n- name: Install git\n apt:\n name: \"{{ item }}\"\n state: latest\n update_cache: yes\n loop: [git, python3-pip, python3.10-venv]\n\n- name: Create folder for Flask app\n file:\n path: \"/opt/{{ flask_dir }}\"\n state:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1277,
"all_permissive": false
} |
ansible_role | t-chyngyz/ansible | 84d3543232b57153376fa262a5e00759de53556d | 0 | roles/nginx | 452 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n\n# - name: Stop Apache2\n# service: \n# name: apache2 \n# state: stopped\n\n- name: Install nginx\n apt:\n name: nginx\n state: latest\n update_cache: yes\n \n- name: Create document root dir for example.com\n ansible.builtin.fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 998,
"all_permissive": false
} |
ansible_role | t-chyngyz/ansible | 84d3543232b57153376fa262a5e00759de53556d | 0 | roles/nodejs | 452 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n\n- name: Download NodeJS\n ansible.builtin.get_url:\n url: https://nodejs.org/dist/v20.10.0/node-v20.10.0-linux-x64.tar.xz\n dest: /tmp/nodejs.tar.xz\n\n- name: Create dir for NodeJS APP\n ansible.builtin.file:\n path: /var/node/{{ item }... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 957,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/artifactory | 452 | [
"no_license"
] | [
{
"path": "roles/artifactory/tasks/install.yml",
"content": "---\n \n # ===============\n # update symlink\n # ---------------\n\n - name: check if /opt/artifactory/current exists\n stat: path={{artifactory_base}}/current\n register: cmd_current_symlink_exists\n\n - name: set /opt/artifactory/cu... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3889,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/bitbucket | 452 | [
"no_license"
] | [
{
"path": "roles/bitbucket/defaults/main.yml",
"content": "---\n\n bitbucket_version: \"4.1.3\"\n bitbucket_archive: \"atlassian-bitbucket-{{bitbucket_version}}.tar.gz\"\n bitbucket_catalina: \"/opt/bitbucket/{{bitbucket_version}}\"\n bitbucket_connector_port: 7990\n bitbucket_home: /opt/bitbucket/bitb... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4616,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/common | 452 | [
"no_license"
] | [
{
"path": "roles/common/templates/nrpe_node.cfg.j2",
"content": "define host {\n use linux-server\n host_name {{ ansible_hostname }}\n alias {{ ansible_hostname }}\n address {{ ans... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 6379,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/elk | 452 | [
"no_license"
] | [
{
"path": "roles/elk/tasks/main.yml",
"content": "---\n- include: elasticsearch.yml\n- include: logstash.yml\n- include: logstash-forwarder.yml\n- include: kibana.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 113
},
{
"path": "roles/elk/tasks/kibana.yml",
... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5139,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/jenkins | 452 | [
"no_license"
] | [
{
"path": "roles/jenkins/tasks/main.yml",
"content": "---\n\n # ==========\n # pre setup\n # ----------\n\n - name: ensure curl and git are installed\n yum: name={{item}} state=installed\n with_items:\n - git\n - curl\n - wget\n - python-devel\n - python-setuptools\n - gcc\n\n -... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 5058,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/jira | 452 | [
"no_license"
] | [
{
"path": "roles/jira/defaults/main.yml",
"content": "---\n\n jira_version: \"7.0.10\"\n jira_archive: \"atlassian-jira-software-{{jira_version}}-jira-{{jira_version}}.tar.gz\"\n# jira_archive: \"atlassian-jira-software-{{jira_version}}-jira-{{jira_version}}-x64.bin\"\n jira_catalina: \"/opt/jira/atlass... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 5535,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/monitored | 452 | [
"no_license"
] | [
{
"path": "roles/monitored/tasks/logstash-forwarder.yml",
"content": "---\n\n # ====================\n # LogStash Forwarder\n # --------------------\n\n - name: Check if elk:5050 is up\n shell: >\n timeout 1 bash -c 'cat < /dev/null > /dev/tcp/elk/5050'\n register: elk_check_result\n ... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 12,
"total_bytes": 22867,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/nagios | 452 | [
"no_license"
] | [
{
"path": "roles/nagios/tasks/main.yml",
"content": "---\n\n - name: install dependencies\n yum:\n name={{ item }}\n state=present\n with_items:\n - nagios\n - nagios-nrpe\n - nagios-plugins-all\n - nagios-plugins-nrpe\n\n - name: Enable NRPE command\n copy:\n s... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 801,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/openjdk | 452 | [
"no_license"
] | [
{
"path": "roles/openjdk/tasks/main.yml",
"content": "---\n\n - name: install openjdk\n yum: name={{item}} state=installed\n with_items:\n - java-1.8.0-openjdk\n - java-1.8.0-openjdk-devel\n\n - name: check java version\n shell: java -version && javac -version\n register: cmd_java_ver\n\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 553,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/oracle-schema | 452 | [
"no_license"
] | [
{
"path": "roles/oracle-schema/tasks/main.yml",
"content": "---\n\n - name: copy oracle tablespace sql script\n template: src=tablespace.sql.j2 dest=/tmp/{{ schema_name }}_tablespace.sql owner=oracle group=dba mode=0500\n register: test_tablespace_sql_script\n\n - name: copy oracle role sql script\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 5054,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/oraclejdk | 452 | [
"no_license"
] | [
{
"path": "roles/oraclejdk/tasks/download.yml",
"content": "---\n\n - name: check if /opt/jdk/[version]/release exists\n stat: path={{jdk_install_path}}/release\n register: cmd_installed\n\n # ====================\n # download and unpack\n # --------------------\n - name: create local-generic art... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3355,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/oraclexe | 452 | [
"no_license"
] | [
{
"path": "roles/oraclexe/tasks/main.yml",
"content": "---\n - yum: name=libselinux-python state=installed\n - stat: path=/etc/init.d/oracle-xe\n register: oracle\n - stat: path={{swapfile_location}}\n register: swap\n - include: oracle-xe-swap.yml\n when: (not docker or docker == 'no') and (no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1393,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/project-setup | 452 | [
"no_license"
] | [
{
"path": "roles/project-setup/tasks/jenkins.yml",
"content": "---\n\n - name: setup jenkins dsl job\n jenkins_dsljob:\n project_key: \"{{project_key}}\"\n scm_host: \"{{scm_host}}\"\n scm_port: \"{{scm_port}}\"\n repo_name: \"{{item}}\"\n api_url: \"{{jenkins_url}}\"\n api... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 5554,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/squid | 452 | [
"no_license"
] | [
{
"path": "roles/squid/tasks/main.yml",
"content": "---\n - name: Install Squid\n yum: name=squid state=installed\n\n - name: enable cache\n lineinfile:\n dest=/etc/squid/squid.conf\n regexp=\"^#cache_dir ufs /var/spool/squid 100 16 256\"\n line=\"cache_dir ufs /var/spool/squid 1000 1... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 365,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/template-setup | 452 | [
"no_license"
] | [
{
"path": "roles/template-setup/tasks/project.yml",
"content": "---\n\n - name: prepare space for project template\n delegate_to: jenkins\n sudo: true\n file:\n path=/tmp/{{project_key}}\n state=absent\n\n - name: synchronize project templates\n delegate_to: jenkins\n copy:\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 13881,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/update | 452 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n\n - include: packages.yml\n - include: time.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "roles/update/tasks/time.yml",
"content": "---\n - name: Ensure time is updated\n ... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 831,
"all_permissive": false
} |
ansible_role | hoitsangmdl/ciad.infra | df225d3a5ddd95e4034f632add43b128e4f4eb4c | 0 | roles/yum | 452 | [
"no_license"
] | [
{
"path": "roles/yum/tasks/main.yml",
"content": "---\n\n # ==========================\n # create repo in artifactory\n # ---------------------------\n - name: check if artifactory is up\n shell:\n timeout 1 bash -c \"cat < /dev/null > /dev/tcp/artifactory/8081\"\n register: artifactory_check... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 4413,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/app_deployment | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/app_deployment/tasks/main.yml",
"content": "---\n\n- name: Clone app repo\n git: repo={{git_repo_url}} dest={{git_repo_dir}} version={{git_repo_branch}}\n notify:\n - reload supervisor config\n tags: code\n\n- name: Clear pip build dir\n file: path={{venv_dir}}/build state=abs... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1496,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/common | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/common/tasks/main.yml",
"content": "---\n\n- name: Update APT\n apt: update_cache=yes cache_valid_time=3600\n\n- name: Install common packages\n apt: name={{item}} state=latest\n with_items:\n - vim\n - git-core\n - gcc\n - libxml2\n - libxml2-dev\n - libxslt1-de... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1033,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/docker | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/docker/tasks/main.yml",
"content": "---\n\n- name: Check if APT can use HTTPS\n stat: path=/usr/lib/apt/methods/https\n register: https_support\n\n- name: Enable HTTPS links for APT\n apt: name=apt-transport-https state=present update_cache=yes\n when: not https_support.stat.exis... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 902,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/memcached | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/memcached/tasks/main.yml",
"content": "---\n\n- name: Install memcached\n apt: name={{item}} state=latest\n with_items:\n - memcached\n - libmemcached-dev\n\n- name: Start memcached\n service: name=memcached state=started\n\n- name: Copy memcached.conf to server\n template:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 313,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/newrelic | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/newrelic/templates/newrelic_plugin_agent.cfg",
"content": "%YAML 1.2\n---\nApplication:\n license_key: {{newrelic_license_key}}\n wake_interval: 60\n\n memcached:\n name: {{app_name}}\n host: 127.0.0.1\n port: 11211\n\n nginx:\n name: {{app_name}}\n scheme: http\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2548,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/nginx | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/nginx/templates/nginx.conf",
"content": "user nginx;\nworker_processes auto;\n\nerror_log /var/log/nginx/error.log warn;\npid /var/run/nginx.pid;\n\nworker_rlimit_nofile 10000;\n\nevents {\n worker_connections 2048;\n use epoll;\n multi_accept on;\n}\n\nhttp {\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2626,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/postgresql | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/postgresql/templates/daily_backup.sh",
"content": "#!/usr/bin/env bash\nNOW=\"$(date +\"%Y-%m-%d\")\"\nFILENAME=\"{{backups_dir}}/{{app_name}}.$NOW.tar\"\nsu postgres -c \"pg_dump -F tar -f $FILENAME {{app_name}}\"\ngzip $FILENAME\ns3cmd -c /etc/s3cfg put $FILENAME.gz s3://{{s3_backu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2077,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/pythondev | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/pythondev/tasks/main.yml",
"content": "---\n\n- name: Update python-setuptools\n pip: name=setuptools state=latest extra_args='--no-use-wheel'\n\n- name: Install virtualenv and virtualenvwrapper\n pip: name={{item}} state=latest\n with_items:\n - virtualenv\n - virtualenvwra... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 927,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/redis | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/redis/tasks/main.yml",
"content": "---\n\n- name: Add redis repo\n apt_repository: repo='ppa:chris-lea/redis-server'\n\n- name: Install redis\n apt: name=redis-server state=latest\n\n- name: Copy redis upstart script\n copy: src=redis-server.conf dest=/etc/init/ owner=root group=r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 399,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/supervisor | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/supervisor/tasks/main.yml",
"content": "---\n- name: Install supervisord\n pip: name=supervisor state=latest\n\n- name: Copy supervisor configuration file\n template: src=supervisord.conf dest=/etc/supervisord.conf\n notify:\n - reload supervisor config\n\n- name: Create a log ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 692,
"all_permissive": false
} |
ansible_role | SmallsLIVE/smallslive | b10fb72668d558fbab8bc17bebeecd7bd97fd74f | 6 | deploy/roles/uwsgi | 455 | [
"no_license"
] | [
{
"path": "deploy/roles/uwsgi/tasks/main.yml",
"content": "---\n\n- name: Ensure uwsgi is at the desired version\n pip: name=uwsgi state=latest\n\n- name: Ensure runs with the latest uwsgi configuration file\n template: src=uwsgi.ini dest=/etc/uwsgi.ini\n notify:\n - reload supervisor config",
"li... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 577,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | kubernetes/roles/k3s_farmer | 455 | [
"no_license"
] | [
{
"path": "kubernetes/roles/k3s_farmer/vars/main.yml",
"content": "---\n# vars file for k3s_farmer",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "kubernetes/roles/k3s_farmer/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 884,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/aa | 455 | [
"no_license"
] | [
{
"path": "roles/aa/handlers/main.yml",
"content": "---\n# handlers file for roles/aa\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 33
},
{
"path": "roles/aa/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/aa... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 1282,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/cluster_common | 455 | [
"no_license"
] | [
{
"path": "roles/cluster_common/tasks/vlans.yml",
"content": "---\n\n- name: Create VLANS\n ansible.builtin.template:\n src: vlans.j2\n dest: \"{{ net_path }}/vlans\"\n loop: \"{{ host_vlans }}\"\n notify: restart networking\n when:\n - host_vlans is defined\n - host_vlans|length > 0\n\n- na... | {
"task_files": 11,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 18,
"total_bytes": 7926,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/cluster_grafana | 455 | [
"no_license"
] | [
{
"path": "roles/cluster_grafana/tasks/provision.yml",
"content": "---\n\n# SMELL all files in /etc/grafana owned by root.grafana ???\n- name: \"Grafana - tailor grafana.ini\"\n template:\n src: grafana.ini.j2\n dest: \"{{ CONF_FILE }}\"\n owner: \"root\"\n group: \"{{ GRAFANA_GROUP }}\"\n ... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 9,
"total_bytes": 6049,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/cluster_loki | 455 | [
"no_license"
] | [
{
"path": "roles/cluster_loki/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - loki_promtail\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 72
},
{
"path": "roles/cluster_loki/handlers/main.yml",
"content": "---\n# h... | {
"task_files": 5,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 13,
"total_bytes": 6616,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/cluster_prometheus | 455 | [
"no_license"
] | [
{
"path": "roles/cluster_prometheus/tasks/collector.yml",
"content": "---\n\n- name: Install prometheus server package on the collector\n package: \n pkg: prometheus\n state: present\n update_cache: true\n become: true\n\n# SMELL verify this is not being done twice\n- name: Install prometheus nod... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 10,
"total_bytes": 10400,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/create_worker_user | 455 | [
"no_license"
] | [
{
"path": "roles/create_worker_user/tasks/main.yml",
"content": "---\n\n- name: 'Ensure the group exists'\n become: yes\n ansible.builtin.group:\n name: \"{{ worker_group }}\"\n state: present\n\n- name: 'Create the user'\n become: yes\n ansible.builtin.user:\n name: \"{{ worker_user }}\"\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1193,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/dump | 455 | [
"no_license"
] | [
{
"path": "roles/dump/vars/main.yml",
"content": "---\n# vars file for roles/dump\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/dump/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - roles/dump... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 486,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/farmer_config | 455 | [
"no_license"
] | [
{
"path": "roles/farmer_config/tasks/rabbitmq-server.yml",
"content": "---\n\n- name: Install rabbitq server\n ansible.builtin.apt:\n name: \"{{ item }}\" \n state: present\n with_items:\n - erlang\n - rabbitmq-server\n\n",
"license_type": "no_license",
"detected_licenses": [],
"si... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1647,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/iozone | 455 | [
"no_license"
] | [
{
"path": "roles/iozone/vars/main.yml",
"content": "---\n\n#iozone_working_dir: /tmp\n#iozone_testmount: /rhome\n#iozone_flags: \"-aczR -g 2G\"",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 86
},
{
"path": "roles/iozone/defaults/main.yml",
"content": "---\n\... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 3183,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/nfs_mounts | 455 | [
"no_license"
] | [
{
"path": "roles/nfs_mounts/handlers/main.yml",
"content": "---\n# handlers file for nfs4_mount",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 34
},
{
"path": "roles/nfs_mounts/tasks/main.yml",
"content": "---\n# tasks file for nfs4_mount\n\n# this snippet fro... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1345,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/nfs_services | 455 | [
"no_license"
] | [
{
"path": "roles/nfs_services/vars/main.yml",
"content": "---\n# vars file for nfs_server",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 30
},
{
"path": "roles/nfs_services/defaults/main.yml",
"content": "---\n# defaults file for nfs_server\n\nexport_nfs_share... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 995,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/phoronix | 455 | [
"no_license"
] | [
{
"path": "roles/phoronix/tasks/setup.yml",
"content": "---\n\n- name: phoronix suite prerequisites\n ansible.builtin.package:\n name:\n - php-cli\n - php-xml\n state: latest\n become: true\n\n- name: \"Download phoronix tarball ({{ phoronix_ver }})\"\n ansible.builtin.get_url:\n url: ... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2634,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/pi_configs | 455 | [
"no_license"
] | [
{
"path": "roles/pi_configs/tests/test.yml",
"content": "---\n- hosts: localhost\n remote_user: root\n roles:\n - pi_configs",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 68
},
{
"path": "roles/pi_configs/handlers/main.yml",
"content": "---\n# handlers f... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1355,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/update | 455 | [
"no_license"
] | [
{
"path": "roles/update/handlers/main.yml",
"content": "---\n\n- name: Restart server\n ansible.builtin.command: shutdown -r now \"Reboot triggered by Ansible\"\n async: 0\n poll: 0\n ignore_errors: true\n\n- name: Wait for server to restart\n delegate_to: localhost\n wait_for: \n host: \"{{ invent... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2107,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/usb_hd_mount | 455 | [
"no_license"
] | [
{
"path": "roles/usb_hd_mount/defaults/main.yml",
"content": "---\n# defaults file for usb_hd_mount",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 36
},
{
"path": "roles/usb_hd_mount/tasks/main.yml",
"content": "---\n# tasks file for usb_hd_mount\n\n\n- block:... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 756,
"all_permissive": false
} |
ansible_role | jackaltx/PiFarm_Ansible | f7df7c533505c418a040cea3c1853aa51a07d812 | 1 | roles/worker_config | 455 | [
"no_license"
] | [
{
"path": "roles/worker_config/templates/bash_profile.j2",
"content": "# ....\necho \"PiFarm host: {{ pifarm_hostname }}.{{ pifarm_domainname }} ({{ inventory_hostname }})\"\necho \"PiFarm Groups: {{ group_names }}\"\n\n# [[ -r ~/.profile ]] && . ~/.profile\n\n# TBD....cluster shell commons",
"license_... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1683,
"all_permissive": false
} |
ansible_role | sneakyb1t/packer-proxmox | fb218ab536945aaa26d0ccd42b6b837f2c8e08bb | 1 | roles/openscap | 455 | [
"no_license"
] | [
{
"path": "roles/openscap/vars/redhat_9.yml",
"content": "---\nreport_dir: \"/tmp\"\ntmp_dir: \"/tmp/ComplianceAsCode\"\ndeps:\n - openscap \n - openscap-utils \n - scap-security-guide\n\nsecurity_profile: xccdf_org.ssgproject.content_profile_anssi_bp28_minimal\nssg_file: \"ssg-rhel9-ds.xml\"\n",
"li... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 5882,
"all_permissive": false
} |
ansible_role | Will8404/Ansible_Training | 5d445ea390bfc5e8d22897e9ee223a16647e1d17 | 0 | roles/base | 455 | [
"no_license"
] | [
{
"path": "roles/base/tasks/install.yml",
"content": "---\n- name: Install base services\n ansible.builtin.dnf:\n name: \"{{ item }}\"\n state: present\n loop: \"{{ base_packages }}\"\n\n- name: Start and enable base services\n ansible.builtin.service:\n name: \"{{ item }}\"\n state: started\... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1812,
"all_permissive": false
} |
ansible_role | Will8404/Ansible_Training | 5d445ea390bfc5e8d22897e9ee223a16647e1d17 | 0 | roles/dbservers | 455 | [
"no_license"
] | [
{
"path": "roles/dbservers/tasks/main.yml",
"content": "---\n- include_tasks: files.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 31
},
{
"path": "roles/dbservers/tasks/files.yml",
"content": "- name: Create multiple files\n ansible.builtin.file:\n ... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 536,
"all_permissive": false
} |
ansible_role | Will8404/Ansible_Training | 5d445ea390bfc5e8d22897e9ee223a16647e1d17 | 0 | roles/webservers | 455 | [
"no_license"
] | [
{
"path": "roles/webservers/tasks/users.yml",
"content": "- name: Create Users Kamara and Brandon\n ansible.builtin.user:\n name: \"{{ item.key }}\"\n state: present\n uid: \"{{ item.value.uid }}\"\n shell: \"{{ item.value.shell }}\"\n groups: \"{{ item.value.groups }}\"\n password: \"{{ ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 487,
"all_permissive": false
} |
ansible_role | krambone95/InfoSec-awx | efc445a77be02537bba1a43622fdb28fbfc74460 | 0 | roles/squid-client | 455 | [
"permissive"
] | [
{
"path": "roles/squid-client/tasks/uninstall.yml",
"content": "---\n- name: Remove /etc/profile/http_proxy.csh\n file:\n path: /etc/profile.d/http_proxy.csh\n state: absent\n\n- name: Remove /etc/profile/http_proxy.sh\n file:\n path: /etc/profile.d/http_proxy.sh\n state: absent\n\n- name: Rem... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1759,
"all_permissive": true
} |
ansible_role | krambone95/InfoSec-awx | efc445a77be02537bba1a43622fdb28fbfc74460 | 0 | roles/squidmulti | 455 | [
"permissive"
] | [
{
"path": "roles/squidmulti/tasks/delete_configs.yml",
"content": "---\n- name: Remove configs\n ansible.builtin.file:\n path: /etc/{{ item.name }}/\n state: absent\n loop: \"{{ squid_instances }}\"\n",
"license_type": "permissive",
"detected_licenses": [
"Unlicense"
],
"size_b... | {
"task_files": 11,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 19,
"total_bytes": 12773,
"all_permissive": true
} |
ansible_role | nestagenov/Ansible_Raiff_Bootcamp | 3a16437ee3d8dfbfc28cb808e16b7709f20145ec | 0 | roles/update_os | 455 | [
"no_license"
] | [
{
"path": "roles/update_os/tasks/main.yml",
"content": "---\n- name: Updating OS\n become: yes\n tasks:\n - name: Updating packages in RedHat\n shell: dnf upgrade -y\n when: ansible_facts['os_family']|lower == 'redhat'\n - name: Updating packages in Debian\n when: ansible_facts['os_fa... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 707,
"all_permissive": false
} |
ansible_role | DevOpsNinja07/Roboshop_Ecommerce | 178919c2547ea4a7dd0d1d87f9f51b7d072807eb | 0 | Ansible/Roles/Frontend | 450 | [
"no_license"
] | [
{
"path": "Ansible/Roles/Frontend/tasks/main.yml",
"content": "- name: Test for Frontend\n debug:\n msg: Frontend",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 52
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 52,
"all_permissive": false
} |
ansible_role | DevOpsNinja07/Roboshop_Ecommerce | 178919c2547ea4a7dd0d1d87f9f51b7d072807eb | 0 | Ansible/Roles/Mongodb | 450 | [
"no_license"
] | [
{
"path": "Ansible/Roles/Mongodb/tasks/main.yml",
"content": "- name: Test for Mongodb\n debug:\n msg: Database",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 51
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 51,
"all_permissive": false
} |
ansible_role | ocurrent/freebsd-infra | bc325bd23cae7105c663216a120403f3e4c256b1 | 1 | roles/base-image | 450 | [
"no_license"
] | [
{
"path": "roles/base-image/tasks/main.yml",
"content": "---\n\n- set_fact:\n base_image: \"freebsd-14.2-ocaml-{{ version.split('.')[:2] | join('.') }}\"\n when: version != \"busybox\"\n\n- set_fact:\n base_image: \"busybox\"\n when: version == \"busybox\"\n\n- name: Check for existing base image {{... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 7648,
"all_permissive": false
} |
ansible_role | ocurrent/freebsd-infra | bc325bd23cae7105c663216a120403f3e4c256b1 | 1 | roles/docker | 450 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yml",
"content": "---\n\n- name: Create a fake docker binary\n copy:\n dest: /usr/local/bin/docker\n content: |\n #!/bin/sh\n mode: '0755'\n\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 130
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 130,
"all_permissive": false
} |
ansible_role | ocurrent/freebsd-infra | bc325bd23cae7105c663216a120403f3e4c256b1 | 1 | roles/ocluster | 450 | [
"no_license"
] | [
{
"path": "roles/ocluster/tasks/main.yml",
"content": "---\n\n- name: Install/upgrade OS packages\n shell: pkg install -y bash curl git gmake patch rsync sudo zstd pkgconf sqlite3 libedit capnproto gmp libev graphviz\n\n- name: Install Opam\n args:\n chdir: \"{{ ansible_env.HOME }}\"\n shell: |\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2760,
"all_permissive": false
} |
ansible_role | ocurrent/freebsd-infra | bc325bd23cae7105c663216a120403f3e4c256b1 | 1 | roles/update | 450 | [
"no_license"
] | [
{
"path": "roles/update/tasks/main.yml",
"content": "---\n\n- name: Fetch OS updates\n shell: freebsd-update fetch\n\n- name: Install OS updates\n shell: freebsd-update install\n register: update\n failed_when: update.rc > 2\n\n- name: Check freebsd-version\n shell: freebsd-version\n register: freebsd... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 478,
"all_permissive": false
} |
ansible_role | SamSaffron/discourse-ansible | 0cee0a4c999652dc2acc3e5f48b1de595c872b81 | 5 | roles/common | 450 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n- name: create admin user account\n user: name={{username}} password={{<PASSWORD>}} groups=sudo append=yes shell=/bin/bash\n\n- name: create discourse user account\n user: name=discourse password={{<PASSWORD>}} append=yes shell=/bin/bash\n\n- name:... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 4070,
"all_permissive": false
} |
ansible_role | SamSaffron/discourse-ansible | 0cee0a4c999652dc2acc3e5f48b1de595c872b81 | 5 | roles/discourse | 450 | [
"no_license"
] | [
{
"path": "roles/discourse/templates/database.yml",
"content": "production:\n adapter: postgresql\n database: discourse_production\n username: discourse\n password: {{<PASSWORD>}}\n host: localhost\n pool: 25 # size of DB connection pool *per process*\n timeout: 5000\n # db_id: 0 (database ID if hos... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 3068,
"all_permissive": false
} |
ansible_role | SamSaffron/discourse-ansible | 0cee0a4c999652dc2acc3e5f48b1de595c872b81 | 5 | roles/nginx | 450 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: nginx | add PPA\n apt_repository: repo=ppa:nginx/stable state=present\n register: add_nginx_ppa\n\n- name: nginx | update apt cache\n apt: update_cache=yes\n only_if: ${add_nginx_ppa.changed}\n\n- name: nginx | install nginx\n apt: pkg=ng... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 871,
"all_permissive": false
} |
ansible_role | SamSaffron/discourse-ansible | 0cee0a4c999652dc2acc3e5f48b1de595c872b81 | 5 | roles/postgres | 450 | [
"no_license"
] | [
{
"path": "roles/postgres/tasks/setup_db.yml",
"content": "---\n- name: postgres | create discourse_production database\n postgresql_db: db=discourse_production\n encoding='UTF-8'\n lc_collate='en_US.UTF-8'\n lc_ctype='en_US.UTF-8'\n template=... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2062,
"all_permissive": false
} |
ansible_role | SamSaffron/discourse-ansible | 0cee0a4c999652dc2acc3e5f48b1de595c872b81 | 5 | roles/redis | 450 | [
"no_license"
] | [
{
"path": "roles/redis/tasks/main.yml",
"content": "---\n- name: redis | add PPA\n apt_repository: repo=ppa:rwky/redis state=present\n register: add_redis_ppa\n\n- name: redis | update apt cache\n apt: update_cache=yes\n only_if: ${add_redis_ppa.changed}\n\n- name: redis | install redis-server\n apt: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 355,
"all_permissive": false
} |
ansible_role | amartinh/vagrant_ansible_lamp | 1183d017a30cdcb672f8d2c0f90f6fcc386fa8f4 | 0 | ansible/roles/webapp | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/webapp/tasks/main.yml",
"content": "---\n- include: composer.yml\n- include: silex.yml\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 49
},
{
"path": "ansible/roles/webapp/tasks/silex.yml",
"content": "- name: composer create-project... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 227,
"all_permissive": false
} |
ansible_role | amartinh/vagrant_ansible_lamp | 1183d017a30cdcb672f8d2c0f90f6fcc386fa8f4 | 0 | ansible/roles/webserver | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/webserver/tasks/php.yml",
"content": "---\n- name: install php\n apt: name={{ item }} update_cache=yes state=latest\n with_items:\n - php5-cli\n - php5-curl\n - php5-intl\n - php5-json\n - php5-mcrypt\n - php5-sqlite\n - php5\n",
"license_type": "no_licens... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 687,
"all_permissive": false
} |
ansible_role | kapazan/Ansible-publish-website-postgresql-nodejs-react | 57e38c88c9c06a9255de9013c2f19c884211be1b | 0 | roles/nodejs | 450 | [
"no_license"
] | [
{
"path": "roles/nodejs/tasks/main.yml",
"content": "---\n# tasks file for nodejs\n\n- name: copy files to nodejs node\n ansible.builtin.copy:\n src: nodejs/\n dest: \"{{ container_path }}\"\n\n- name: kill {{ container_name }} container\n community.docker.docker_container:\n name: \"{{ container... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1162,
"all_permissive": false
} |
ansible_role | kapazan/Ansible-publish-website-postgresql-nodejs-react | 57e38c88c9c06a9255de9013c2f19c884211be1b | 0 | roles/postgre | 450 | [
"no_license"
] | [
{
"path": "roles/postgre/tasks/main.yml",
"content": "---\n# tasks file for postgre\n - name: copy files to postgresql node\n ansible.builtin.copy:\n src: postgres/ \n dest: \"{{ container_path }}\"\n \n - name: kill running {{ container_name }} container\n community.docker.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1270,
"all_permissive": false
} |
ansible_role | kapazan/Ansible-publish-website-postgresql-nodejs-react | 57e38c88c9c06a9255de9013c2f19c884211be1b | 0 | roles/react | 450 | [
"no_license"
] | [
{
"path": "roles/react/tasks/main.yml",
"content": "---\n# tasks file for react\n\n - name: copy files to react node\n ansible.builtin.copy:\n src: react/\n dest: \"{{ container_path }}\"\n\n - name: kill running {{ container_name }} container\n community.docker.docker_containe... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 1064,
"all_permissive": false
} |
ansible_role | utsab818/ansible | f347a5dd8f946556904ba0661a1734ec6d0f3265 | 0 | roles/start_containers | 450 | [
"no_license"
] | [
{
"path": "roles/start_containers/tasks/main.yaml",
"content": "- name: Copy docker-compose file\n copy:\n src: docker-compose.yaml\n dest: /home/ec2-user/docker-compose.yaml\n\n- name: Docker login\n docker_login:\n registry_url: \"{{ docker_registry }}\"\n username: \"{{ docker_username }}\"... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 624,
"all_permissive": false
} |
ansible_role | adilogishetty/Cloud-Engineer | 25fa2acfe13b2cc505bed67a99453e0660c1708b | 0 | ansible/roles/clus | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/clus/tasks/secret.yml",
"content": "---\n- name: Create kubernetes script directory\n file: path={{ kube_script_dir }} state=directory\n\n- name: Create system kube-cert groups\n group: name={{ kube_cert_group }} state=present system=yes\n\n- name: Create system kube user\n user:... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1031,
"all_permissive": false
} |
ansible_role | colinsullivan/awakening-lights | 457cd18eedc9a7a4dc6bb7cf1edd7487d9405f1d | 0 | ansible/roles/awakening-lights | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/awakening-lights/defaults/main.yml",
"content": "awakening_lights_install_path: /home/pi/awakening-lights\nawakening_lights_install_user: pi\nawakening_lights_server_port: 8082\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 126
},
{
"pat... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 2390,
"all_permissive": false
} |
ansible_role | colinsullivan/awakening-lights | 457cd18eedc9a7a4dc6bb7cf1edd7487d9405f1d | 0 | ansible/roles/base | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/base/tasks/main.yml",
"content": "---\n- name: Install base dependencies\n apt:\n name:\n - git\n - tmux\n - vim\n state: present\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 111
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 111,
"all_permissive": false
} |
ansible_role | colinsullivan/awakening-lights | 457cd18eedc9a7a4dc6bb7cf1edd7487d9405f1d | 0 | ansible/roles/ssh | 450 | [
"no_license"
] | [
{
"path": "ansible/roles/ssh/tasks/main.yml",
"content": "---\n- name: sshd config\n template:\n src: sshd_config.j2\n dest: /etc/ssh/sshd_config\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 91
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 91,
"all_permissive": false
} |
ansible_role | stefa2k/ansible-icinga2-client | 3c8302db40b4b8bd0611476372330301535129df | 0 | roles/icinga2-client | 450 | [
"no_license"
] | [
{
"path": "roles/icinga2-client/tasks/main.yaml",
"content": "---\n- name: Generating signatures for ...\n debug:\n msg: \"{{ groups['all']|map('extract',hostvars,'icinga2_client_common_name')|select('defined')|join(', ') }}\"\n\n- name: Generate signed tickets for clients\n shell: \"docker exec icinga... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2124,
"all_permissive": false
} |
ansible_role | nmoura/ansible_hands_on_labs | 68847448bc6239ba35598b90868ccab63d5f7270 | 0 | roles/common | 450 | [
"no_license"
] | [
{
"path": "roles/common/tasks/main.yml",
"content": "---\n# tasks file for common\n- name: copy epel repo\n copy: src=~/Desktop/epel-release-latest-7.noarch.rpm dest=/tmp\n\n- name: install epel\n yum: name=/tmp/epel-release-latest-7.noarch.rpm state=present\n",
"license_type": "no_license",
"dete... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 202,
"all_permissive": false
} |
ansible_role | nmoura/ansible_hands_on_labs | 68847448bc6239ba35598b90868ccab63d5f7270 | 0 | roles/mariadb | 450 | [
"no_license"
] | [
{
"path": "roles/mariadb/tasks/main.yml",
"content": "---\n# tasks file for mariadb\n- name: install mariadb and libselinux\n yum: name={{item}} state=installed\n with_items:\n - mariadb_server\n - MySQL-python\n - libselinux\n - libsemanage-python\n\n- name: configure selinux to start mariadb on any ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | nmoura/ansible_hands_on_labs | 68847448bc6239ba35598b90868ccab63d5f7270 | 0 | roles/nginx | 450 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n# tasks file for nginx\n- name: install nginx\n yum: name={{item}} state=present\n with_items:\n - nginx\n - firewalld\n\n- name: copy nginx configuration for wordpress\n template: src=default.conf dest=/etc/nginx/conf.d/default.conf\n notify: r... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 591,
"all_permissive": false
} |
ansible_role | AkashMainali/AAP-Windows-demo | 13fec9d38790a48406d8caf863c1a7ee978b4954 | 0 | Ansible-Core/roles/cerate_ad_user | 450 | [
"no_license"
] | [
{
"path": "Ansible-Core/roles/cerate_ad_user/tasks/main.yml",
"content": "---\n# tasks file for cerate_AD_user\n- name: \"Create a user\"\n community.windows.win_domain_user:\n firstname: \"{{ ad_firstname }}\"\n surname: \"{{ ad_lastname }}\"\n name: \"{{ ad_firstname }}\"\n password: \"{{ <PA... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.