Skip to content

Commit ec1f9de

Browse files
committed
Updating ce-dev Ansible configuration and hosts.
1 parent 0059d5e commit ec1f9de

File tree

9 files changed

+55
-461
lines changed

9 files changed

+55
-461
lines changed

.gitignore

-1
This file was deleted.

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# Holds private information for the ce-deploy setup
1+
# Ansible config for ce-deploy within ce-dev containers
2+
This project is the specific Ansible config for [ce-dev](https://github.com/codeenigma/ce-dev). Tread carefully, changes here can impact upon ce-dev users downstream.
23

34
## hosts
45
This will be symlinked to /etc/ansible/hosts
56

6-
## fact.d
7-
This will be symlinked to /etc/ansible/fact.d
8-
97
## group_vars
108
This will be symlinked to /etc/ansible/group_vars
11-

ansible.cfg

+47-448
Large diffs are not rendered by default.

hosts/README.md

Whitespace-only changes.

hosts/group_vars/all.yml renamed to hosts/group_vars/ce_deploy.yml

-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
ce_deploy:
33
own_repository: https://github.com/codeenigma/ce-deploy.git
44
config_repository: https://github.com/codeenigma/ce-dev-ce-deploy-config.git
5-
6-
deploy_user: ce-dev
7-
www_user: ce-dev

hosts/group_vars/deploy_user.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
deploy_user: ce-dev

hosts/group_vars/www_user.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
www_user: ce-dev

hosts/hosts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[hosts]
2+
localhost ansible_connection=local

hosts/hosts.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)