Compare commits
2 Commits
4a78e1c74e
...
f8d075da22
Author | SHA1 | Date | |
---|---|---|---|
f8d075da22 | |||
208f4ec836 |
@ -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
|
||||||
|
6
site.yml
6
site.yml
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user