ansible/facts.d in $HOME dir
This commit is contained in:
parent
77a109aa91
commit
755d91e3ac
3 changed files with 3 additions and 3 deletions
|
@ -13,5 +13,5 @@ workstation $ ssh-copy-id root@server_ip
|
|||
Use the ansible playbooks to setup the nextcloud appliance
|
||||
|
||||
```
|
||||
workstation $ ansible-playbook -i server_ip, ansible/nextcloud_bootstrap.yaml
|
||||
workstation $ ansible-playbook -i inventory_source, ansible/nextcloud_bootstrap.yaml
|
||||
```
|
||||
|
|
Binary file not shown.
|
@ -41,12 +41,12 @@
|
|||
|
||||
- name: Create fact directory
|
||||
file:
|
||||
path: /etc/ansible/facts.d/
|
||||
path: ansible/facts.d/
|
||||
state: directory
|
||||
|
||||
- name: Create nextcloud custom facts
|
||||
copy:
|
||||
dest: /etc/ansible/facts.d/is_nextcloud_installed.fact
|
||||
dest: ansible/facts.d/is_nextcloud_installed.fact
|
||||
mode: 0775
|
||||
force: yes
|
||||
content: |
|
||||
|
|
Loading…
Reference in a new issue