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 | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab13/roles/haproxy | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab13/roles/haproxy/tasks/main.yaml",
"content": "---\n\n- name: HAproxy package \n apt: \n name: haproxy\n \n\n- name: HAproxy config\n template:\n src: haproxy.cfg\n dest: /etc/haproxy/haproxy.cfg\n notify:\n - Restart HAproxy\n\n- name: HAproxy started and enabled\n ser... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 532,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab13/roles/keepalived | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab13/roles/keepalived/tasks/main.yaml",
"content": "---\n\n- name: Install Keepalived\n apt:\n name: keepalived\n \n\n- name: Configure Keepalived\n template:\n src: keepalived.conf\n dest: /etc/keepalived/keepalived.conf\n notify: \n - Restart keepalived \n ",
"licen... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 213,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab13/roles/prometheus_HA_keep | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab13/roles/prometheus_HA_keep/tasks/main.yaml",
"content": "---\n\n- name: Change yaml file in prometheus\n template:\n src: ../templates/prometheus.yaml.j2\n dest: /etc/prometheus/prometheus.yml\n notify: \n - Restart Prometheus",
"license_type": "no_license",
"detected... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 174,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab14/roles/bind9SL | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab14/roles/bind9SL/handlers/main.yml",
"content": "---\n- name: restart bind9\n service:\n name: bind9\n state: restarted\n\n- name: rndc reload\n become: yes\n become_user: root\n shell: rndc reload\n\n- name: systemctl stop systemd-resolved\n become: yes\n become_user: root\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 2402,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab2/roles/nginx | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab2/roles/nginx/tasks/main.yaml",
"content": "---\n - name: ensure nginx is installed\n apt: \n name: nginx\n state: latest\n \n - name: start nginx\n service:\n name: nginx\n state: started\n \n - name: Copy site to Nginx\n copy:\n src: \"./files/in... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 426,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab2/roles/users | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab2/roles/users/tasks/main.yaml",
"content": "---\n - name: Linux user juri\n user:\n name: juri\n \n - name: Linux user roman\n user:\n name: roman\n\n - name: Set authorized key taken from url for user juri\n authorized_key:\n user: juri\n state: prese... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 455,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab3/roles/nginx-lab3 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab3/roles/nginx-lab3/tasks/main.yaml",
"content": "---\n - name: ensure nginx is installed\n apt: \n name: nginx\n state: latest\n \n - name: start nginx\n service:\n name: nginx\n state: started\n \n - name: Copy site to Nginx\n copy:\n src: \"./fil... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 435,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab4/roles/agama-lab4 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab4/roles/agama-lab4/tasks/main.yaml",
"content": "---\n - name: ensure python3-flask-sqlalchemy is installed\n apt: \n name: python3-flask-sqlalchemy\n state: latest\n update_cache: yes\n\n - name: Create agama user\n user:\n name: agama\n \n - name: Creat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 583,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab4/roles/uwsgi-lab4 | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab4/roles/uwsgi-lab4/templates/agama.ini",
"content": "[uwsgi]\nchdir = /opt/agama\nmodule = agama:app\nenv = AGAMA_DATABASE_URI=mysql://{{mysql_user}}:{{mysql_password}}@{{mysql_host}}/{{mysql_database}}\nsocket = localhost:9000\nuid = agama\n",
"license_type": "no_license",
"detec... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 592,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab6/roles/prometheus | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab6/roles/prometheus/tasks/main.yaml",
"content": "---\n- name: install prometheus\n apt: \n name: prometheus\n\n- name: Nginx config for nodes\n template:\n src: ../templates/node_exporter\n dest: /etc/nginx/sites-enabled/default\n notify: \n - restart nginx\n\n- name: add... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1756,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab7/roles/mysql_exporter | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab7/roles/mysql_exporter/templates/.my.cnf.j2",
"content": "[client]\nuser=exporter_aleke \npassword={{<PASSWORD>}}",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 53
},
{
"path": "labs/lab7/roles/mysql_exporter/tasks/main.yaml",
"content": "--... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 596,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab7/roles/nginx_exporter | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab7/roles/nginx_exporter/tasks/main.yaml",
"content": "---\n- name: Download Nginx package\n unarchive:\n src: https://github.com/nginxinc/nginx-prometheus-exporter/releases/download/v0.8.0/nginx-prometheus-exporter-0.8.0-linux-amd64.tar.gz\n dest: /usr/local/bin \n remote_src: ye... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 584,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab7/roles/reverse | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab7/roles/reverse/tasks/main.yaml",
"content": "---\n\n - name: Reverse Proxy\n template:\n src: default.j2\n dest: /etc/nginx/sites-enabled/default\n notify:\n - restart nginx\n ",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 146
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 146,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab8/roles/rsyslog | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab8/roles/rsyslog/tasks/main.yml",
"content": "---\n- name: Install packages influxdb, influxdb-client\n apt:\n name: \n - influxdb-client\n state: present\n\n\n- name: Rsyslog config\n template: \n src: 51-telegraf.conf.j2\n dest: /etc/rsyslog.d/51-telegraf.conf \n noti... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 258,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | labs/lab9/roles/backup | 7,516 | [
"no_license"
] | [
{
"path": "labs/lab9/roles/backup/tasks/main.yml",
"content": "---\n - name: Replace backup user (system)\n replace:\n path: /etc/passwd\n regexp: backup:x:34:34:backup:/var/backups:/bin/bash\n replace: backupoldone:x:34:34:backup:/var/backups:/bin/bash\n\n - name: Create user backup\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 390,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/agama | 7,516 | [
"no_license"
] | [
{
"path": "roles/agama/tasks/main.yaml",
"content": "---\n- name: Docker packages installation \n apt:\n name: docker.io, python3-docker\n state: present\n\n- name: Start docker\n service:\n name: docker\n state: started\n enabled: yes\n\n- name: Create agama directory \n file:\n name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1102,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/backup | 7,516 | [
"no_license"
] | [
{
"path": "roles/backup/tasks/main.yaml",
"content": "---\n- name: Replace backup user (system)\n replace:\n path: /etc/passwd\n regexp: \"^backup:x:34:34:backup:.+$\"\n replace: backupoldone:x:34:34:backup:/var/backups:/bin/bash\n\n- name: Create user backup\n user: \n name: backup\n shell... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/backup_vm1 | 7,516 | [
"no_license"
] | [
{
"path": "roles/backup_vm1/tasks/main.yml",
"content": "---\n\n- name: Create a MySQL user for the agama database\n mysql_user:\n name: \"backup\"\n password: \"{{<PASSWORD>}}\"\n priv: \"agama.*:ALL\"\n host: \"%\"\n state: present\n login_unix_socket: /var/run/mysqld/mysqld.sock\n\n\n-... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 1981,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/backup_vm3 | 7,516 | [
"no_license"
] | [
{
"path": "roles/backup_vm3/templates/backup.j2",
"content": "20 1 * * 0 backup sh ~/scripts/sunday.sh\n20 1 * * 1-6 backup sd ~/scripts/everyday.sh\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 94
},
{
"path": "roles/backup_vm3/templates/sunday.sh.j2",... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2130,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/bind | 7,516 | [
"no_license"
] | [
{
"path": "roles/bind/templates/named.conf.local.slave.j2",
"content": "\n{% for vm in groups['dns_masters'] %}\nserver {{hostvars[vm]['ansible_default_ipv4']['address']}} {\n keys { transfer_secret; };\n};\n{% endfor %}\n\n\nzone \"{{domain}}\" {\n type slave;\n file \"/var/lib/bind/db... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 3037,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/bind_exporter | 7,516 | [
"no_license"
] | [
{
"path": "roles/bind_exporter/tasks/main.yaml",
"content": "---\n\n- name: Add the user 'prometheus'\n user:\n name: prometheus\n comment: user for bind exporter\n group: admin\n when: inventory_hostname in groups['dns_slaves']\n\n\n- name: Package Bind Exporter\n apt: \n name: prometheus-bi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 357,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/docker | 7,516 | [
"no_license"
] | [
{
"path": "roles/docker/tasks/main.yaml",
"content": "---\n\n- name: Docker packages installation \n apt:\n name: docker.io, python3-docker\n state: present\n\n- name: Start docker\n service:\n name: docker\n state: started\n enabled: yes\n\n\n\n# - name: Change nginx reverse proxy \n# te... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 348,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/grafana | 7,516 | [
"no_license"
] | [
{
"path": "roles/grafana/handlers/main.yaml",
"content": "---\n - name: restart grafana\n service:\n name: grafana-server\n state: restarted\n\n - name: restart prometheus\n service:\n name: prometheus\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 727,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/grafana_docker | 7,516 | [
"no_license"
] | [
{
"path": "roles/grafana_docker/tasks/main.yaml",
"content": "- name: Grafana directory\n file:\n name: /opt/docker/grafana\n state: directory\n owner: \"472\"\n group: \"472\"\n recurse: true\n\n- name: Grafana container\n docker_container:\n name: grafana\n image: grafana/grafana\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 424,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/influxdb | 7,516 | [
"no_license"
] | [
{
"path": "roles/influxdb/tasks/main.yaml",
"content": "---\n- name: Install packages influxdb, influxdb-client\n apt:\n name: \n - influxdb-client\n - influxdb\n - fping\n state: present\n\n- name: InfluxDB enabled and started\n service:\n name: influxdb\n state: started\n e... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 251,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/keepalived | 7,516 | [
"no_license"
] | [
{
"path": "roles/keepalived/tasks/main.yaml",
"content": "---\n\n- name: Install Keepalived\n apt:\n name: keepalived\n\n\n- name: Configure Keepalived\n template:\n src: keepalived.conf\n dest: /etc/keepalived/keepalived.conf\n notify: \n - Restart keepalived \n \n\n- name: Keepalived enabl... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 317,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/keepalived_exporter | 7,516 | [
"no_license"
] | [
{
"path": "roles/keepalived_exporter/handlers/main.yaml",
"content": "---\n - name: Systemctl daemon-reload\n shell: \"systemctl daemon-reload\"\n\n - name: Restart keepalived-exporter\n service:\n name: prometheus-keepalived-exporter\n state: restarted\n",
"license_type": "no_license",
... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 792,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/mysql | 7,516 | [
"no_license"
] | [
{
"path": "roles/mysql/handlers/main.yml",
"content": "---\n\n- name: Systemctl\n shell: \"systemctl daemon-reload\"\n\n\n- name: Restart mysql\n service:\n name: mysql\n state: restarted",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 129
},
{
"path": "rol... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 1187,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/mysql_exporter | 7,516 | [
"no_license"
] | [
{
"path": "roles/mysql_exporter/tasks/main.yaml",
"content": "---\n- name: Exporter MySQL user\n mysql_user:\n name: \"exporter_aleke\"\n password: \"{{<PASSWORD>}}\"\n login_unix_socket: /var/run/mysqld/mysqld.sock\n priv: \"*.*:PROCESS,REPLICATION CLIENT,SELECT\"\n no_log: True\n\n\n- name: ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 669,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/nginx | 7,516 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yaml",
"content": "---\n- name: ensure nginx is installed\n apt: \n name: nginx\n\n\n- name: change TO default\n template:\n src: nginx_default.j2\n dest: /etc/nginx/sites-enabled/default\n notify: Restart nginx\n\n\n- name: Nginx enabled and started\n service:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/nginx_exporter | 7,516 | [
"no_license"
] | [
{
"path": "roles/nginx_exporter/tasks/main.yaml",
"content": "---\n- name: Download prometheus-nginx-exporter package\n unarchive:\n src: https://github.com/nginxinc/nginx-prometheus-exporter/releases/download/v0.8.0/nginx-prometheus-exporter-0.8.0-linux-amd64.tar.gz\n dest: /usr/local/bin \n remo... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 797,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/node_exporter | 7,516 | [
"no_license"
] | [
{
"path": "roles/node_exporter/tasks/main.yaml",
"content": "--- \n- name: Install Node Exporters packages\n apt: \n name: \n - prometheus-node-exporter\n update_cache: yes \n\n\n- name: Ensure node exporter is started and enabled\n service:\n name: prometheus-node-exporter\n state: start... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 256,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/prometheus | 7,516 | [
"no_license"
] | [
{
"path": "roles/prometheus/tasks/main.yaml",
"content": "---\n- name: install prometheus\n apt: \n name: prometheus\n\n- name: Prometheus enabled and started\n service:\n name: prometheus\n state: started\n enabled: yes\n\n- name: add default ARGS\n template:\n src: ../templates/prometheu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 482,
"all_permissive": false
} |
ansible_role | AlekefromKz/Ansible-Agama | 0e4c398e9284b9febf36d4b48f7093a0a3488857 | 0 | roles/telegraf | 7,516 | [
"no_license"
] | [
{
"path": "roles/telegraf/tasks/main.yaml",
"content": "---\n- name: Telegraf package download\n get_url:\n url: https://dl.influxdata.com/telegraf/releases/telegraf_1.16.0-1_amd64.deb\n dest: /opt/telegraf_1.16.0-1_amd64.deb\n\n\n- name: Telegraf package installation\n apt: \n deb: /opt/telegraf... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 511,
"all_permissive": false
} |
ansible_role | akagisho/zabbix6-ansible | cf6632bc1b427d3c6ea19f43d570a863c78c80b8 | 0 | roles/mysql-server | 7,516 | [
"no_license"
] | [
{
"path": "roles/mysql-server/templates/root/.my.cnf.j2",
"content": "[client]\nuser = root\npassword = '{{ <PASSWORD> }}'\n\n[mysqladmin]\nuser = root\npassword = '{{ <PASSWORD> }}'\n\n[mysqldump]\nuser = root\npassword = '{{ <PASSWORD> }}'\n",
"license_type": "no_license",
"detected_licenses": [],... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 1158,
"all_permissive": false
} |
ansible_role | akagisho/zabbix6-ansible | cf6632bc1b427d3c6ea19f43d570a863c78c80b8 | 0 | roles/postfix | 7,516 | [
"no_license"
] | [
{
"path": "roles/postfix/tasks/main.yml",
"content": "---\n- name: configure postfix\n debconf:\n name: postfix\n question: \"{{ item.question }}\"\n value: \"{{ item.value }}\"\n vtype: \"{{ item.vtype }}\"\n with_items:\n - { question: postfix/main_mailer_type, value: \"Internet Site\", v... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 526,
"all_permissive": false
} |
ansible_role | akagisho/zabbix6-ansible | cf6632bc1b427d3c6ea19f43d570a863c78c80b8 | 0 | roles/ubuntu22-common | 7,516 | [
"no_license"
] | [
{
"path": "roles/ubuntu22-common/tasks/main.yml",
"content": "---\n- name: check os version\n fail: msg='OS is NOT Ubuntu 22.x'\n when: ansible_distribution != 'Ubuntu' or ansible_distribution_major_version != '22'\n\n- name: update ca-certificates\n apt:\n name: ca-certificates\n state: latest\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 257,
"all_permissive": false
} |
ansible_role | akagisho/zabbix6-ansible | cf6632bc1b427d3c6ea19f43d570a863c78c80b8 | 0 | roles/zabbix-server | 7,516 | [
"no_license"
] | [
{
"path": "roles/zabbix-server/handlers/main.yml",
"content": "---\n- name: restart zabbix-server\n systemd:\n name: zabbix-server\n state: restarted\n\n- name: restart nginx\n systemd:\n name: nginx\n state: restarted\n\n- name: install cpan modules\n shell:\n cmd: /usr/local/bin/cpanm --... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 3383,
"all_permissive": false
} |
ansible_role | virtdevninja/ansible-cobbler | f315fa5f15cf61d756f4775930d73c593ccab3ea | 0 | roles/cobbler | 7,516 | [
"no_license"
] | [
{
"path": "roles/cobbler/tasks/main.yml",
"content": "---\n- name: Install deps\n apt: pkg={{item}} state=installed\n with_items:\n - python-dev\n - python-setuptools\n - openssl\n - python-django\n - python-simplejson\n - python-virtualenv\n - build-essential\n - git\n - createrepo\n - apache2\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 6062,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/chroot | 7,516 | [
"no_license"
] | [
{
"path": "roles/chroot/tasks/network.yml",
"content": "---\n- name: Set networkmanager profile for the current IP\n ansible.builtin.template:\n src: \"ansible-static.nmconnection.j2\"\n dest: \"{{ fsroot }}/etc/NetworkManager/system-connections/ansible-static.nmconnection\"\n mode: \"600\"\n",
... | {
"task_files": 2,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 2887,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/cleanup | 7,516 | [
"no_license"
] | [
{
"path": "roles/cleanup/tasks/main.yml",
"content": "---\n- name: Remove ansible networkmanager profile\n ansible.builtin.file:\n path: \"/etc/NetworkManager/system-connections/ansible-static.nmconnection\"\n state: absent\n\n- name: Reset SSH root login configuration\n ansible.builtin.lineinfile:\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 342,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/common | 7,516 | [
"no_license"
] | [
{
"path": "roles/common/tasks/zram.yml",
"content": "---\n- name: Ensure zram generator is available\n community.general.pacman:\n state: present\n package:\n - zram-generator\n\n- name: Setup zram device\n ansible.builtin.copy:\n content: |\n [zram0]\n zram-size = min(min(ram, 409... | {
"task_files": 4,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 6,
"total_bytes": 3998,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/dotfiles | 7,516 | [
"no_license"
] | [
{
"path": "roles/dotfiles/tasks/sddm.yml",
"content": "---\n- name: Install required fonts\n community.general.pacman:\n state: present\n name: ttf-atkinson-hyperlegible\n\n- name: Install SDDM theme\n changed_when: true\n ansible.builtin.command:\n cmd: \"yay --noconfirm --needed --aur -Sy sddm... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 4358,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/flatpak | 7,516 | [
"no_license"
] | [
{
"path": "roles/flatpak/tasks/main.yml",
"content": "---\n- name: Ensure flatpak is present\n community.general.pacman:\n state: present\n package:\n - flatpak\n\n- name: Add flathub remote repository\n community.general.flatpak_remote:\n name: flathub\n state: present\n flatpakrepo_u... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 519,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/packages | 7,516 | [
"no_license"
] | [
{
"path": "roles/packages/defaults/main.yml",
"content": "---\narcolinux_repos: false\nchaotic_repos: false\ndesktop: none\ncli_tools: true\nfonts: false\nnvidia: false\ndocker: false\nbluetooth: false\nextras: false\nvirtualization: false\njava: false\nrust: false\noffice: false\n",
"license_type": "no... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 7,
"total_bytes": 8812,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/partitions | 7,516 | [
"no_license"
] | [
{
"path": "roles/partitions/tasks/ext4.yml",
"content": "---\n- name: Create root partition\n community.general.parted:\n device: \"{{ install_disk }}\"\n label: gpt\n number: \"{{ (swap_size_mib > 0) | ternary(3, 2) }}\"\n state: present\n part_start: \"{{ ((boot_mode == 'uefi') | ternary(3... | {
"task_files": 8,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 3935,
"all_permissive": false
} |
ansible_role | 0xzer0x/archible | 381ac63366744cdb23dce203e2f686c37caa91ff | 4 | roles/system | 7,516 | [
"no_license"
] | [
{
"path": "roles/system/tasks/main.yml",
"content": "---\n- name: Pacstrap packages\n ansible.builtin.command:\n cmd: >\n pacstrap -K {{ fsroot }} --needed\n {% for pkg in base_packages %}\n {{ pkg | quote }}\n {% endfor %}\n\n- name: Install BIOS packages\n when: boot_mode == \"b... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 905,
"all_permissive": false
} |
ansible_role | brandonrubio/twauter | 84c58f253917bbed9fdbebc87da52e544de7afef | 0 | ansible/roles/deploy | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/deploy/tasks/main.yml",
"content": "- name: Install Nginx and Docker\n apt:\n name: [\"nginx\", \"docker.io\"]\n state: present\n update_cache: yes\n\n- name: Start and enable services\n systemd:\n name: \"{{ item }}\"\n enabled: true\n state: started\n loop:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 675,
"all_permissive": false
} |
ansible_role | WildCodeSchool/Ansible-Roles---Mini-projet-collaboratif-AIS | 2a694aade805562ab04661a36abc734a328d58fb | 0 | roles/harden_ssh | 7,516 | [
"no_license"
] | [
{
"path": "roles/harden_ssh/handlers/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# handlers file for harden_ssh\n- name: Redémarrer ssh\n service:\n name: ssh\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 136
},
{
"pat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 3772,
"all_permissive": false
} |
ansible_role | fabio-jaremciuc/app-udapeople | 3a1e23adc50389de62d975d332fece63a765ae43 | 0 | .circleci/ansible/roles/configure-server | 7,516 | [
"no_license"
] | [
{
"path": ".circleci/ansible/roles/configure-server/tasks/main.yml",
"content": "---\n- name: \"upgrade package\"\n become: true\n apt:\n upgrade: \"yes\"\n\n- name: \"installing dependencies\"\n become: true\n apt:\n name: [\"nodejs\", \"npm\"]\n state: latest\n update_cache: yes\n\n- name:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 312,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/chrony | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/chrony/tasks/main.yml",
"content": "---\n\n- name: Put chrony config\n template:\n src: chrony.conf\n dest: /etc/chrony/chrony.conf\n\n- name: Restart chronyd\n systemd:\n name: chronyd\n state: restarted\n enabled: yes\n\n- name: Start chronyd automaticaly\n check... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 277,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/host | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/host/tasks/main.yml",
"content": "---\n\n- name: Set hostname\n hostname:\n name: \"{{ hostname }}\"\n\n- name: Create user groups\n group:\n name: \"{{ item.name }}\"\n gid: \"{{ item.gid }}\"\n state: present\n with_items: \"{{ user_groups }}\"\n when: user_groups ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 647,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/network | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/network/tasks/fw.yml",
"content": "---\n\n- name: Disable ufw\n ufw:\n state: disabled\n\n- name: Apply ufw rules\n ufw:\n rule: \"{{ item.rule }}\"\n proto: \"{{ item.proto }}\"\n from_ip: \"{{ item.from_ip }}\"\n to_port: \"{{ item.to_port | default(None) }}\"\n ... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 4,
"total_bytes": 1992,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/package | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/package/tasks/main.yml",
"content": "---\n\n- name: Apt update\n apt:\n update_cache: yes\n\n- name: Apt upgrade\n apt:\n upgrade: dist\n\n- name: Apt install\n apt:\n name: \"{{ item }}\"\n with_items: \"{{ packages }}\"\n\n- name: Install 'unattended-upgrades' to upda... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 945,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/sshd | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/sshd/tasks/main.yml",
"content": "---\n\n- name: Put sshd_config\n template:\n src: sshd_config\n dest: /etc/ssh/sshd_config\n\n# You should reload ssh daemon after update sshd_config, but ansible use ssh!\n#- name: Restart service sshd\n# systemd:\n# name: ssh\n# stat... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 274,
"all_permissive": false
} |
ansible_role | hohihohi/ubuntu18_starter | 582c19f7a65598a6610840d6afbbc56019d7cf96 | 0 | ansible/roles/util | 7,516 | [
"no_license"
] | [
{
"path": "ansible/roles/util/files/autoremove",
"content": "#!/bin/sh\n0 0 * * 1 root apt -y -f autoremove 2>&1 | logger -t autoremove # every monday, 0:00",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 95
},
{
"path": "ansible/roles/util/tasks/locale.yml",
... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 1729,
"all_permissive": false
} |
ansible_role | Cirilus/DHCP2Static | 931db9ed935cede919a615da4203b2ed136dbc94 | 0 | roles/dhcp_to_static | 7,516 | [
"no_license"
] | [
{
"path": "roles/dhcp_to_static/tasks/main.yml",
"content": "- name: Set static IP address\n network:\n state: present\n interface: \"{{interface}}\"\n ipv4: yes\n address: \"{{ static_ip_address }}\"\n netmask: \"{{ static_netmask }}\"\n gateway: \"{{ static_gateway }}\"\n dns_nameser... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 356,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/ic_guest | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/ic_guest/tasks/disk_pull.yml",
"content": "---\n\n- name: Download disk images\n shell: |\n set -eExuo pipefail\n # check if disk image is available on the new or the old location for the given hash\n CDN_URL=\"https://download.dfinity.systems\"\n\n disk_types=(... | {
"task_files": 7,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 6888,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/ic_guest_prod | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/ic_guest_prod/tasks/main.yml",
"content": "---\n\n- name: import tasks prepare\n import_tasks:\n # Import local tasks/prepare.yml if exists, otherwise use ic_guest/tasks/prepare.yml\n file: \"{{ lookup('first_found', ['tasks/prepare.yml', '../ic_guest/tasks/prepare.ym... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 3,
"total_bytes": 2937,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/ic_p8s_network_update | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/ic_p8s_network_update/tasks/main.yml",
"content": "---\n# Install IC network service discovery files on Prometheus\n\n# Sub-directories are used to group scrape configs by job, so that the\n# Prometheus configuration for a given job can load all the files inside\n# a particu... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1907,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/ic_p8s_service_discovery_install | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/ic_p8s_service_discovery_install/tasks/main.yml",
"content": "---\n# Install the Prometheus Service Discovery server\n#\n# This all has to be parameterised by the IC that is being queried, because\n# different ICs might have different variations on the registry.\n#\n# This m... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 6151,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/icos_node_stress | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/icos_node_stress/tasks/reset.yml",
"content": "---\n# Reset delays and network drops and restart the service\n#\n\n- name: Reset network changes\n # In case there is fq discipline, we know it's not one of ours, and we can safely skip.\n # Not skipping means this command wi... | {
"task_files": 6,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 8950,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/icos_test_boundary_node | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/icos_test_boundary_node/handlers/main.yml",
"content": "- name: restart journalbeat\n systemd:\n daemon_reload: true\n name: journalbeat\n state: restarted\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 106
},
{
"path":... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": true,
"has_templates": false
} | {
"file_count": 8,
"total_bytes": 4088,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/jiralert_install | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/jiralert_install/templates/jiralert.yml.j2",
"content": "---\n# Global defaults, applied to all receivers where not explicitly overridden. Optional.\ndefaults:\n # API access fields.\n api_url: https://dfinity.atlassian.net\n user: \"<EMAIL>\"\n password: \"{{ <PASSWORD>... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 2,
"total_bytes": 2789,
"all_permissive": false
} |
ansible_role | simond110/ic | 1f80934175f4d02f4b20ea51cc131e2ea8b98806 | 1 | testnet/ansible/roles/ssh_keys_dfinity_nodes | 7,516 | [
"no_license"
] | [
{
"path": "testnet/ansible/roles/ssh_keys_dfinity_nodes/tasks/admin.yml",
"content": "- name: Copy admin ssh keys to ~admin/.ssh/authorized_keys\n ansible.builtin.copy:\n src: ../../../../env/mercury/ssh_keys_dfinity_nodes/admin\n dest: /var/lib/admin/.ssh/authorized_keys\n owner: admin\n group... | {
"task_files": 2,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 770,
"all_permissive": false
} |
ansible_role | felipempantoja/ansible-workstation | aa1fba6e2d1e1267447c8fb0a82be32f28b50c8f | 0 | roles/base | 7,576 | [
"no_license"
] | [
{
"path": "roles/base/tasks/asdf.yml",
"content": "---\n- name: Install Asdf\n git:\n repo: 'https://github.com/asdf-vm/asdf.git'\n dest: '{{ home_dir }}/.asdf'\n version: '{{ asdf.version }}'\n force: yes\n\n# - name: Add Asdf to shell\n# shell: 'echo \". {{ home_dir }}/.asdf/asdf.sh\" >> {{... | {
"task_files": 3,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 9,
"total_bytes": 8083,
"all_permissive": false
} |
ansible_role | felipempantoja/ansible-workstation | aa1fba6e2d1e1267447c8fb0a82be32f28b50c8f | 0 | roles/desktop | 7,576 | [
"no_license"
] | [
{
"path": "roles/desktop/tasks/xfce.yml",
"content": "---\n- name: Verify XFCE Configs Existence\n shell: 'ls {{ home_dir }}/.config/xfce4/xfconf'\n register: xfce_configs_existence\n changed_when: false\n ignore_errors: yes\n\n- name: Overwrite XFCE keyboard settings\n copy:\n src: '.config/xfce4/x... | {
"task_files": 6,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 11,
"total_bytes": 7154,
"all_permissive": false
} |
ansible_role | felipempantoja/ansible-workstation | aa1fba6e2d1e1267447c8fb0a82be32f28b50c8f | 0 | roles/dotfiles | 7,576 | [
"no_license"
] | [
{
"path": "roles/dotfiles/molecule/default/converge.yml",
"content": "---\n- name: Converge\n hosts: all\n tasks:\n - name: 'Include dotfiles'\n include_role:\n name: 'dotfiles'\n vars:\n home_dir: /home/ansible\n dotfiles:\n repo_url: 'https://github.com/felipem... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 5,
"total_bytes": 2922,
"all_permissive": false
} |
ansible_role | felipempantoja/ansible-workstation | aa1fba6e2d1e1267447c8fb0a82be32f28b50c8f | 0 | roles/utils | 7,576 | [
"no_license"
] | [
{
"path": "roles/utils/molecule/default/molecule.yml",
"content": "---\ndependency:\n name: galaxy\n options:\n ignore-certs: true\n # ignore-errors: true\ndriver:\n name: docker\nplatforms:\n - name: ubuntu\n image: ubuntu:20.04\n # - name: Archlinux\n # image: jonathonf/manjaro:latest\n ... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 1845,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/kube | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/kube/tasks/main.yml",
"content": "- name: install k8s repo\n template:\n src: kubernetes.repo.j2\n dest: /etc/yum.repos.d/kubernetes.repo\n\n- name: setenforce 0\n shell: setenforce 0\n ignore_errors: true\n\n- name: install kubelet kubeadm kubectl\n shell: yum install... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 409,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/mongo | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/mongo/tasks/main.yml",
"content": "- name: install mongo\n docker_container:\n name: mongo\n image: mongo\n state: started\n ports:\n - \"27017:27017/tcp\"\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 131
}
] | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 131,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/node | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/node/tasks/main.yml",
"content": "- name: get node\n shell: curl --silent --location https://rpm.nodesource.com/setup_8.x | sudo bash -\n\n- name: install node\n yum:\n name: nodejs\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 148
}... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 148,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/pg | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/pg/tasks/main.yml",
"content": "- name: create pgdata volume\n shell: docker volume create pgdata\n\n- name: install postgres\n docker_container:\n name: postgres\n image: postgres\n state: started\n ports:\n - \"5432:5432/tcp\"\n volumes:\n - pgdata:/... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 314,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/pip | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/pip/tasks/main.yml",
"content": "- name: install pip\n register: pip\n yum:\n name: python-pip\n ignore_errors: true\n\n- name: get-pip\n get_url:\n url: https://bootstrap.pypa.io/get-pip.py\n dest: ~/get-pip.py\n when: pip.failed\n\n- name: install pip\n shell: p... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 331,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/prepare | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/prepare/tasks/main.yml",
"content": "- name: add epel, git\n yum:\n name: \"{{item}}\"\n state: latest\n with_items:\n - epel-release\n - git\n - bash-completion\n - python-devel\n - bind-utils\n - jq\n - htop\n - lsof\n ignore_errors: true\n\n- ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 554,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/redis | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/redis/tasks/main.yml",
"content": "- name: create redis volume\n shell: docker volume create redis-data\n\n- name: install redis\n docker_container:\n name: redis\n image: redis\n state: started\n ports:\n - \"6379:6379/tcp\"\n volumes:\n - redis-data:... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 237,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/ss-client | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/ss-client/templates/config.j2",
"content": "{\n \"server\": \"{{SERVER_IP}}\",\n \"server_port\": 10010,\n \"local_port\": 10010,\n \"local_address\": 10010,\n \"password\": \"{{<PASSWORD>}}\",\n \"timeout\": 600,\n \"method\": \"aes-256-cfb\"\n}\n",
"li... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 1072,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/tmux-work | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/tmux-work/tasks/main.yml",
"content": "- name: prepare\n yum:\n name: ['gcc', 'automake', 'libevent-devel', 'ncurses-devel', 'glibc-static']\n\n- name: install tmux\n git:\n repo: https://github.com/tmux/tmux.git\n dest: ~/Documents/tmux\n version: 2.8\n\n- name: ma... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1362,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/vim-work | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/vim-work/tasks/main.yml",
"content": "#- name: install vim\n# git:\n# repo: https://github.com/vim/vim.git\n# dest: ~/Documents/vim\n#\n#- name: make vim\n# shell: make distclean && make && make install\n# args:\n# chdir: ~/Documents/vim\n\n- name: clone my config fi... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 664,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/vpn | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/vpn/tasks/main.yml",
"content": "- name: openvpn\n docker_container:\n image: kylemanna/openvpn\n name: openvpn\n volumes:\n - \"/data/openvpn/data:/etc/openvpn\"\n auto_remove: true\n command: easyrsa build-client-full SHANYUE nopass\n",
"license_type":... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 214,
"all_permissive": false
} |
ansible_role | hotdog5225/ansible_deploy | a954206ae2ac7216ddf65bfd4c16e428d06adfb8 | 0 | init_aliyun/roles/wuzewei.shadowsocks | 7,576 | [
"no_license"
] | [
{
"path": "init_aliyun/roles/wuzewei.shadowsocks/tasks/main.yml",
"content": "---\n- name: install shadowsocks dependences\n package:\n name: ['gettext', 'build-essential', 'autoconf', 'libtool', 'libpcre3-dev', 'asciidoc', 'xmlto', 'libev-dev', 'libc-ares-dev', 'automake','libmbedtls-dev', 'libsodium-d... | {
"task_files": 3,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 5,
"total_bytes": 3568,
"all_permissive": false
} |
ansible_role | pbakka/openjdk8 | c9dbb2b64b9fabc536ae3a86e9efbd06dddefa2e | 0 | roles/jdk8 | 7,576 | [
"no_license"
] | [
{
"path": "roles/jdk8/tasks/main.yml",
"content": "---\n- name: Download jdk8 artifacts from \"{{ artifacts_download_url }}\"\n get_url:\n url: \"{{ artifact_download_url }}\"\n dest: \"{{ install_home }}\"\n register: tarball\n ignore_errors: True\n\n- name: Un-tar tar ball \"{{ artifact_tar_ball ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 653,
"all_permissive": false
} |
ansible_role | Kaxxu/proxmox | c1f4d4674876cd56dc55cf02e7aa9edb9489946e | 0 | roles/lxc-clone | 7,576 | [
"no_license"
] | [
{
"path": "roles/lxc-clone/tasks/main.yml",
"content": "---\r\n- name: Clone LXC container\r\n community.general.proxmox:\r\n api_user: \"{{ api_user }}\"\r\n api_token_id: \"{{ api_token_id }}\"\r\n api_token_secret: \"{{ api_token_secret }}\"\r\n api_host: \"{{ proxmox_api_host }}\"\r\n no... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2225,
"all_permissive": false
} |
ansible_role | Kaxxu/proxmox | c1f4d4674876cd56dc55cf02e7aa9edb9489946e | 0 | roles/media | 7,576 | [
"no_license"
] | [
{
"path": "roles/media/tasks/main.yml",
"content": "---\r\n- name: Install client\r\n ansible.builtin.dnf:\r\n name: \"qbittorrent-nox\"\r\n state: latest\r\n\r\n- name: Add user\r\n ansible.builtin.user:\r\n name: qbtuser\r\n shell: /usr/sbin/nologin\r\n\r\n- name: Download systemd config\r\n... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 1182,
"all_permissive": false
} |
ansible_role | Kaxxu/proxmox | c1f4d4674876cd56dc55cf02e7aa9edb9489946e | 0 | roles/media-proxmox | 7,576 | [
"no_license"
] | [
{
"path": "roles/media-proxmox/tasks/main.yml",
"content": "---\r\n- name: Set access to host storage\r\n ansible.builtin.shell: pct set 203 -mp0 /adatasx/torrents,mp=/opt/torrents\r\n\r\n- name: test\r\n ansible.builtin.file:\r\n path: /adatasx/torrents\r\n recurse: yes\r\n owner: root\r\n gr... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 259,
"all_permissive": false
} |
ansible_role | Kaxxu/proxmox | c1f4d4674876cd56dc55cf02e7aa9edb9489946e | 0 | roles/testing | 7,576 | [
"no_license"
] | [
{
"path": "roles/testing/tasks/main.yml",
"content": "---\r\n- name: System details\r\n debug: msg=\"{{ item }}\"\r\n with_items:\r\n - \"{{ ansible_distribution }}\"\r\n - \"{{ ansible_distribution_version }}\"\r\n - \"{{ ansible_distribution_major_version }}\"\r\n\r\n- name: ping\r\n ansible.builtin... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 598,
"all_permissive": false
} |
ansible_role | atb00ker/ansible-raspi-debian-setup | c84adc75a31815e5f6a9785c7edde3bd942a9291 | 0 | roles/setup-sdcard | 7,576 | [
"no_license"
] | [
{
"path": "roles/setup-sdcard/templates/override.conf.j2",
"content": "[Service]\nExecStart=\nExecStart=-/sbin/agetty --autologin root --noclear %I 38400 $TERM\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 87
},
{
"path": "roles/setup-sdcard/tasks/package.yml",... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 7,
"total_bytes": 11622,
"all_permissive": false
} |
ansible_role | Fabien-TCL/DevOps-Livecoding | 01cddb34c4af3790c4cee9a4e3302bf548189e8c | 0 | ansible/roles/app | 7,576 | [
"no_license"
] | [
{
"path": "ansible/roles/app/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/application\n- name: Run application\n docker_container:\n name: my-api\n image: fabientcl/tp-devops-simple-api\n networks: \n - name: my_network\n vars:\n ansible_python... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 282,
"all_permissive": false
} |
ansible_role | Fabien-TCL/DevOps-Livecoding | 01cddb34c4af3790c4cee9a4e3302bf548189e8c | 0 | ansible/roles/database | 7,576 | [
"no_license"
] | [
{
"path": "ansible/roles/database/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/database\n- name: Run database\n docker_container:\n name: my-db\n image: fabientcl/tp-devops-database\n networks: \n - name: my_network\n vars:\n ansible_python_int... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 278,
"all_permissive": false
} |
ansible_role | Fabien-TCL/DevOps-Livecoding | 01cddb34c4af3790c4cee9a4e3302bf548189e8c | 0 | ansible/roles/proxy | 7,576 | [
"no_license"
] | [
{
"path": "ansible/roles/proxy/tasks/main.yml",
"content": "#SPDX-License-Identifier: MIT-0\n---\n# tasks file for roles/reverse-proxy\n- name: Run reverse-proxy\n docker_container:\n name: my-reverse-proxy\n image: fabientcl/tp-devops-httpd\n networks: \n - name: my_network\n ports:\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 318,
"all_permissive": false
} |
ansible_role | Nur1anS/nginx2 | e3432988a30c4f4c968d9fad047e9913e8119f2a | 0 | roles/nginx | 7,576 | [
"no_license"
] | [
{
"path": "roles/nginx/tasks/main.yml",
"content": "---\n- name: Install nginx.\n package: name=nginx state=latest\n\n- name: Create website directory\n file: path=/var/www/{{ site_name }} state=directory mode=0755\n\n- name: Create main nginx config file\n template: src=nginx.conf dest=/etc/nginx/nginx.... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 849,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/SetupJenkins | 7,576 | [
"no_license"
] | [
{
"path": "roles/SetupJenkins/tasks/CloneRepo.yml",
"content": "---\n- name: Clone checkbox.io Github repository\n git: >\n repo=https://github.com/nupur30/checkbox.io.git\n dest=checkbox.io\n update=no\n force=yes\n version=production\n\n- name: clone iTrust repository\n git: >\n repo... | {
"task_files": 4,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 4,
"total_bytes": 1761,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/jenkinsJobBuilder | 7,576 | [
"no_license"
] | [
{
"path": "roles/jenkinsJobBuilder/tasks/checkboxBuild.yml",
"content": " - job:\n name: checkboxBuildJob\n project-type: freestyle\n display-name: checkboxBuildJob\n concurrent: true\n workspace: /home/ubuntu/checkbox.io/server-side/site\n retry-count: 3\n builders:\n - shell: |\n... | {
"task_files": 5,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 6,
"total_bytes": 4231,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/post-ec2-instance-checkBox | 7,576 | [
"no_license"
] | [
{
"path": "roles/post-ec2-instance-checkBox/tasks/main.yml",
"content": "---\n\n #https://stackoverflow.com/questions/26422763/how-to-create-a-new-key-in-ansible-using-the-ec2-key-module\n\n #Create a new EC2 keypair for us-east-2 region\n - name: Create a new EC2 key pair for us-east-2 region\n ec2_k... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2060,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/post-ec2-instance-iTrust | 7,576 | [
"no_license"
] | [
{
"path": "roles/post-ec2-instance-iTrust/tasks/main.yml",
"content": "---\n\n #https://stackoverflow.com/questions/26422763/how-to-create-a-new-key-in-ansible-using-the-ec2-key-module\n\n #Create a new EC2 keypair for us-east-2 region\n - name: Create a new EC2 key pair for us-east-2 region\n ec2_key... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 2135,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/postJenkinsDependencies | 7,576 | [
"no_license"
] | [
{
"path": "roles/postJenkinsDependencies/tasks/main.yml",
"content": "---\n- name: Installing python-pip\n apt:\n name: python-pip\n state: latest\n update_cache: yes\n become: yes\n\n- name: Installing 'boto' and 'boto3' in order to use AWS EC2 Ansible module\n pip:\n name: \"{{ item }}\"\n ... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 1,
"total_bytes": 293,
"all_permissive": false
} |
ansible_role | Divyapuja/Deployment | 4a443a36097ef42e74bde3c2b336000e905f3ae9 | 0 | roles/triggerDeploy | 7,576 | [
"no_license"
] | [
{
"path": "roles/triggerDeploy/templates/checkbox-pre-push.j2",
"content": "#!/bin/sh\ncurl http://localhost:8008/job/checkboxBuildJob/build\n",
"license_type": "no_license",
"detected_licenses": [],
"size_bytes": 64
},
{
"path": "roles/triggerDeploy/tasks/main.yml",
"content": "---\... | {
"task_files": 1,
"has_defaults": false,
"has_handlers": false,
"has_templates": true
} | {
"file_count": 3,
"total_bytes": 447,
"all_permissive": false
} |
ansible_role | FriesPascal/k8s-arch-workshop | ef628e9417f636e48d577a98dc60b87e0524a00c | 0 | infrastructure/roles/containerd | 7,576 | [
"no_license"
] | [
{
"path": "infrastructure/roles/containerd/tasks/main.yaml",
"content": "---\n- name: Download runc\n become: true\n get_url:\n force: true\n url: \"https://github.com/opencontainers/runc/releases/download/v{{ containerd_runc_version }}/runc.amd64\"\n dest: \"/usr/local/bin/runc\"\n mode: \"07... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2431,
"all_permissive": false
} |
ansible_role | FriesPascal/k8s-arch-workshop | ef628e9417f636e48d577a98dc60b87e0524a00c | 0 | infrastructure/roles/etcd | 7,576 | [
"no_license"
] | [
{
"path": "infrastructure/roles/etcd/tasks/main.yaml",
"content": "---\n- name: Prepare etcd config and data dirs\n become: true\n file:\n state: \"directory\"\n path: \"{{ item }}\"\n owner: \"root\"\n group: \"root\"\n recurse: true\n loop:\n - /etc/etcd\n - /var/lib/etcd/data\n\n-... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 2031,
"all_permissive": false
} |
ansible_role | FriesPascal/k8s-arch-workshop | ef628e9417f636e48d577a98dc60b87e0524a00c | 0 | infrastructure/roles/haproxy | 7,576 | [
"no_license"
] | [
{
"path": "infrastructure/roles/haproxy/tasks/main.yaml",
"content": "---\n- name: Install haproxy\n become: true\n apt:\n name: haproxy\n state: \"present\"\n update_cache: true\n\n- name: Prepare haproxy config dir\n become: true\n file:\n state: \"directory\"\n path: \"/etc/haproxy\"\n... | {
"task_files": 1,
"has_defaults": true,
"has_handlers": false,
"has_templates": false
} | {
"file_count": 2,
"total_bytes": 644,
"all_permissive": false
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.