Compare commits

..

2 Commits

Author SHA1 Message Date
f8d075da22 Ensure an up-to-date Ansible repo on all boxes 2021-02-03 01:25:51 -06:00
208f4ec836 Add tmux to all boxes 2021-02-03 01:25:42 -06:00
2 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@
- python3-setuptools - python3-setuptools
- screen - screen
- stow - stow
- tmux
- vim - vim
- whois - whois
- name: remove basic packages - name: remove basic packages

View File

@ -8,6 +8,12 @@
tags: [ common ] tags: [ common ]
- role: ansible-pull - role: ansible-pull
tags: [ ansible, common ] tags: [ ansible, common ]
- role: git
vars:
git_repos:
- repo: "{{ ansible_pull_repo }}"
dest: /etc/ansible
tags: [ ansible, git, common ]
# Import specific playbooks # Import specific playbooks
- hosts: prod - hosts: prod
vars_files: vars_files: