Maria cluster
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
---
|
||||
- hosts: all
|
||||
- hosts: localhost
|
||||
connection: local
|
||||
become: true
|
||||
roles:
|
||||
- packages
|
||||
- configs
|
||||
- ssh
|
||||
|
||||
- hosts: playgs
|
||||
roles:
|
||||
- coding_vim
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
dest: "{{ ansible_user_dir }}/.bashrc"
|
||||
when: not omb_flag.stat.exists
|
||||
|
||||
- name: Put omb config
|
||||
template:
|
||||
src: files/omb-bashrc
|
||||
dest: "{{ ansible_user_dir }}/.bashrc"
|
||||
when: omb_flag.stat.exists
|
||||
# - name: Put omb config
|
||||
#template:
|
||||
# src: files/omb-bashrc
|
||||
# dest: "{{ ansible_user_dir }}/.bashrc"
|
||||
#when: omb_flag.stat.exists
|
||||
|
||||
# FIXME: logout from shell
|
||||
# - name: Install OMB
|
||||
|
||||
Reference in New Issue
Block a user