adriagalin.screen

adriagalin.screen

Build Status Ansible Galaxy

An ansible role for configuring screen.

Requirements

Tested on:

  • Ubuntu 16.04 LTS
    
    • Ubuntu 18.04 LTS
      
      • Ubuntu 20.04 LTS
        

Should work with:

  • All Ubuntu
    
    • All Debian
      

Role Variables

ag_screen_startup_message: enable/disable screen startup message

ag_screenrc_destinations:
  current:
    dest: "{{ ansible_env.HOME }}"
  vagrant:
    dest: /home/vagrant
    owner: vagrant
    group: vagrant

Dependencies

None.

Example Playbook

    - hosts: servers
      roles:
         - { role: adriagalin.screen }

ToDo

  • Add per user configuration.
    
    • Add more screen custom configurations.
      

License

GPLv3 License.

Author Information

Adria Galin

Inspiration

During development, some roles in Ansible Galaxy/Github also inspired me:

  • [tersmitten](https://github.com/Oefenweb/ansible-screen)
    

thank you.

About

Set up screen configuration.

Install
ansible-galaxy install adriagalin.screen
GitHub repository
License
gpl-3.0
Downloads
279