Skip to content

Install and configure the Stripper:source filtering plugin

License

Notifications You must be signed in to change notification settings

tleguern/ansible-role-stripper-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Stripper:Source

builds.sr.ht status

An Ansible role that installs and configures the Stripper:Source Metamod plugin.

Automatic testing is provided using molecule's delegated driver and https://builds.sr.ht.

Requirements

An ansible role dedicated to the installation of SteamCMD such as tleguern.steamcmd.

An ansible role dedicated to the installation of Metamod:Source such as tleguern.metamod_source.

An ansible role dedicated to the installation of Left4Dead2, Day of Defeat: Source, Counter-Strike: Source or any other game based on the Source engine providing the Restart source games handler.

Role Variables

Variables inherited from other roles

Variable Description Default
steamcmd_user User name for steamcmd steam
metamod_source_install_path Metamod:Source installation path mandatory

Native variables

Variable Description Default
stripper_source_url HTTP URL for the project downloads http://www.bailopan.net/stripper/files
stripper_source_version Project's desired version 1.2.2
stripper_source_target Archive name stripper-{{ stripper_source_version }}-linux.tar.gz
stripper_source_global_filters Main Stripper:Source configuration file ""
stripper_source_maps_cfg Map specific configuration file []

Dependencies

None.

Example Playbook

- hosts: game
  vars:
    cstrike_source_ip: 127.0.0.1
    cstrike_source_server_cfg: |
      hostname "My custom CS:S server"
    metamod_source_install_path: /home/steam/cstrike-source/cstrike
    stripper_source_global_filters: |
      ...
    stripper_source_maps_cfg:
      - name: de_dust2
        config: |
          add:
          {
            "classname" "prop_dynamic"
            "origin" "1376 3168 -112"
            "model" "models/props_office/vending_machine01.mdl"
          }
  roles:
    - role: tleguern.steamcmd
    - role: tleguern.cstrike_source
    - role: tleguern.metamod_source
    - role: tleguern.stripper_source

License

ISC

Contributing

Either send send GitHub pull requests or send patches on SourceHut.

Author Information

Tristan Le Guern tleguern@bouledef.eu

About

Install and configure the Stripper:source filtering plugin

Topics

Resources

License

Stars

Watchers

Forks

Languages